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
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.