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

Today I was trolled by this "Locking..." message and I find that it's actually a couple hundred developers who don't understand why CPU usage is 0 during install: https://stackoverflow.com/questions/56440090/pipenv-stuck-locking As...

triage

### Issue description It seems that `pipenv` currently ignores directives that include configuration that doesn't do anything. For example, we had the equivalent of this in one of our projects:...

Type: Enhancement :bulb:

### Issue description Unable to lock using `pipenv==2023.8.23` while `pipenv==2023.8.21` can. The latest version reports mismatch in sub-dependency but upon inspection, the resolution is actually possible. ### Expected result Lock...

Type: Bug :bug:
Priority: High
validation

Hi, this may be expected behaviour but I wanted to double check. Couldn't find a clear answer in the docs or in an issue. ### Issue description When I pin...

Type: Question :grey_question:
Type: Documentation :book:

I have a bash script that install the dependencies from a pipenv file and then runs a series of different commands. However, it does not activate a shell. When I...

Contributor Candidate
quiet