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
As the backend is part of setuptools, it doesn't need to request that setuptools is installed in get_requires_for_build_wheel. (And it certainly shouldn't be allowing any version - at a minimum it needs a version that supports the PEP 517 backend, but that's not important as it shouldn't be there in the first place 😉 )
The text was updated successfully, but these errors were encountered:
See pypa/pip#5743 (comment).
As the backend is part of setuptools, it doesn't need to request that setuptools is installed in
get_requires_for_build_wheel
. (And it certainly shouldn't be allowing any version - at a minimum it needs a version that supports the PEP 517 backend, but that's not important as it shouldn't be there in the first place 😉 )The text was updated successfully, but these errors were encountered: