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

前端 未结 30 3026
遇见更好的自我
遇见更好的自我 2020-11-22 11:09

I am using Python3.6, when I try to install \"modules\" using pip3, I am facing the below mentioned issue \"pip is configured with locations that require TLS/SS

30条回答
  •  伪装坚强ぢ
    2020-11-22 11:40

    I'm using Windows 10 and installed Miniconda 3 with Python 3.7.

    I solved this error by following this https://github.com/conda/conda/issues/8273

    Specifically, I copied the following files from C:\Users\MyUser\Miniconda3\Library\bin to C:\Users\MyUser\Miniconda3\DLLs:

    • libcrypto-1_1-x64.dll
    • libcrypto-1_1-x64.pdb
    • libssl-1_1-x64.dll
    • libssl-1_1-x64.pdb

提交回复
热议问题