pipenv
pipenv copied to clipboard
Python Development Workflow for Humans.
### 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......
### 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...
### 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...
* 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:...
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...
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...
### 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...
### 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...
### 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...
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...