pipenv
pipenv copied to clipboard
Python Development Workflow for Humans.
### The issue This PR addresses a couple of areas in the code where improvements in argument handling and path management were needed. This PR does not fix a specific...
### Issue description When installing a package with a platform specifier for windows whilst on mac, along with a package version like the following ``` [[source]] url = "https://pypi.org/simple" verify_ssl...
### Issue description When a dependency conflict occurs, on many occasions I see that there is not sufficient information to diagnose the conflict. This can sometimes occur when first installing...
Potential fix for issue #5835 ### The checklist * [X] Associated issue * [ ] A news fragment in the `news/` directory to describe this fix with the extension `.bugfix.rst`,...
Thank you for contributing to Pipenv! ### The issue Fixes #6228 ### The fix Leveraged Google Gemini-1.5 large context to give a concise summary of image and proposed fix, given...
### The issue and fixes Fixes #6267 * refactor the install routines further to provide clarity and meet the goal of not doing full lock resolution, which was intended as...
### Issue description We have a set of mutually-exclusive requirements in our Pipfile to facilitate Arm-based Mac Ever since the release of date when pipenv-2024.1.0 was released our pipenv install...
In pipenv 2024.0.0 we made changes to install path, and my assumption was it would behave more like the `upgrade` path, but I saw first hand today its re-locking everything.
### Issue description The recommended way to install pipenv breaks on newer Python versions. For example, Ubuntu's pip now bans installing packages (both globally as well as by `--user`). https://pipenv.pypa.io/en/latest/...
### Issue description Running `pipenv --bare --quiet check --quiet --use-installed` still produces lots of INFO logs. ### Expected result I'd like to only see the following: (using image because of...