-
Notifications
You must be signed in to change notification settings - Fork 9
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
Will not run. Raspberry Pi 5 #6
Comments
Should be fixed in 8c56054 |
On a frseh Raspberry-5 Debian 12.7 Cloned Running
I cannot find a Debian package to satisfy this requirtement |
On a fresh Raspberry-5 Debian 12.7
Cloned Running
I cannot find a Debian package to satisfy this requirement |
how did you search? that gives me this as first result: https://tracker.debian.org/pkg/pyqt5 you could try to install some of these, maybe starting with python3-pyqt5 and it's likely for building apps that use pyqt that the dev package is also necessary. (it's a while ago that i built mod-panel myself but i try to help by explaining what i would do facing this error message) |
I looked in all the usual places. aptitude show pyqt5
E: Unable to locate package pyqt5 |
the list of deps are in the readme https://github.com/mod-audio/mod-panel?tab=readme-ov-file#dependencies |
but aptitude show is no search. the problem is, the packages needed to install dependencies that a makefile build dependency check mentions are usually not found under these exact names that are reported, but, as i already wrote, they are usually the dev packages. because makefiles "talk" about development code, not distribution packages. These tools are not distribution specific and they don't know/care about distribution packages. thats why you need to look for the dev packages that contain the name mentioned by the makefile. |
pyqt5-dev-tools is the required package |
Then when using
It does not say what is missing There was nothing reported in the console |
Once the application is running if I select "start" for MOD Host + UI
The text was updated successfully, but these errors were encountered: