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 `pipenv install` printed `Pipfile.lock is corrupted; ignoring contents.` to standard and displayed a success message. ### Expected result I expected `pipenv install` to throw an error. ###...

Type: Enhancement :bulb:
Type: Possible Bug

I can see in that commit: https://github.com/pypa/pipenv/commit/6ac1451ec86d2949855e557109c2eb92b61930fc The logic from flag lock-only was removed and now we have that flag but it is doing nothing at all, why? Should we...

Contributor Candidate

Bumps [black](https://github.com/psf/black) from 23.3 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...

Category: Dependency Resolution

### Issue description `pipenv install better-profanity` adds `"markers": "python_version == '3'",` to Pipfile.lock. This started happening with pipenv v2023.12.1. The library has not changed, so this comes from a pipenv...

Hi I'm looking into helping out with solving some issues in pipenv, and was diving through some of the code. I noticed that there a lot of code doesn't have...

Type: Enhancement :bulb:
Contributor Candidate

This might be quite opinionated, but tools like npm have similar behavior. Npm will check the latest version available (eg `x.y.z`) and will specify the version as `^x.y.z`. One important...

brainstorm

### Issue description When installing a package (A) that's located on disk and that depends on another package (B) installed on disk, the "sub-dependency" (B) is added to the Pipfile.lock...

Type: Possible Bug
triage

Seems related to #6056 Running `pipenv update some_cool_package_name` will error out. When using verbose mode the following error can be found: ``` CRITICAL:pipenv.patched.pip._internal.resolution.resolvelib.factory:Cannot install some_cool_package_name because these package versions have...

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 Using `pipenv shell` on Powershell for mac does not activate the environment. Instead it displays the source command for bash and does not attempt to execute it....

PR: awaiting-merge