-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
C: dependency resolutionAbout choosing which dependencies to installAbout choosing which dependencies to installC: downloadAbout fetching data from PyPI and other sourcesAbout fetching data from PyPI and other sourcesC: wheelThe wheel format and 'pip wheel' commandThe wheel format and 'pip wheel' commandresolution: deferred till PRFurther discussion will happen when a PR is madeFurther discussion will happen when a PR is madetype: feature requestRequest for a new featureRequest for a new feature
Description
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
Metadata
Metadata
Assignees
Labels
C: dependency resolutionAbout choosing which dependencies to installAbout choosing which dependencies to installC: downloadAbout fetching data from PyPI and other sourcesAbout fetching data from PyPI and other sourcesC: wheelThe wheel format and 'pip wheel' commandThe wheel format and 'pip wheel' commandresolution: deferred till PRFurther discussion will happen when a PR is madeFurther discussion will happen when a PR is madetype: feature requestRequest for a new featureRequest for a new feature