Estoy recibiendo impar de errores que el paquete OpenSSL tiene algunos problemas. Antes me insntalled PyCharm IDE que está construido sobre pyenv medio ambiente, es posible que de alguna manera han roto mi OpenSSL. He intentado instalar OpenSSL de nuevo con brew install openssl
pero errores como el siguiente persisten.
Cómo instalar OpenSSL en 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