-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Upgrade bundled pip to 22.1 series #92688
Comments
Notably, due to pypa/pip#11044, Python 3.11+ can have a slightly different behaviour starting with pip 22.1 (it uses importlib.metadata instead of distutils/pkg_resources for loading metadata of installed packages). |
It will be nice if #31885 is merged before the upgrade to have a checksum of the pip wheel verified. |
FWIW, the 22.1 series doesn't work for ensurepip, yet (pypa/pip#11183) |
There are a lot of layers compounding to the ultimate issue:
So there are at least three ways we can fix this. But since running pip inside a wheel is not supported in the first place, I suggest changing |
22.2 is compatible with ensurepip (pypa/pip#11217). |
Superseded by #95194 |
This is in the same vein as #91141. There has been a new pip release, and ensurepip's bundled wheels should be updated to the newer version of pip.
The text was updated successfully, but these errors were encountered: