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 Impossible to generate the lock file. ### Expected result Generation of lock file. ### Actual result ``` Locking [dev-packages] dependencies... Building requirements... ✔ Success! Locking [packages] dependencies......

Status: Awaiting Update :hourglass_flowing_sand:

### Issue description If I update a package with --selective-upgrade, I can not install the update with sync. ### Steps to replicate pipenv install 'django==2.2.18' pipenv install --selective-upgrade 'django==2.2.19' pipenv...

Type: Possible Bug
triage

### Issue description I'm 99% sure my paths are correct. I've followed the paths in my environment variables to make sure the folders actually existed. I'm having issues getting pipenv...

Type: Question :grey_question:

* Vendor safety==2.1.1 cleanly with ruamel. * Apply more minimal patch to safety. Thank you for contributing to Pipenv! ### The issue The new version of safety has strange output:...

Status: In Progress

So I have installed a VM via Virtual Box / Vagrant on my Windows machine. I am attempting to create a virtual environment in one of the directories, and I...

OS: Windows
triage

I am trying out the latest version (from the master branch) to find out if some earlier issues are fixed, but I stumble upon something else. When installing some dependencies...

help wanted
good first issue

### The issue We get a lot of issue reports about how pipenv cannot be used at the system level, which is actually quite common in Docker containers for people...

Status: In Progress

### Issue description Running `pipenv install` in a new project throws an error, if there was a project created before with the same directory path. ### Expected result pipenv should...

Type: Possible Bug
triage
Contributor Candidate
--system flag

### Is your feature request related to a problem? Please describe. Currently it is not possible to create a Pipfile.lock for multiple platforms automatically. Only hashes for the current platform...

Type: Enhancement :bulb:
Type: Documentation :book:
Category: Dependency Resolution

There are some libraries that we vendor, and are already found in `pip/_vendor`. These are; ``` colorma tomli urllib3 pyparsing packaging pep517 platformdirs idna distlib six ``` Removing them from...

Type: Vendored Dependencies