AstroPi3 icon indicating copy to clipboard operation
AstroPi3 copied to clipboard

setupAstroRaspbianPi.sh fails on RPi 4B 8GB w/ Raspberry Pi OS 64-bit

Open limburg11 opened this issue 3 years ago • 2 comments

Hi,

tried to run setupAstroRaspbianPi on a fresh Raspberry Pi OS 64-bit. KStars, PHD2 didn't compile, lots of errors, example:

"CMake Error at /usr/lib/aarch64-linux-gnu/cmake/Qt5/Qt5Config.cmake:28 (find_package): Could not find a package configuration file provided by "Qt5Qml" with any of the following names:

Qt5QmlConfig.cmake qt5qml-config.cmake ..."

I can provide logs (which ones will be useful?), but my question in general: Is it possible to set up AstroPi on 64bit Pi OS using this script?

Regards, Bernd

limburg11 avatar Apr 01 '22 22:04 limburg11

Ok then I probably need to make some updates for the new Raspbian. I will check it out.

rlancaste avatar Apr 01 '22 23:04 rlancaste

Hi,

I installed yesterday on RPi3 and I had some broken packages also related with QT (I don´t know if it was exactly your error). I had to install this (or add to the script):

sudo apt-get install libkf5*-dev libwxgtk3.0-gtk3-dev gettext

After that, I could run the script without problems.

Regards.