Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ensurepip upgrade fails #10453

Closed
1 task done
baterflyrity opened this issue Sep 9, 2021 · 3 comments
Closed
1 task done

ensurepip upgrade fails #10453

baterflyrity opened this issue Sep 9, 2021 · 3 comments
Labels
resolution: wrong project Should be reported elsewhere

Comments

@baterflyrity
Copy link

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

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.

Output

No response

Code of Conduct

@baterflyrity baterflyrity added S: needs triage Issues/PRs that need to be triaged type: bug A confirmed bug or unintended behavior labels Sep 9, 2021
@uranusjr
Copy link
Member

uranusjr commented Sep 9, 2021

ensurepip is managed by CPython, not pip, so this needs to be reported to https://bug.python.org instead.

@uranusjr uranusjr closed this as completed Sep 9, 2021
@uranusjr uranusjr added resolution: wrong project Should be reported elsewhere and removed type: bug A confirmed bug or unintended behavior S: needs triage Issues/PRs that need to be triaged labels Sep 9, 2021
@baterflyrity
Copy link
Author

ensurepip is managed by CPython, not pip, so this needs to be reported to https://bug.python.org instead.

Sure.

p.s.
The correct link is https://bugs.python.org.

@uranusjr
Copy link
Member

uranusjr commented Sep 9, 2021

Oops! Thanks for the correction.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
resolution: wrong project Should be reported elsewhere
Projects
None yet
Development

No branches or pull requests

2 participants