pip install --egg
break's pip's dependency resolution
#1320
Labels
auto-locked
Outdated issues that have been locked by automation
C: dependency resolution
About choosing which dependencies to install
type: bug
A confirmed bug or unintended behavior
pip install --egg
remove's pip's use of--single-version-externally-managed
, which is the basis for pip's dependency resolution, which underlies it's "requirements file" feature.e.g. do this:
pip install --egg peppercorn==0.2 deform
you should end up with peppercorn v0.2, but instead you get v0.4
The text was updated successfully, but these errors were encountered: