I\'ve install Python 3.4 and Python 3.6 on my local machine successfully, but am unable to install packages with pip3
.
When I execute pip3 install
In my case with using Mac, I deleted
/Applications/Python 3.7
.
because I already had Python3.7 by brew install python3
.
But it was a trigger of the message
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
What I did in my situation
/Applications/Python3.6/Install Certificates.command
and /Applications/Python3.6/Update Shell Profile.command
.pip.conf
. See pip install fails.