pip换源
pip换源
在conda虚拟环境下, 操作完全一致
pip使用官方源常见错误Could not find a version that satisfies the requirement ModuleName, 推荐永久修改成豆瓣源.
pip config set global.index-url https://pypi.douban.com/simple/
pip config set install.trusted-host pypi.douban.com
p.s. 其他常用源:
- https://pypi.tuna.tsinghua.edu.cn/simple #清华源
- http://mirrors.cloud.tencent.com/pypi/simple #腾讯源
- https://mirrors.aliyun.com/pypi/simple/ #阿里源
- https://pypi.org/simple/ #默认源
使用其他源时, trusted-host对应的域名.

浙公网安备 33010602011771号