Could not find a version that satisfies the requirement ModuleName

发布时间 2023-03-23 15:42:29作者: avengekiller

pip换源

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对应的域名.