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? Recently, I've noticed some issues by new contributors with the "good first issue" template. They use it to make bug reports. I...

type: maintenance
type: feature request

This is a draft PR to illustrate the whole path towards disentangling `--no-binary`. Please do not do detailed code review here, it will be split in individual PRs for review....

Towards #8102 and #11358. This PR does the following: - It deprecates `--install-options`. - It refactors `check_install_build_global` into `check_legacy_setup_py_options` that is called after parsing the requirements from CLI options and...

type: deprecation

* Pip version: 9.0.1 * Python version: 3.5.4 * Operating system: Debian / PureOS ### Description: **User story:** I am a Python developer with an existing `requirements.txt` file. I want...

C: freeze
resolution: deferred till PR
type: feature request

### Description i count the coverage of the code with tox, because my pip version=21.3.1, but found it is something wrong with this functional. ### Expected behavior _No response_ ###...

type: bug
S: needs triage

Fixes #11020 Currently, Pip is conservative and does not query keyring at all when --no-input is used because the keyring might require user interaction such as prompting the user on...

Update on Oct 7 2022: Once `setup.py install` and `setup.py develop` code paths are killed, there is no reason for pip to use the legacy setup.py-based builds by default, other...

type: enhancement
UX
C: build logic

This is one of a series of deprecations meant to collect feedback on the ultimate goal of always installing source distributions by first building a wheel and then installing from...

type: deprecation
C: build logic

This PR adds the `--enable-keyring` flag to requirement commands, as laid out in #8719. This also implicitly fixes #6773 and possibly some related issues by making `keyring` an opt-in feature....

Closes #9176

type: enhancement
C: vcs
needs rebase or merge
S: awaiting response