osx安装pip报错
sudo easyinstall pip
报错python
版本是系统自带的2.7.10
,openssl
版本是OpenSSL 0.9.8zh 14 Jan 2016
,macos
是10.12.6
- 具体报错如下:
$ sudo easy_install-2.7 pip
Password:
Searching for pip
Reading https://pypi.python.org/simple/pip/
Download error on https://pypi.python.org/simple/pip/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) -- Some packages may not be found!
Couldn't find index page for 'pip' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
Download error on https://pypi.python.org/simple/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) -- Some packages may not be found!
No local packages or download links found for pip
error: Could not find suitable distribution for Requirement.parse('pip')
猜测是ssl
的问题,网上搜索了一下没有遇到有用的方案,求助攻
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
执行以上两步就可以了~qin测
试试homebrew:
brew install pip3
搞python, 去装个anaconda吧可以省去很多安装上的烦恼
osx上,brew这种神器可不能没有
你打开提示的这个网站地址就知道,重定向了,在easy_install.py里 把这两个网址修改为重定向以后的网址就妥了,重定向以后的网址是https的,需要安装ssl