问答详情
源自:1-2 课程准备工作

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安装失败


提问者:weixin_慕用7082869 2019-06-08 23:00

个回答

  • 慕前端5183719
    2019-06-29 18:41:44

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

  • 慕粉1766236
    2019-06-11 19:55:47

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