Skip to content
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

Get bdist_wheel from setuptools in later wheel versions #36

Closed
DominicOram opened this issue Aug 21, 2024 · 1 comment · Fixed by #37
Closed

Get bdist_wheel from setuptools in later wheel versions #36

DominicOram opened this issue Aug 21, 2024 · 1 comment · Fixed by #37

Comments

@DominicOram
Copy link

DominicOram commented Aug 21, 2024

The latest wheel version (0.44.0) has a depreciation warning when trying to access bdist_wheel:

DeprecationWarning: The 'wheel' package is no longer the canonical location of the 'bdist_wheel' command, and will be removed in a future release. Please update to setuptools v70.1 or later which contains an integrated version of this command.
@DominicOram
Copy link
Author

I would be happy to fix this myself with the naive approach of pinning to later versions of these but probably do not have the time to do it whilst maintaining backwards compatibility for older setuptools/wheel versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant