pfostenberg / QtSeplosBms2Mqtt

Apache License 2.0
2 stars 0 forks source link

qt5-default not available on latest raspy os version #1

Open mpuff opened 1 month ago

mpuff commented 1 month ago

Hello,

when I try to install the necessary packages on raspios bookworm, I get the error:

Reading package lists... Done Building dependency tree... Done Reading state information... Done Package qt5-default is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source

E: Package 'qt5-default' has no installation candidate

pfostenberg commented 1 month ago

Hi, it look like the qt5-default is not all ways present. try: qt5-qmake-bin that should load nearly all.

mpuff commented 1 month ago

can I use qtmqtt 5.15.2 when I have qt5-qmake-bin version 5.15.8?

pfostenberg commented 1 month ago

you must use the 5.15.8 must match the exact version. ( at least the 2 starting numbers...) I updated the README.md file for the missing part. If I should update the README.md please send me the text. You are the second who tries this. sorry with the QtMqtt... it's not really easy to install... If you find a easy way let me know.