pipenv
pipenv copied to clipboard
Python Development Workflow for Humans.
### The issue Fixes #6348 ### The checklist * [X] Associated issue * [X] A news fragment in the `news/` directory to describe this fix with the extension `.bugfix.rst`, `.feature.rst`,...
I've been trying to get locally merged universal2 wheels working for packages that don't supply them I ran into many bugs getting them installed via pipenv. But have run into...
### Issue description For editable VCS (eg Git) dependencies, re-running `pipenv install` does not reinstall the dependency if the linked source repository checkout is missing (eg if it has been...
Since upgrading pipenv to v2023.5.19, it does not successfully recognize the version of Python installed on my PC. It fails as follows. ```powershell PS > py -m pipenv --python 3.9...
### Issue description When performing an editable install of a package that depends upon setuptools with build isolation disabled (see https://pip.pypa.io/en/stable/cli/pip_install/#cmdoption-no-build-isolation) pipenv clobbers setuptools while it's being used to install...
Might be related to this (closed) ticket: https://github.com/pypa/pipenv/issues/6198 ### Issue description When executing `pipenv run xxx` commands, environment seems to be loaded two times. ### Expected result Should only be...
### Is your feature request related to a problem? Please describe. Having the `PIPENV_VERSION` environment variable set leads to the unexpected behaviour. I encountered this problem during setting up the...
The sdist package at PyPI is missing tests. Please add tests to sdist to make downstream testing easier. Thank you.
### The issue Testing against the sentry requirements file profiling from a fresh virtualenv creation with no Pipfile/Pipfile.lock: https://raw.githubusercontent.com/getsentry/sentry/refs/heads/master/requirements-base.txt Main branch:  This branch:  ### The fix * Reintroduce...
```sh pipenv install sampleproject ``` ```console $ pipenv --version pipenv, version 2024.4.0 $ pipenv graph sampleproject==4.0.0 └── peppercorn ``` It used to include version info: ``` console $ /usr/bin/pipenv --version...