razer-cli icon indicating copy to clipboard operation
razer-cli copied to clipboard

ModuleNotFoundError: No module named '_dbus_bindings'

Open o-lenczyk opened this issue 2 years ago • 0 comments

I have this error when trying to start razer-cli:

Traceback (most recent call last):
  File "/home/mpiase/.local/bin/razer-cli", line 5, in <module>
    from razer_cli.razer_cli.main import main
  File "/home/mpiase/.local/lib/python3.10/site-packages/razer_cli/razer_cli/main.py", line 12, in <module>
    from openrazer.client import DeviceManager
  File "/usr/lib/python3/dist-packages/openrazer/client/__init__.py", line 4, in <module>
    import dbus as _dbus
  File "/usr/lib/python3/dist-packages/dbus/__init__.py", line 73, in <module>
    import dbus.types as types
  File "/usr/lib/python3/dist-packages/dbus/types.py", line 8, in <module>
    from _dbus_bindings import (
ModuleNotFoundError: No module named '_dbus_bindings'

any hints? I am using "Ubuntu 20.04.6 LTS"

o-lenczyk avatar Jan 13 '24 13:01 o-lenczyk