pip install require tls/ssl

Piotr picture Piotr · Dec 12, 2016 · Viewed 16.4k times · Source

I have got a problem with install python on my OVH vps server kubuntu 14.04 desktop. What i need to do ?

 :~/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

Answer

Arduino_Sentinel picture Arduino_Sentinel · Dec 12, 2016

You should trying installing form your packages repos

sudo apt-get install python-pip