Hello everyone.
After some fiddling i was able to install TAPPAS 3.29 on my RP5 with Debian 12 Bookworm.
I’m not talking about RP5 with Ubuntu ARM64!
- also check the manual installation DOC for required packages, like FFMPeg, GStreamer etc.
- instead of GCC-9 install GCC-12 (which should be the default version)
- Download and UNZIP
tappas_3.29.0_linux_installer.zip
- cd into the new directory
- as stated in the manual installation, you need HailoRT source
git clone https://github.com/hailo-ai/hailort.git hailort/sources
- create ‘/etc/lsb-release’ file with this content:
DISTRIB_DESCRIPTION="Debian GNU/Linux 12 (bookworm)"
DISTRIB_RELEASE=12.0
DISTRIB_CODENAME=bookworm
DISTRIB_ID=debian
- create a matching PIP requirements file for v12.0 (just copy it)
cp ./tools/run_app/requirements_22_04.txt ./tools/run_app/requirements_12_0.txt
- install TAPPAS with
GCC_VERSION=12 ./install.sh --skip-hailort
- GL HF
I hope this can help some ppl asking about GCC-9 problems.