我是靠谱客的博主 瘦瘦小懒虫,最近开发中收集的这篇文章主要介绍Python之pip安装失败----Could not find a version that satisfies the requirement xxxx(from versions: ),觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
今天在使用pip安装模块的时候,发现无法使用。报错信息:
Could not find a version that satisfies the requirement xxxxxxx(from versions: )
No matching distribution found for xxxxx
如图:
网上查询了下,可能是网络的问题,所以,这里需要用国内的镜像源来下载
pip install selenium -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
其中--trusted-host pypi.douban.com 的作用是获得ssl证书的认证
OK,问题解决。
最后
以上就是瘦瘦小懒虫为你收集整理的Python之pip安装失败----Could not find a version that satisfies the requirement xxxx(from versions: )的全部内容,希望文章能够帮你解决Python之pip安装失败----Could not find a version that satisfies the requirement xxxx(from versions: )所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复