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
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?
The text was updated successfully, but these errors were encountered:
MMyara
changed the title
Error on launching fresh install
Error on launching fresh install (via Manjaro Add/Remove Apps gui)
Jan 6, 2021
Installed through Manjaro's Add/Remove App gui.
When running on terminal:
Tried to re-intall python's dbus, like:
pip install dbus-python
dbus installed ok, but weresync launch error still happens.
Any suggestions?
The text was updated successfully, but these errors were encountered: