Problem:
win10, python3.7.5, 使用pip在Anaconda中,install“TensorFlow”出现以下错误:
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available
Solution:
对于Windows 10,如果要在普通cmd中使用pip,不仅要在Anaconda提示符下使用pip,还需要添加3条环境路径。很多人只添加了D:\Anaconda3\Scripts;
Like the following:
D:\Anaconda3; D:\Anaconda3\Scripts; D:\Anaconda3\Library\bin