pip安装更换镜像

电子说

1.3w人已加入

描述

使用pip来安装python包有时候安装起来会非常慢,因此需要换成国内的源来加速下载:

使用命令

以Torch为例:

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple torch

若无法连接

WARNING: The repository located at pypi.doubanio.com is not a trusted or secure host and is being ignored. If this repository is available via HTTPS we recommend you use HTTPS instead, otherwise you may silence this warning and allow it anyway with '--trusted-host pypi.doubanio.com'.

ERROR: Could not find a version that satisfies the requirement opencv-python (from versions: none)

ERROR: No matching distribution found for opencv-python

可以将源中的http改为https

需要user

Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/anaconda3/lib/python3.7/site-packages/llvmlite-0.28.0.dist-info'

Consider using the --user option or check the permissions.

需要加上--user:pip install 改为 pip install --user

pip install --user -i https://pypi.tuna.tsinghua.edu.cn/simple torch

审核编辑 hhy

打开APP阅读更多精彩内容
声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉

全部0条评论

快来发表一下你的评论吧 !

×
20
完善资料,
赚取积分