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:Anaconda3Scripts; 
D:Anaconda3Libraryin

most people only add D:Anaconda3Scripts;
原文地址:https://www.cnblogs.com/MasterMonkInTemple/p/11942619.html