我们在使用 pip 安装 python 包时,经常会出现如下错误:
ERROR: Could not find a version that satisfies the requirement xxxx(from versions: none)
ERROR: No matching distribution found for xxxx
找了很久终于找到能解决这种报错的方法了。
直接选用pip源并且信任它的来源就可以解决这种问题。
pip install 库包名 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
上面使用了豆瓣源,将其换成清华源、阿里源等都适用。
清华源:文章来源:https://www.toymoban.com/news/detail-503544.html
Simple Index文章来源地址https://www.toymoban.com/news/detail-503544.html
到了这里,关于Python安装包报错ERROR: Could not find a version that satisfies the requirement XXX解决方法的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!