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

前端 未结 30 3072
遇见更好的自我
遇见更好的自我 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 12:03

    Similar to the above solution reinstall the python version with pyenv.

    Somehow, I upgraded my openssl which broke the pyenv version python.

    pyenv install 3.6.8
    python-build: use openssl@1.1 from homebrew
    python-build: use readline from homebrew
    ...
    

    The first line says it relies on the homebrew openssl.

提交回复
热议问题