Je reçois des erreurs bizarres indiquant que le paquet OpenSSL a des problèmes. Plus tôt, j'ai installé PyCharm IDE qui est construit sur l'environnement pyenv, il se peut qu'il ait en quelque sorte cassé mon OpenSSL. J'ai essayé d'installer OpenSSL à nouveau avec brew install openssl
mais des erreurs telles que celles décrites ci-dessous persistent.
Comment installer OpenSSL dans 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