You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the wheel package is not installed, pip now uses the default build backend instead of setup.py install and setup.py develop for project without pyproject.toml. (#8559)
this would fix #951 and cause pip 23.1 to use the pep517 codepath for all packages
since 23.1 pip doesn't need wheel or setuptools anymore https://pip.pypa.io/en/stable/news/#v23-1
setuptools was also removed from CPython 3.12's ensurepip: https://docs.python.org/3.12/whatsnew/3.12.html#removed
The text was updated successfully, but these errors were encountered: