pip
pip copied to clipboard
The Python package installer
Fix #13434 Previously, when upgrading pip, the output message showed the old version number instead of the new one. This fix makes sure that the success message shows the correct...
It's a shockingly large dependency that does effectively nothing at runtime for us. Depends on https://github.com/Textualize/rich/pull/3700.
Feature Request: Track dependency origin (direct vs. transitive) for improved cleanup and resolution
### What's the problem this feature will solve? Pip treats all installed packages within an environment as first-class, user-requested dependencies. It does not retain the context of *why* a package...
### What's the problem this feature will solve? # Feature or enhancement ### Proposal: The [wheel for the GPy package](https://files.pythonhosted.org/packages/73/ad/7cb1221f78e059fb1c5cf8115409bbb5de2a9b1ad3f85d4a04ddebc0053b/GPy-1.13.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl) lacks cython-compiled binary modules on the ARM64 architecture. For example,...
### Description Hi, Pip still often recommends old style syntax for upgrading pip. ```console [notice] A new release of pip is available: 25.0.1 -> 25.1.1 [notice] To update, run: pip3...
DISCLAIMER: This is a work in progress - This development is being conducted as part of the WheelNext initiative. https://github.com/wheelnext This PR is for now only for illustration to highlight...
### Description Some locations are readonly when py is installed via MS Store. I searched issues and there was one essentially reporting the same error just like what I'm encountering....
https://docs.astral.sh/ruff/rules/#flake8-pie-pie * https://docs.astral.sh/ruff/rules/multiple-starts-ends-with Fix eight instances of: % `ruff rule PIE810` > The `startswith` and `endswith` methods accept tuples of prefixes or suffixes respectively. Passing a tuple of prefixes or...
### Description The bug from typing_extensions affect pip installation. Related bug report of typing_extensions: https://github.com/python/typing_extensions/issues/404 Which is fixed from 4.14.0 ### Expected behavior _No response_ ### pip version 25.1.1 ###...
### What's the problem this feature will solve? When using pip, it is not intuitive how to update/upgrade packages and I just forgot how it is done so I wrote...