We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following the install instructions on : https://github.com/reuterbal/photobooth/blob/master/INSTALL.md
When running the following:
sudo apt install qt5-default pyqt5-dev pyqt5-dev-tools
I get this error:
E: Package 'qt5-default' has no installation candidate
Trying to install on a raspberry pi 3 model B+ 1GB Fresh copy of the full raspberry pi OS Ver 11 Bullseye
I have tried searching for help, but the only thing I can find is that qt5-default no longer exists
The text was updated successfully, but these errors were encountered:
Use
sudo apt install python3-dev python3-pip virtualenv sudo apt install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools pyqt5-dev pyqt5-dev-tools # for PyQt5-GUI sudo apt install libcups2-dev # to use pycups
'qt5-default' has been phased out. source
Sorry, something went wrong.
No branches or pull requests
Following the install instructions on : https://github.com/reuterbal/photobooth/blob/master/INSTALL.md
When running the following:
I get this error:
Trying to install on a raspberry pi 3 model B+ 1GB
Fresh copy of the full raspberry pi OS Ver 11 Bullseye
I have tried searching for help, but the only thing I can find is that qt5-default no longer exists
The text was updated successfully, but these errors were encountered: