PIP : "Can't connect to HTTPS URL because the SSL module is not available."
Rédigé par Sylter
2 commentaires
Classé dans : Python, Programmation
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
En tant que root :
curl https://bootstrap.pypa.io/get-pip.py | python
source : https://stackoverflow.com/questions/49743961/cannot-upgrade-pip-9-0-1-to-9-0-3-requirement-already-satisfied/49758204#49758204