pip install exiger tls/ssl

J'ai eu un problème avec installer python sur mon serveur vps OVH kubuntu 14.04 desktop. Ce que je dois faire ?

 :~/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
quelle est la version de python avez-vous?
pip install ssl
Sonne comme vous avez installé Python en exécutant le faire, non ? Dans ce cas, je vous recommande l'installation de libssl-dev et la reconstruction de+de réinstaller Python

OriginalL'auteur Piotr | 2016-12-12