-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Deprecate --no-binary implying setup.py install #11451
Copy link
Copy link
Closed
Labels
project: setuptoolsRelated to setuptoolsRelated to setuptoolstype: deprecationRelated to deprecation / removal.Related to deprecation / removal.
Milestone
Description
When --no-binary is enabled pip install does not build a wheel and calls setup.py install instead. This happens only for legacy project that don't have a pyproject.toml.
This is currently reported as an info-level statement: Skipping wheel build for %s, due to binaries being disabled for it.
Since setuptools' install command is deprecated, we deprecate this behavior and recommend the --use-pep517 option (which will become our default at some point).
Towards #8102
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
project: setuptoolsRelated to setuptoolsRelated to setuptoolstype: deprecationRelated to deprecation / removal.Related to deprecation / removal.