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 Lets say I have two local dependencies, where one of the packages depends on the other: ``` [packages] test-package-pipenv-base = {path = "./test_package_pipenv_base"} test-package-pipenv-with-dependency = {path =...

Category: Dependency Resolution
triage

### Issue description Switching a dependency from a fork (eg `https://github.com/nicholasserra/twine`) to the source (eg `https://github.com/pypa/twine`) with the `--keep-outdated` flag results in conflicting Pipfile and Pipfile.lock ### Expected result Expected...

Type: Possible Bug

Hi everyone, I have a Pipfile in my project root that's similar to this: ``` [packages] mypackage = {path = "packages/mypackage", editable = true} mypackage-cli = {path = "packages/mypackage-cli", editable...

Type: Possible Bug
Contributor Candidate

### Issue description Using `pipenv shell` on windows remote share results in new shell spawned not inside the desired folder but inside `C:\Windows` due to Windows not complying with its...

Type: Possible Bug
OS: Windows
Category: CLI
Contributor Candidate

The `pipenv --completion` command is not working: ```bash $ pipenv --completion Usage: pipenv [OPTIONS] COMMAND [ARGS]... Try 'pipenv -h' for help. Error: No such option: --completion Did you mean --python?...

Type: Possible Bug
Category: CLI
hacktoberfest
Contributor Candidate

# Feature: Custom Package Sets It would be nice to be able to create custom package sets. For instance, `pipenv` already has support for two package sets "default" and "dev"....

Type: Enhancement :bulb:
Contributor Candidate

Getting this error. Looks like it is using python2 libs for Crypto. Reverted to 2022.4.8 and that works. ``` botstream Traceback (most recent call last): botstream File "run.py", line 41,...

Type: Possible Bug
Status: Awaiting Update :hourglass_flowing_sand:
triage

### Is your feature request related to a problem? Please describe. I am a developer with an existing project directory managed by pipenv. I want to move my project directory...

Type: Documentation :book:
Contributor Candidate

### Is your feature request related to a problem? Please describe. It's frustrating using pipenv inside a vscode dev container. There's no reason to use virtualenvs inside docker, but in...

Type: Enhancement :bulb:
Type: Possible Bug
Contributor Candidate

### Is your feature request related to a problem? Please describe. Similar to #5086 When running pipenv inside a vscode dev container, it is extremely useful to use the `[scripts]`...

Type: Enhancement :bulb:
Contributor Candidate