Skip to content

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

@MMyara

Description

@MMyara

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions