简体   繁体   中英

Pip says old version is installed after installing new version

I uninstalled pip and reinstalled it from get-pip.py , yet it reports the wrong version.

C:\>python get-pip.py
Collecting pip
  Cache entry deserialization failed, entry ignored
  Using cached pip-8.1.1-py2.py3-none-any.whl
Installing collected packages: pip
Successfully installed pip-8.1.1

C:\>pause
Press any key to continue . . .
PS C:\> pip --version
pip 6.0.3 from c:\python33\lib (python 3.3)

Has the correct version been installed? Every time I use pip it still tells me to upgrade.

删除c:\\python33\\lib\\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