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
bin ./musicbox
Traceback (most recent call last):
File "./musicbox", line 2, in <module>
from NEMbox.__main__ import start
File "/home/closetool/tasks/python-tasks/musicbox/NEMbox/__main__.py", line 9, in <module>
from .menu import Menu
File "/home/closetool/tasks/python-tasks/musicbox/NEMbox/menu.py", line 33, in <module>
from .osdlyrics import pyqt_activity
File "/home/closetool/tasks/python-tasks/musicbox/NEMbox/osdlyrics.py", line 6, in <module>
import dbus
ModuleNotFoundError: No module named 'dbus'
The text was updated successfully, but these errors were encountered:
操作系统: manjaro20
python: python3.8.6
自己构建master后, 无法运行
The text was updated successfully, but these errors were encountered: