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

Adding a suggestion to update pip when Wheel Version > 1 #13035

Open
1 task done
jamestwebber opened this issue Oct 21, 2024 · 2 comments
Open
1 task done

Adding a suggestion to update pip when Wheel Version > 1 #13035

jamestwebber opened this issue Oct 21, 2024 · 2 comments
Labels
S: needs triage Issues/PRs that need to be triaged type: feature request Request for a new feature

Comments

@jamestwebber
Copy link

What's the problem this feature will solve?

Inspired by PEP 777, the idea is to solve one hiccup of updating the wheel metadata: the user experience for people using old versions of pip. Right now there is no hint that they need to update.

Describe the solution you'd like

I've opened a PR (#13034) to tweak the error message when the wheel version is too high. The wording might not be perfect but I think this is better than nothing.

Alternative Solutions

I'm not sure what an alternative approach would be here. I don't currently have this problem, no one does. I think it'd be useful to lay the groundwork for a solution.

Additional context

Again, see the PEP 777 discussion for why this might be useful. We can't wait until a new wheel version is being uploaded to PyPI for these messages to be added, because those users won't have this problem.

Code of Conduct

@ichard26
Copy link
Member

ichard26 commented Oct 26, 2024

AFAIU, this is a duplicate of #12723 which has some pre-existing discussion on this idea?

@jamestwebber
Copy link
Author

True, I didn't realize the previous discussion already spawned an issue. This one is a lot simpler though.

While the PEP discussion is ongoing I think it'd be helpful to keep them open, but I suppose this could be closed as a duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S: needs triage Issues/PRs that need to be triaged type: feature request Request for a new feature
Projects
None yet
Development

No branches or pull requests

2 participants