Open bebound opened 3 months ago
Thank you for opening this issue, we will look into it.
I just encountered this issue, the actual test result is: setuptools>72.1.0 not compatible with old version of wheel, we may need to pin the setuptools version at 72.1.0 in azdev. Upgrading setuptools and wheel is not an easy task and cannot be done in the short term, we have no choice.
I am also seeing the same issue:
I'm also getting the same issue in github runner
For now, we have to pin setuptools
to 70.0.0 like https://github.com/Azure/azure-cli-extensions/pull/7739
I hope the extension can stop using wheel 0.30.0 someday.
After 71.0.0, in https://github.com/pypa/setuptools/pull/4457 run python setup.py bdist_wheel: Use installed wheel or vendored wheel Install package from source code: Use installed wheel or vendored wheel
Setuptools calls wheels 0.30.0 we installed, which does not provide
wheel.wheelfile
. see - https://github.com/Azure/azure-cli/issues/29421#issuecomment-2238008833If the package does not provide wheel and must compile from source code, you'll see this error:
Ref: