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

Thank you for contributing to Pipenv! ### The issue When I recently refactored the uninstall command behavior to be smarter, I broke the expected behavior of `--all` flag. Specifically there...

### Issue description We have a solution deployed on AWS where an EC2 instance uses docker files to build images for different components. One of those components has a docker...

triage

**AVOID POSTING ISSUES UNDER THIS CATEGORY.** If Pipenv is not functioning as you would like it to, consider filing either a bug report, or a feature request instead. Please refer...

Type: Bug :bug:
triage
Contributor Candidate
ai-triaged

### Issue description This appears to be a re-occurrence of https://github.com/pypa/pipenv/issues/4660. With certain sets of listed packages, the `markers` for `numpy` change back and forth on repeated runs of `pipenv...

triage

### Issue description When deactivating a virtual environment created by `pipenv shell` and then trying to reactivate it using `pipenv shell`, I receive the error: ``` Shell for UNKNOWN_VIRTUAL_ENVIRONMENT already...

Contributor Candidate
ai-triaged

### Issue description When installing a package to the environment from a local path using `pipenv install .`, the package is always installed in editable mode Pipenv: 2024.0.1 Python: 3.12.4...

Type: Regression
Status: Awaiting Review

### The issue Click library is large and redundant. ### The fix replace click.style calls in: pipenv/exceptions.py @oz123

Vendor in latest pip release. ### The checklist * [ ] Associated issue * [ ] A news fragment in the `news/` directory to describe this fix with the extension...

### Issue description Packages successfully install, but `pipenv --lock` fails to resolve dependencies from my private GitLab registry. `CRITICAL:pipenv.patched.pip._internal.resolution.resolvelib.factory:Could not find a version that satisfies the requirement mypackage (from versions:...

Category: Private PyPIs :sunglasses:
Status: Awaiting Update :hourglass_flowing_sand:
triage

I would like to temporarily uninstall all dev-packages to make sure my software can run without them. However, I want to keep them in Pipfile because they are still needed...

Type: Question :grey_question:
Type: Documentation :book: