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

pip 24.2 increases pip check strictness causing failures #2279

Open
synapticarbors opened this issue Aug 30, 2024 · 1 comment
Open

pip 24.2 increases pip check strictness causing failures #2279

synapticarbors opened this issue Aug 30, 2024 · 1 comment
Labels

Comments

@synapticarbors
Copy link
Member

Your question:

It looks like the release of pip 24.2 at the end of July introduced a more strict version of pip check:
https://ichard26.github.io/blog/2024/08/whats-new-in-pip-24.2/#pip-check-just-got-a-bit-stricter

And this can cause issues with some packages. Has there been any discussions about guiding maintainers on how to deal with this since I'm guessing there will be a lot of misconfigured metadata upstream?

The current solution seems to be patching or disabling pip check.

@xylar
Copy link
Contributor

xylar commented Sep 3, 2024

I have hit several of these. The issue in my experience has always been fixed by adding a constraint to python in the offending package. Unfortunately, the error message, XXXX is not supported on this platform, isn't very intuitive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants