pipenv icon indicating copy to clipboard operation
pipenv copied to clipboard

Python Development Workflow for Humans.

Results 395 pipenv issues
Sort by recently updated
recently updated
newest added

## The problem Since version 7.0 pip allows the usage of *--global-option* and *--install-option* individually for each requirement in requirements.txt (https://pip.pypa.io/en/stable/reference/pip_install/#per-requirement-overrides). It is in principle possible to use environmental variables...

Category: Future
Status: Awaiting Update :hourglass_flowing_sand:

Pipenv supports a lot of configurations though environmental variables. This is useful but those are not persistent and can't be pushed to a VCS. For example if we have a...

Type: Enhancement :bulb:

I apologize if this was raised before, but if it was I was unable to find it. We're trying to start using pipenv but we ran into a use case...

Type: Enhancement :bulb:
Type: Discussion
Category: Dependency Resolution
Type: Behavior Change

In the `scripts` field of `Pipfile`, we can define some scripts and run them by `pipenv run `. How to combine multiple commands in one script? It seems that the...

Type: Enhancement :bulb:
Type: Discussion

Check this out: ```python $ time pytest =============================================== test session starts ================================================ platform linux -- Python 3.8.10, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 rootdir: /home/jeremy/src/github.com/pypa/pipenv, configfile: setup.cfg, testpaths: tests plugins: timeout-2.0.1, xdist-2.4.0, flaky-3.7.0,...

Type: Possible Bug
Type: Question :grey_question:
Category: Tests
Category: CLI

Be sure to check the existing issues (both open and closed!), and make sure you are running the latest version of Pipenv. Check the [diagnose documentation](https://pipenv.pypa.io/en/latest/diagnose/) for common issues before...

Type: Possible Bug
Category: Private PyPIs :sunglasses:
triage

My application can work under either python2 or python3, but some requirements have different versions. (For example, ipython >=6 for python3, < 6 for python2.) If I specify `ipython="*"`, `pipenv...

Category: Future
Type: Discussion
Category: Dependency Resolution
Type: Behavior Change
Status: Requires PEEP

### Issue description Since some of my dependencies cannot be run on M1/Aarch64, I tried using a development container running on another architecture (`amd64/python:3.8-bullseye`), however pipenv fails in the locking...

Type: Question :grey_question:
triage

### Issue description If a local package A has a dependency on another local package version B==X that is not present in the public pypi repository, the installation will fail....

Type: Possible Bug
triage

``` [[source]] url = "https://pypi.org/simple" verify_ssl = true name = "pypi" [packages] rich = "*" [dev-packages] mypy = "*" ``` If I generate the lockfile (pipenv 2022.3.28 or 2022.4.8) on...

Type: Possible Bug
triage