为了账号安全,请及时绑定邮箱和手机立即绑定

win10下安装Django出现Python中的ssl模块不可用

win10下安装Django出现Python中的ssl模块不可用
报如下错误:
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Collecting django==2.2.2  
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/django/  
Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/django/  
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/django/  
Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/django/  
Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/django/  
Could not fetch URL https://pypi.org/simple/django/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/django/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping  
Could not find a version that satisfies the requirement django==2.2.2 (from versions: )No matching distribution found for django==2.2.2
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
求解,安装Django安装失败


正在回答

2 回答

pip3 install django==2.2.1 用这个试试看

0 回复 有任何疑惑可以回复我~

将"[Anaconda安装目录]\Library\bin"加入PATH

0 回复 有任何疑惑可以回复我~
#1

weixin_慕用7082869 提问者

试了下,还是不行喔,还有其他方法嘛?百度说是pip版本不对,怎么弄?
2019-06-11 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

win10下安装Django出现Python中的ssl模块不可用

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信