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 When trying install/lock a project from VCS that uses `version = attr: ` specifier in `setup.cfg`, if the package was (is) previously installed from a wheel, I...

Type: Possible Bug
hacktoberfest
Contributor Candidate

Error : `jenkins@dev-7bbcx:~/jenkins-manager$ pipenv install Installing dependencies from Pipfile.lock (307a86)... An error occurred while installing -e .! Will try again. An error occurred while installing -e git+ssh://git@*******/tf-runner.git@d8b9c97b01bfa8a5820d94d5fd66caca7a04ae1d#egg=tf-runner! Will try again....

Status: Awaiting Update :hourglass_flowing_sand:

I wanted to use `intel-numpy` with other packages however installation of any package which requires `numpy` overrides `numpy` installed by `intel-numpy` ### Reproducer ``` $ pipenv install intel-numpy $ pipenv...

Status: Awaiting Update :hourglass_flowing_sand:
triage

Hi! My pipenv shell is not activating the environment as it is giving some file not found error. I tried uninstalling and reinstalling pipenv and even the python. I also...

Type: Question :grey_question:

Hi guys, I found myself in the need of installing some modules with the argument `--no-binary`, when I realized about a potential issue / bug of pipenv ### Issue description...

Type: Possible Bug
hacktoberfest
Contributor Candidate

### Issue description We are building our project for different platforms, but we have modules that should only be installed on certain platforms. So far we have used the following...

OS: Windows
Status: Awaiting Update :hourglass_flowing_sand:
markers

### Issue description When running a Django `runserver` process, and invoking a `import ipdb; ipdb.set_trace()`, if you modify a file and the process restarts, your keyboard inputs will not longer...

rotten

Hi! ### Is your feature request related to a problem? Please describe. Recently I've had few minutes wasted on debugging pipenv when working on legacy python script written by someone...

PR: awaiting-review

I find the `pipenv open` command super useful for doing little module source code inspection, even a quick patch & pull request. Would it be appropriate to add an option...

hacktoberfest
Contributor Candidate

Thank you for contributing to Pipenv! ### The issue While running pipenv lock, I got this, ``` File "/usr/local/lib/python3.7/site-packages/pipenv/vendor/requirementslib/models/setup_info.py", line 198, in caller return func(*args, **kwargs) File "/usr/local/lib/python3.7/site-packages/pipenv/vendor/requirementslib/models/setup_info.py", line 366,...