pip
pip copied to clipboard
The Python package installer
### What's the problem this feature will solve? Many users report problems tied with the number of version of some packages when running a project where python libraries to installed...
In "choose a new issue type", selecting "Blank issue" goes back to the "choose an issue type" page
### Description As it says in the title - if you select "Blank issue (maintainers only)", you don't get a blank issue, you get the "pick an issue type" page...
### What's the problem this feature will solve? We've seen several times that due to bug fixes, or other backports, that PRs will work on the latest Python 3.x.y but...
### What's the problem this feature will solve? I'm attempting to create a portable python environment for Mac. Should be a core python package similar to virtual environment, with a...
### What's the problem this feature will solve? The current implementation hooks the legacy PowerShell function TabExpansion. This function *does not exist* in Powershell 7.4 and later.  The function...
### Description I am still getting an error when installing fabric2==2.6.0 with pip 25.1.1 on Debian 11 running Python 3.9.2. I thought it would be fixed by #13359 but it...
### Description Trying `pip install git+https://example.com/repository@branch` fails if `branch` contains characters `@` or `#`, even percent-encoded. ### Expected behavior `pip` must parse percent-encoded special characters in branch name, split the...
### Description Hello, when updating a package does not work due to invalid credentials, then pip exits with zero anyway. I have a non-public pip-package, let us call it `MyLibrary`....
### What's the problem this feature will solve? to reduce the risk of sha-256 collision, providing the size of the file could be interesting. also this is in PEP-0751 included...
Following our discussion in https://github.com/pypa/pip/pull/12991, I'm opening this issue to keep track of updating the default of `--resume-retries` to 5 or a similar low number for `pip install` as per...