pipenv
pipenv copied to clipboard
Python Development Workflow for Humans.
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...
**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...
### 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...
### 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...
### 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...
### 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:...
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...