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

ValueError: Namespace GUdev not available #34

Open
BLysholm opened this issue May 25, 2021 · 2 comments
Open

ValueError: Namespace GUdev not available #34

BLysholm opened this issue May 25, 2021 · 2 comments

Comments

@BLysholm
Copy link

Ran this software on elementaryOS (based on ubuntu 18.04) and got this error message
ValueError: Namespace GUdev not available
when running the command
sudo soundcraft_dbus_service --setup
Looks like an implicit dependency. I solved it by running the command
sudo apt-get install gir1.2-gudev-1.0

@ndim
Copy link
Contributor

ndim commented May 25, 2021

Thanks for the report. I will keep that in mind for my next round of installation/documentation updates.

@ndim
Copy link
Contributor

ndim commented Jul 4, 2021

For the record, the socranop installtool checks for gudev being installed, which is one half of the solution.

The other half of the solution is to have a complete list of packages to install on some popular families of operating systems like Debian/Ubuntu and Fedora/Centos/RHEL, which I have created a new issue for at socratools/socranop#18.

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