weresync
weresync copied to clipboard
Error on launching fresh install (via Manjaro Add/Remove Apps gui)
Installed through Manjaro's Add/Remove App gui.
When running on terminal:
weresync
Traceback (most recent call last):
File "/home/myara/.local/bin/weresync", line 5, in <module>
from weresync.interface.cli import main
File "/usr/lib/python3.9/site-packages/weresync/interface/cli.py", line 20, in <module>
import weresync.interface.dbus_client as dbus_client
File "/usr/lib/python3.9/site-packages/weresync/interface/dbus_client.py", line 17, in <module>
from pydbus import SystemBus
ModuleNotFoundError: No module named 'pydbus'
Tried to re-intall python's dbus, like:
pip install dbus-python
dbus installed ok, but weresync launch error still happens.
Any suggestions?
Try installing it using pacman (use pacman -S python-dbus
) That should have been installed with the package, so I'll look into it.
(And sorry for how long it's taken me to respond)