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

Wrong setuptools in docs? #1696

Open
Erhannis opened this issue Jan 7, 2025 · 0 comments
Open

Wrong setuptools in docs? #1696

Erhannis opened this issue Jan 7, 2025 · 0 comments
Labels

Comments

@Erhannis
Copy link

Erhannis commented Jan 7, 2025

My plugin's setup.cfg has

setup_requires = 
    setuptools >= 30.3.0

as described on https://plover.readthedocs.io/en/latest/plugin-dev/setup.html . However, python setup.py sdist bdist_wheel gave "error: invalid command 'bdist_wheel'". I did pip install --force setuptools, which uninstalled setuptools-65.5.0and installed setuptools-75.7.0. The command was then recognized as expected. I therefore suspect that setuptools may need to be a higher version than 30.3.0, indeed likely greater than somewhere between 65.5.0 and 75.7.0.

OS: Ubuntu 24.04.1 LTS, Wayland, Gnome 46

@Erhannis Erhannis added the bug label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant