pipenv
pipenv copied to clipboard
Python Development Workflow for Humans.
### Issue description I'm running pipenv version 2020.11.15 in a Gitlab CI pipeline. I use `pipenv lock` and then `git diff Pipfile.lock` to see if the Pipfile.lock was updated, meaning...
``` $ pipenv --python .tox/py39-lock/bin/python install . Traceback (most recent call last): File "/ifs/home/dtucker/.local/bin/pipenv", line 8, in sys.exit(cli()) File "/ifs/home/dtucker/.local/pipx/venvs/pipenv/lib/python3.6/site-packages/pipenv/vendor/click/core.py", line 829, in __call__ return self.main(*args, **kwargs) File "/ifs/home/dtucker/.local/pipx/venvs/pipenv/lib/python3.6/site-packages/pipenv/vendor/click/core.py", line...
Similar to #4952, but happens on a clean pyenv install and while creating an environment. I'm using Python 3.10.4 installed with scoop. This happens both in cmd and in a...
This is a look ahead at the tests running without pip-shims with the proposed new requirementslib version ... until that gets released and vendored with a version update to vendor.txt...
### Issue description When installing any version of Django < 3.0 as a dependency and django-debug-toolbar as a dev dependency, `pipenv lock` determines that asgiref is a required package when...
### Issue description Installing requirements from requirements file completes, but errors out briefly with a message Command: ``` pipenv install --requirements ./requirements/requirements.in ``` ## Requirements.in ``` O365 WeasyPrint boto3 braintree...
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://docs.pipenv.org/diagnose/) for common issues before...
### The issue When installing a requirement that explicitly references an index all indexes are searched even though `install_search_all_sources = False`. ### The fix There were two different locations where...
### The problem I use quite often pipenv and Docker container. In docker container I want to avoid virtualenv so my install script is: ```bash > pipenv install --system --deploy...
### Is your feature request related to a problem? Please describe. I'm always frustrated when I can't choose a minimum version of Python, so my pipenv directories get stuck at...