pipenv
pipenv copied to clipboard
Python Development Workflow for Humans.
### Issue description During the Fastly CDN downtime (https://status.fastly.com/incidents/vpk0ssybt3bj), pypi.org was affected. Before realizing there was an issue I was trying install a new pipenv, but was encountering an issue...
Why this -> "shell is intended to work this way." ### Issue description #1459 #1464 ### Expected result After type "pipenv shell" It should stay at directory where you typed....
Python 3.8.0 Pipenv 2022.1.8 matplotlib Raspberry Pi, running raspbian stretch lite ### Issue description I have successfully installed most of the modules I want to use and have a working...
Be sure to check the existing issues (both open and closed!), and make sure you are running the latest version of Pipenv. Check the [diagnose documentation](https://pipenv.pypa.io/en/latest/diagnose/) for common issues before...
### Issue description I was trying to install a package with the `--process-dependency-links`-flag but instead an exception occurred. Obviously the flag `--process-dependency-links` isn't possible but getting an exception was not...
I recently posted the correct way to install PyTorch as a PEP 503 repository in Pipenv: https://github.com/pypa/pipenv/issues/4961#issuecomment-1045679643 There's just one annoying issue in Pipenv: It downloads PyTorch for every version...
Pipenv fails to install a package when non-existent env variables are used in package URL on windows
### Issue description As mentioned in the documentation, you may inject credentials into the URL of a package as environment variables. But in case these variables do not exist, the...
People are probably already aware of this issue, but adding my $0.02 as to what I think may be going on. In a nutshell: NumPy fails to build on OS...
I've read #1050 but since it's closed I'm opening another issue for documentation improvement. The warning messages are misleading about why you can't use "greater than" characters in the **python_version**:...
### Issue description Is pulling semver and iso8601 needed? I am going through the list of pipenv dependencies for testing purposes in Fedora. When looking for ways to invoke functionalities...