-
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
Deprecate setup.py install fallback when wheel package is absent #11331
Conversation
e67b4fc
to
c12d871
Compare
src/pip/_internal/req/req_install.py
Outdated
f"'pyproject.toml' and the 'wheel' package " | ||
f"is not installed." | ||
), | ||
replacement="to enable the '--use-pep517' option", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pypa/pip-committers what do you think about the suggested replacement. Should we also suggest to install wheel
- it is a transitory measure, which is why I did not add it for now, but may also be necessary if using --no-build-isolation
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm inclined not to say install wheel. That's basically implied as an option by the deprecation reason itself. And as you say, it's not the approach we want to encourage.
6773790
to
ae802e3
Compare
Thanks for the reviews! |
Towards #8102 and #8559.
Restarting #8560.