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
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: