For python get-pip.py I'm getting following error
Please help me to find a solution
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
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/?