pip icon indicating copy to clipboard operation
pip copied to clipboard

The Python package installer

Results 701 pip issues
Sort by recently updated
recently updated
newest added

### 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...

type: feature request
S: needs triage

### 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...

type: bug
S: needs triage

### 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...

C: tests
C: automation
type: feature request

### 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...

type: feature request
S: needs triage

### 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. ![image](https://github.com/pypa/pip/assets/7243190/f8b368f5-9723-4225-a556-dc8bc7c73045) The function...

type: enhancement
good first issue
state: awaiting PR
C: autocomplete

### 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...

type: bug

### 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...

type: bug
C: vcs

### 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`....

type: bug
C: upgrade
C: cli

### 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...

state: awaiting PR
type: feature request

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...

type: feature request
C: network connectivity