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

ModuleNotFoundError: No module named '_dbus_bindings' #78

Open
o-lenczyk opened this issue Jan 13, 2024 · 0 comments
Open

ModuleNotFoundError: No module named '_dbus_bindings' #78

o-lenczyk opened this issue Jan 13, 2024 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@o-lenczyk
Copy link

o-lenczyk commented Jan 13, 2024

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"

@LoLei LoLei added the help wanted Extra attention is needed label Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants