Skip to content
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

Package 'qt5-default' has no installation candidate #236

Open
browners opened this issue Nov 21, 2021 · 1 comment
Open

Package 'qt5-default' has no installation candidate #236

browners opened this issue Nov 21, 2021 · 1 comment

Comments

@browners
Copy link

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

@miaucl
Copy link

miaucl commented Aug 3, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants