Confusing warning about missing 'wheel' when building a project that only has build-system.requires
#11673
Closed
1 task done
Labels
type: bug
A confirmed bug or unintended behavior
Description
The warnings here are quite confusing:
for a project with this configuration:
when running
pip install multidict==6.0.4 --no-binary multidict
in a venv that has latest versions ofpip
andwheel
.Expected behavior
No warning as the build continues without issues.
I first mentioned this in PyPA Discord and it has been suggested that the warning can be removed as setuptools injects
wheel
nowadays anyway.pip version
22.3.1
Python version
3.10.6
OS
Ubuntu 22.04
How to Reproduce
Run commands:
Output
Code of Conduct
The text was updated successfully, but these errors were encountered: