-
Notifications
You must be signed in to change notification settings - Fork 10
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
I can't run studio-controls on Debian11 #79
Comments
I've installed python-jack-client and the interface was loaded, but Jack didn't start. |
You actually want python3-jack-client. |
Yes, I forgot to put the number 3 after python in the previous message |
Here's the list of dependencies required to run studio-controls on a Debian-based system:
Beyond those, you need these for extra functionality:
|
I installed all the libraries, however the server startup and shutdown is much slower than in Ubuntustudio. Also, when I restart the computer, Jack is always turned off. |
When i type "studio-controls on command line this is the result:
Traceback (most recent call last):
File "/usr/local/bin/studio-controls", line 9, in
import jack
ModuleNotFoundError: No module named 'jack'
I have install Jack on may system and I run it normally with Qjackctl
The text was updated successfully, but these errors were encountered: