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

Replace dbus-python with pydbus #2

Closed
SpotlightKid opened this issue Sep 4, 2018 · 1 comment
Closed

Replace dbus-python with pydbus #2

SpotlightKid opened this issue Sep 4, 2018 · 1 comment

Comments

@SpotlightKid
Copy link
Owner

(For background, see #1)

If dbus-python is installed via the distribution's package system, you may get the following error when running jack-select:

pkg_resources.DistributionNotFound: The 'dbus-python' distribution was not found and is required by jack-select

This means that dbus-python does not register itself correctly as a setupotools compatible package.
Unfortunately this seems to be the case on most major Linux distributions. For example, thatswhy I patch the setup.py file to remove the explicit dbus-python dependency in my AUR package for jack-select.

The dbus-python package has been marked as outdated now, so we should switch to pydbus

@SpotlightKid
Copy link
Owner Author

Unfortunately, pydbus does not support asynchronous calls yet, so it is no viable replacement option until it does.

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

No branches or pull requests

1 participant