Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MMyara opened this issue Jan 6, 2021 · 1 comment
Open

Comments

@MMyara
Copy link

MMyara commented Jan 6, 2021

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 MMyara changed the title Error on launching fresh install Error on launching fresh install (via Manjaro Add/Remove Apps gui) Jan 6, 2021
@DonyorM
Copy link
Owner

DonyorM commented Feb 20, 2021

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants