Guest User

Untitled

a guest
Jun 20th, 2018
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. [root@ora12c src]# pip3.6 install django
  2.  
  3. [root@ora12c src]# pip3.6 install django
  4. pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
  5. Collecting django
  6. Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.",)': /simple/django/
  7. Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.",)': /simple/django/
  8. Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.",)': /simple/django/
  9. Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.",)': /simple/django/
  10. Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.",)': /simple/django/
  11. Could not fetch URL https://pypi.python.org/simple/django/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.python.org', port=443): Max retries exceeded with url: /simple/django/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.",)) - skipping
  12. Could not find a version that satisfies the requirement django (from versions: )
  13. No matching distribution found for django
  14.  
  15. [root@ora12c src]# pip3.6 -V
  16. pip 9.0.3 from /usr/local/lib/python3.6/site-packages (python 3.6)
  17.  
  18. [root@ora12c src]# python3.6 -V
  19. Python 3.6.5
  20.  
  21. wget https://www.openssl.org/source/openssl-1.1.1-pre7.tar.gz
Add Comment
Please, Sign In to add comment