前提
在上一次使用anaconda的时候,为了能够直接在win10下的pip下安装其他第三方库,小白发现了又发现了一个小问题
Python中的SSL模块不可用
C:\Users\MZ>pip install virtualenv
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
WARNING: 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/virtualenv/
WARNING: 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/virtualenv/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can&#

在Win10环境下使用Anaconda时遇到pip的SSL模块不可用的问题。通过下载SSL并进行简单安装即可解决。下载SSL的最小版本,安装过程中全程next,即使遇到打赏选项也可忽略,安装完成后即可正常使用pip。
最低0.47元/天 解锁文章

2110

被折叠的 条评论
为什么被折叠?



