weresync icon indicating copy to clipboard operation
weresync copied to clipboard

Error on launching fresh install (via Manjaro Add/Remove Apps gui)

Open MMyara opened this issue 4 years ago • 1 comments

Installed through Manjaro's Add/Remove App gui. image

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?

MMyara avatar Jan 06 '21 13:01 MMyara

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)

DonyorM avatar Feb 20 '21 23:02 DonyorM