Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install --egg break's pip's dependency resolution #1320

Closed
qwcode opened this issue Nov 15, 2013 · 1 comment · Fixed by #3956
Closed

pip install --egg break's pip's dependency resolution #1320

qwcode opened this issue Nov 15, 2013 · 1 comment · Fixed by #3956
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

Comments

@qwcode
Copy link
Contributor

qwcode commented Nov 15, 2013

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

@qwcode
Copy link
Contributor Author

qwcode commented Nov 15, 2013

original PR #541 (and issue that motivated it #3)
related issue #1037

qwcode added a commit that referenced this issue Nov 16, 2013
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 4, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant