Cannot install Pip for a fresh Python 3.2 installation "No matching distribution found for pip<8"

795 Views Asked by At

I created a fresh Python 3.2.2 installation on Windows 10.

I got get_pip.py from here: https://bootstrap.pypa.io/pip/3.2/

I ran: C:\Python32\python.exe get-pip.py

My output:

Collecting pip<8 
Could not find a version that satisfies the requirement pip<8 (from versions: )
No matching distribution found for pip<8

I have other versions of Python and Pip installed. What am I missing?

1

There are 1 best solutions below

3
Arsh Coder On

Instead of https://bootstrap.pypa.io/pip/3.2/
Use https://bootstrap.pypa.io/pip/3.5/

The problem is because you are using an older version of pip.