pip安装更换镜像

原文链接

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

1 单次修改源

以Torch为例,常规下载方式为:

pip install torch

修改为阿里源:

pip install -i https://mirrors.aliyun.com/pypi/simple torch

2 修改默认源

如果不想在每一次下载都指定源,可以直接修改默认源。

2.1 Linux

linux下运行命令:

vi ~/.pip/pip.conf

然后写入如下内容并保存(以阿里源为例):

 [global]
 trusted-host =  mirrors.aliyun.com
 index-url = https://mirrors.aliyun.com/pypi/simple

2.2 Windows

windows下找到pip.ini文件,默认路径为:C:\Users\xxx\AppData\Roaming\pip\pip.ini

然后写入如下内容并保存(以阿里源为例):

 [global]
 trusted-host =  mirrors.aliyun.com
 index-url = https://mirrors.aliyun.com/pypi/simple

3 常用的国内源

阿里云:http://mirrors.aliyun.com/pypi/simple/

豆瓣 :http://pypi.doubanio.com/simple/

清华大学:https://pypi.tuna.tsinghua.edu.cn/simple/

中国科学技术大学:http://pypi.mirrors.ustc.edu.cn/simple/

华中理工大学:http://pypi.hustunique.com/

山东理工大学:http://pypi.sdutlinux.org/

4 常见报错

4.1 若无法连接

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

4.2 需要 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

 
 

学习更多编程知识,请关注我的公众号:

代码的路

  • 2
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

代码的路

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值