pipenv icon indicating copy to clipboard operation
pipenv copied to clipboard

Updating packages with non canonical names errors out

Open Kroppeb opened this issue 1 year ago • 2 comments

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 conflicting dependencies.
INFO:pipenv.patched.pip._internal.resolution.resolvelib.factory:
The conflict is caused by:
    The user requested some_cool_package_name
    The user requested (constraint) some_cool_package_name

Kroppeb avatar Mar 26 '24 20:03 Kroppeb