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. 其他常用源:

使用其他源时, trusted-host对应的域名.

posted @ 2023-03-23 15:39  avengekiller  阅读(38)  评论(0)    收藏  举报