ovenwerks / studio-controls

A helper for setting up a system for audio work
GNU General Public License v2.0
73 stars 10 forks source link

I can't run studio-controls on Debian11 #79

Open oscarsantis opened 2 years ago

oscarsantis commented 2 years ago

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

oscarsantis commented 2 years ago

I've installed python-jack-client and the interface was loaded, but Jack didn't start.

eeickmeyer commented 2 years ago

You actually want python3-jack-client.

oscarsantis commented 2 years ago

Yes, I forgot to put the number 3 after python in the previous message

eeickmeyer commented 2 years ago

Here's the list of dependencies required to run studio-controls on a Debian-based system:

Beyond those, you need these for extra functionality:

oscarsantis commented 2 years ago

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.