pip installieren tls/ssl

Ich habe ein problem mit dem installieren von python auf meinen OVH vps-server, kubuntu 14.04 desktop. Was muss ich tun ?

 :~/Desktop# python 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
  • welche version von python haben Sie?
  • pip installieren von ssl
  • Klingt wie Sie installiert Python durch laufen machen, richtig ? In diesem Fall würde ich empfehlen, die Installation von libssl-dev und Umbau+Neuinstallation von Python
InformationsquelleAutor Piotr | 2016-12-12
Schreibe einen Kommentar