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?