Created
December 20, 2016 21:01
-
-
Save mparke/930f48e6ce368524c3de2d2fbd3d28e5 to your computer and use it in GitHub Desktop.
get-pip error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python3 get-pip.py | |
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. | |
Collecting pip | |
Could not fetch URL https://pypi.python.org/simple/pip/: There was a problem confirming the ssl certificate: Can't connect to HTTPS URL because the SSL module is not available. - skipping | |
Could not find a version that satisfies the requirement pip (from versions: ) | |
No matching distribution found for pip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment