-
Notifications
You must be signed in to change notification settings - Fork 86
Bauh Not Starting #402
Description
Niether bauh 0.10.7-1 nor bauh-staging 0.10.8.RC-2 will start. This issue first appeared on Saturday, January 10, 2026. Installed and re-installed via Git clone command and via yay .The bauh app image works as expected.
Operating system is Arch Linux 6.18-4, Cinnamon 6.6.3 Desktop Python Version: Python 3.14.2
Bauh log reads as follows: Traceback (most recent call last):
File "/usr/bin/bauh", line 8, in
sys.exit(main())
~~~~^^
File "/usr/lib/python3.14/site-packages/bauh/app.py", line 64, in main
app, widget = new_manage_panel(args, app_config, logger)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/site-packages/bauh/manage.py", line 53, in new_manage_panel
managers = gems.load_managers(context=context, locale=i18n.current_key, config=app_config,
default_locale=DEFAULT_I18N_KEY, logger=logger)
File "/usr/lib/python3.14/site-packages/bauh/view/core/gems.py", line 52, in load_managers
loader = pkgutil.find_loader(f'bauh.gems.{f.name}.controller')
^^^^^^^^^^^^^^^^^^^
AttributeError: module 'pkgutil' has no attribute 'find_loader'
The error seems to be : AttributeError: module 'pkgutil' has no attribute 'find_loader'