pip install 时报错 pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.

pip install 时报错:

 pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.

解决办法:

For Windows 10 if you want use pip in normal cmd, not only in Anaconda prompt. you need add 3 environment paths. like the followings:

D:\Anaconda3; 
D:\Anaconda3\Scripts; 
D:\Anaconda3\Library\bin

most people only add D:\Anaconda3\Scripts;

posted on 2019-11-27 15:29  张缤分  阅读(281)  评论(0编辑  收藏  举报

导航