【发布时间】:2020-05-01 11:53:32
【问题描述】:
$ sudo easy_install pip
遇到错误(django 和 python 的新手)
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')
【问题讨论】:
-
安装 pip 的最简单方法是通过您的package manager。接下来的方法是关注pip网站上的installation guide。
-
这能回答你的问题吗? *.com/questions/26279207/…