setupAstroRaspbianPi.sh fails on RPi 4B 8GB w/ Raspberry Pi OS 64-bit
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
Ok then I probably need to make some updates for the new Raspbian. I will check it out.
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.