美文网首页
Python pip安装报错:Could not find a

Python pip安装报错:Could not find a

作者: Robots小助手 | 来源:发表于2020-02-03 15:08 被阅读0次

ERROR: Could not find a version that satisfies the requirement Pillow (from versions: none)

总结:

网络的问题,需要使用国内的镜像源来加速,比如豆瓣源

解决办法,在命令后添加国内源,如下

pip3 install pillow -image -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
Looking in indexes: http://pypi.douban.com/simple/

然后就OK了...

相关文章

网友评论

      本文标题:Python pip安装报错:Could not find a

      本文链接:https://www.haomeiwen.com/subject/cemhxhtx.html