You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to solve #9527 i was intended to upgrade my pip via ensurepip script. But unfortunately it doesn't do anything wealthy.
Expected behavior
I suggest that upgrade of pip has to upgrade pip!
pip version
21.2.3
Python version
3.9
OS
Windows 10
How to Reproduce
user@host MINGW64 ~
$ pip list | grep pip
pip 21.2.3
WARNING: You are using pip version 21.2.3; however, version 21.2.4 is available.
You should consider upgrading via the 'C:\Python39\python.exe -m pip install --upgrade pip' command.
user@host MINGW64 ~
$ py -m ensurepip --upgrade
Looking in links: c:\Users\BATERF~1\AppData\Local\Temp\tmpuv4go5fy
Requirement already satisfied: setuptools in c:\python39\lib\site-packages (57.4.0)
Requirement already satisfied: pip in c:\python39\lib\site-packages (21.2.3)
user@host MINGW64 ~
$ pip list | grep pip
pip 21.2.3
WARNING: You are using pip version 21.2.3; however, version 21.2.4 is available.
You should consider upgrading via the 'C:\Python39\python.exe -m pip install --upgrade pip' command.
Description
Trying to solve #9527 i was intended to upgrade my pip via ensurepip script. But unfortunately it doesn't do anything wealthy.
Expected behavior
I suggest that upgrade of pip has to upgrade pip!
pip version
21.2.3
Python version
3.9
OS
Windows 10
How to Reproduce
Output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: