Pip: Could not install pip

Created on 30 Jun 2019  ·  3Comments  ·  Source: pypa/pip

  • Python version: Python 2.7.5
  • Operating system: Windows 10

For python get-pip.py I'm getting following error

pip
Please help me to find a solution

auto-locked support

Most helpful comment

Hi @imzi! As @RonnyPfannschmidt and the error message point out, you're on a really old version of Python 2.7.

Could you install a newer Python 2.7 on your system -- like https://www.python.org/downloads/release/python-2716/?

All 3 comments

python 2.7.5 is fundamentally broken and cant make secure ssl connection ,this was solved in a later release of python, its STRONGLY suggested to at least use a recent version of python 2.7, or better go straight for python 3, as python 2 is at the end of its life

Hi @imzi! As @RonnyPfannschmidt and the error message point out, you're on a really old version of Python 2.7.

Could you install a newer Python 2.7 on your system -- like https://www.python.org/downloads/release/python-2716/?

Thank you guys !!! @RonnyPfannschmidt and @pradyunsg
Issue Solved

Was this page helpful?
0 / 5 - 0 ratings