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

Viewed 219

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 Answers
Related