pipenv icon indicating copy to clipboard operation
pipenv copied to clipboard

Python Development Workflow for Humans.

Results 421 pipenv issues
Sort by recently updated
recently updated
newest added

### 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...

Type: Bug :bug:
Status: Awaiting Update :hourglass_flowing_sand:
triage

``` $ 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...

Type: Bug :bug:
Contributor Candidate

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...

Type: Possible Bug
triage
hacktoberfest
Contributor Candidate

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...

DO NOT MERGE
Status: In Progress

### 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...

Type: Bug :bug:
Category: Dependency Resolution
Category: Development

### 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...

Type: Possible Bug
triage

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...

Type: Bug :bug:
Type: Vendored Dependencies
Status: Awaiting Upstream

### 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...

Type: Enhancement :bulb:
Type: Possible Bug
Contributor Candidate

### 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...

Type: Enhancement :bulb:
Contributor Candidate