You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I think when I removed requirementslib I broke something with canonical naming, and I could use help figuring out the right patch. There was this, but apparently its still an issue? #6057
Seems related to #6056
Running
pipenv update some_cool_package_name
will error out. When using verbose mode the following error can be found:The text was updated successfully, but these errors were encountered: