简体   繁体   中英

Cannot install pip for fresh python 3.2 installation "No matching distribution found for pip<8"

I ran created a fresh python 3.2 installation.

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

Win10; python3.2.2

I have other versions of python and pip installed. What am I missing?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM