OpenSSL installation in macOS Mojave 10.14.6?
1
vote
1
answer
4529
views
I am getting odd errors that OpenSSL package has some problems. Earlier I insntalled PyCharm IDE that is built on pyenv environment, it may have somehow broken my OpenSSL. I have tried to install OpenSSL again with
brew install openssl
but errors such as the below persist.
**How to install OpenSSL in Mac OSX Mojave 10.14.6?**
pip3 install numpy
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (1.16.2)
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Could not fetch URL https://pypi.org/simple/pip/ : There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Asked by hhh
(3944 rep)
Mar 1, 2020, 01:54 PM
Last activity: Mar 2, 2020, 11:18 AM
Last activity: Mar 2, 2020, 11:18 AM