-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Expand pip's install-time conflict checking to the wheel and download commands #5497
Comments
Not sure I follow here. Suppose I do It seems to me that this might help one particular use case, at the cost of potentially producing confusing (and arguably incorrect) warnings for other use cases. I'd like to see a clearer justification, as well as a discussion of how to not trigger incorrect warnings in other cases (I'm not a fan of the "it's just a warning so you can ignore it if you know it doesn't matter" argument). |
My initial thought here was that pip does end up downloading the incorrect versions of the packages (much like it would for pip install). I just wanted to file it somewhere until I have some time later to flesh out the thought. |
Agreed, it's not impossible that we could do something helpful here. I'm just flagging up that because the target directory can contain multiple versions (unlike install), what counts as "downloading the incorrect versions of the packages" is not necessarily something we can assume is the same as for No need for further debate on the matter until there's a PR, though. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I think this is no longer relevant? |
What's the problem this feature will solve?
pip install today warns when it installs an incompatible set of packages. pip wheel and pip download do not.
Describe the solution you'd like
Expanding the warnings to also be shown when running pip wheel or pip download would be helpful as the same information is relevant even then.
See #988 (comment).
Alternative Solutions
None explored.
Additional context
N/A
The text was updated successfully, but these errors were encountered: