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

### Issue description Issue from https://github.com/pypa/pipenv/issues/6249 has come back :(. It is the same description as before. ### Expected result Describe what you expected. ### Actual result When possible, provide...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.4.0 to 2.5.0. Release notes Sourced from urllib3's releases. 2.5.0 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies
python

### Issue description When using `--system`, if the system Python version isn't compatible with the `python_version` specified in `Pipfile` / `Pipfile.lock`, then Pipenv doesn't error (as I would have expected),...

- pipenv version: 2024.4.0 - Fedora: 41 - Python: 3.11 ### Issue description I try installing **PyTorch** on my laptop using Pipenv, but it always throws errors. ``` pipenv install...

Type: Question :grey_question:

I had a reoccuring problem I would like to be able to remedy in my Pipfiles, sometimes libraries are released with nonworking code, and up to now I just told...

Possible fix for #6415 ### The checklist * [X] Associated issue * [ ] A news fragment in the `news/` directory to describe this fix with the extension `.bugfix.rst`, `.feature.rst`,...

### Issue description Updating dependencies fails with a `ResolutionTooDeepError` error ### Expected result It succeeds. Here is an example from the previous version: https://github.com/lincolnloop/python-package-manager-shootout/actions/runs/15331237636/job/43138278387 ### Actual result ``` To activate...

Type: Possible Bug

### Issue description When I run: ``` pipenv check --auto-install --quiet --output json ``` or just ``` pipenv check --quiet ``` I get: ``` Created temporary requirements file: ... Using...

### Issue description `pipenv check --auto-install --scan --use-installed --key -API_KEY` fails with an output value error during the vulnerability scan. ### Expected result The command should successfully complete the vulnerability...

### Issue description Create a local Python package called `mypackage` with a `mypackage/mypackage/tests/test_setup.py` file (see [mypackage.zip](https://github.com/user-attachments/files/20375752/mypackage.zip)): ```python import unittest class TestNothing(unittest.TestCase): def setup(**kwargs): pass def test_nada(self): _ = setup(name='foo') ```...

Type: Bug :bug: