pipenv icon indicating copy to clipboard operation
pipenv copied to clipboard

Python Development Workflow for Humans.

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

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

markers

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

Type: Bug :bug:
PR: awaiting-review

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

Type: Enhancement :bulb:
OS: Windows
Type: Documentation :book:
Type: Regression
Contributor Candidate

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

Type: Question :grey_question:

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

hacktoberfest
Contributor Candidate

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: ![image](https://github.com/user-attachments/assets/e592e94a-7f67-4b79-97f5-d5887580a972) This branch: ![image](https://github.com/user-attachments/assets/6e13f061-25b6-4356-bbb7-76d47098c616) ### 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...

Type: Bug :bug: