is there a way to install Qt4 for Python 2.7 under Raspbian Buster on Raspberry Pi 4B

1

is there a way to install Qt4 for Python 2.7 under Raspbian Buster on Raspberry Pi 4B. pip is not working, conda ist not working, any sugestions? thanks!

theo

Posted 2019-10-29T20:36:09.917

Reputation: 11

Answers

0

Qt4 is in the main repositories for Raspbian. You can install using the command apt install qt4 -y

Varun Narravula

Posted 2019-10-29T20:36:09.917

Reputation: 396