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 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
The text was updated successfully, but these errors were encountered:
My plugin's setup.cfg has
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 didpip install --force setuptools
, which uninstalledsetuptools-65.5.0
and installedsetuptools-75.7.0
. The command was then recognized as expected. I therefore suspect thatsetuptools
may need to be a higher version than30.3.0
, indeed likely greater than somewhere between65.5.0
and75.7.0
.OS: Ubuntu 24.04.1 LTS, Wayland, Gnome 46
The text was updated successfully, but these errors were encountered: