Cannot find tappas-core version 5.1.0

Hello! I am trying to get my AI Hat+ (26 Tops) up and running on my RPi5. I’ve tried many installation guides, mainly for Hailo-Apps v25.10.0, but it seems when i run ./install.sh from hailo-apps-infra, I get:

???
?      Hailo Apps Infrastructure - Single-File Installer           ?
???

? Configuration loaded from config.yaml
??  Configuration:
??    Virtual Environment: venv_hailo_apps
??    Download Group: default
??    Resources Root: /usr/local/hailo/resources
??    System Site-Packages: true
??    Log File: /home/ghost/hailo-apps-infra/logs/install_20260429_144021.log

???
Step 1/7: User Detection
???

? Detected user: ghost
? Detected primary group: ghost

???
Step 2/7: Prerequisites Check
???

??  Checking installed Hailo components…
??  Detected versions:
??    Hailo Architecture: hailo8
??    Driver: 4.23.0
??    HailoRT: 4.23.0
??    TAPPAS: 5.2.0
??    Model Zoo Version: v2.17.0 (for hailo8)
??  HailoRT 4.23.0 + TAPPAS 5.2.0 is not a valid combination for hailo8
??  Valid combinations for hailo8: 4.23.0:5.1.0
? Version validation failed - installation cannot continue
? Please ensure all components match the supported versions listed in config.yaml

???
Installation Summary
???

? User Detection            User: ghost, Group: ghost
? Prerequisites Check       Version validation failed

? Installation completed with errors

Please review the errors above and try again.

Log file: /home/ghost/hailo-apps-infra/logs/install_20260429_144021.log

(venv) root@raspberrypi:/home/ghost/hailo-apps-infra# cat logs/install_20260429_144021.log

Hailo Apps Infrastructure Installation
Started: 2026-04-29 14:40:21
Script: install.sh
User: ghost

[2026-04-29 14:40:21] [DEBUG] Loading configuration from: /home/ghost/hailo-apps-infra/hailo_apps/config/config.yaml
[2026-04-29 14:40:21] [DEBUG] Parsing config.yaml…
[2026-04-29 14:40:21] [SUCCESS] Configuration loaded from config.yaml
[2026-04-29 14:40:21] [DEBUG]   VENV_NAME=venv_hailo_apps
[2026-04-29 14:40:21] [DEBUG]   USE_SYSTEM_SITE_PACKAGES=true
[2026-04-29 14:40:21] [DEBUG]   RESOURCES_ROOT=/usr/local/hailo/resources
[2026-04-29 14:40:21] [DEBUG]   RESOURCES_SYMLINK_NAME=resources
[2026-04-29 14:40:21] [DEBUG]   DOWNLOAD_GROUP=default
[2026-04-29 14:40:21] [DEBUG]   ENV_FILE=/usr/local/hailo/resources/.env
[2026-04-29 14:40:21] [DEBUG]   SYSTEM_PACKAGES=meson ninja-build portaudio19-dev python3-gi python3-gi-cairo libbz2-dev liblzma-dev libelf-dev libunwind-dev libdw-dev
[2026-04-29 14:40:21] [DEBUG]   VALID_HAILORT_VERSIONS=4.23.0 5.1.1 5.2.0 5.3.0
[2026-04-29 14:40:21] [DEBUG]   VALID_TAPPAS_VERSIONS=5.1.0 5.2.0 5.3.0
[2026-04-29 14:40:21] [DEBUG]   VALID_HAILO_ARCH=hailo8 hailo8l hailo10h
[2026-04-29 14:40:21] [DEBUG]   MODEL_ZOO_MAPPING=hailo8=v2.17.0 hailo8l=v2.17.0 hailo10h=v5.1.0
[2026-04-29 14:40:21] [INFO] Configuration:
[2026-04-29 14:40:21] [INFO]   Virtual Environment: venv_hailo_apps
[2026-04-29 14:40:21] [INFO]   Download Group: default
[2026-04-29 14:40:21] [INFO]   Resources Root: /usr/local/hailo/resources
[2026-04-29 14:40:21] [INFO]   System Site-Packages: true
[2026-04-29 14:40:21] [INFO]   Log File: /home/ghost/hailo-apps-infra/logs/install_20260429_144021.log
[2026-04-29 14:40:21] [DEBUG] Valid HailoRT versions: 4.23.0 5.1.1 5.2.0 5.3.0
[2026-04-29 14:40:21] [DEBUG] Valid TAPPAS versions: 5.1.0 5.2.0 5.3.0
[2026-04-29 14:40:21] [DEBUG] Valid Hailo architectures: hailo8 hailo8l hailo10h
[2026-04-29 14:40:21] [DEBUG] Model Zoo mapping: hailo8=v2.17.0 hailo8l=v2.17.0 hailo10h=v5.1.0
[2026-04-29 14:40:21] [STEP] Step 1/7: User Detection
[2026-04-29 14:40:21] [SUCCESS] Detected user: ghost
[2026-04-29 14:40:21] [SUCCESS] Detected primary group: ghost
[2026-04-29 14:40:21] [DEBUG] User’s primary group matches username
[2026-04-29 14:40:21] [STEP] Step 2/7: Prerequisites Check
[2026-04-29 14:40:21] [INFO] Checking installed Hailo components…
[2026-04-29 14:40:21] [DEBUG] Running as user ghost: /home/ghost/hailo-apps-infra/scripts/check_installed_packages.sh
[2026-04-29 14:40:26] [DEBUG] SUMMARY line: hailo_arch=hailo8 hailo_pci=4.23.0 hailort=4.23.0 pyhailort=4.23.0 tappas-core=5.2.0 tappas-python=5.1.0
[2026-04-29 14:40:26] [INFO] Detected versions:
[2026-04-29 14:40:26] [INFO]   Hailo Architecture: hailo8
[2026-04-29 14:40:26] [INFO]   Driver: 4.23.0
[2026-04-29 14:40:26] [INFO]   HailoRT: 4.23.0
[2026-04-29 14:40:26] [INFO]   TAPPAS: 5.2.0
[2026-04-29 14:40:26] [INFO]   Model Zoo Version: v2.17.0 (for hailo8)
[2026-04-29 14:40:26] [WARNING] HailoRT 4.23.0 + TAPPAS 5.2.0 is not a valid combination for hailo8
[2026-04-29 14:40:26] [WARNING] Valid combinations for hailo8: 4.23.0:5.1.0
[2026-04-29 14:40:26] [ERROR] Version validation failed - installation cannot continue
[2026-04-29 14:40:26] [ERROR] Please ensure all components match the supported versions listed in config.yaml

-in the log file. However, I cannot find the arm64 system package for hailo-tappas-core anywhere, not in the Developer Zone, or the artifacts folder from extracting the software suite. Am I missing something here? Thank you.

Hi @Fridrihs_Olsteins,

Thanks for sharing - we identified the issue and working to fix ASAP.
In the meanwhile it’s possible to get all required files from our developer zone: https://hailo.ai/developer-zone/

Please see details here: hailo-apps/doc/user_guide/installation.md at main · hailo-ai/hailo-apps · GitHub

Thanks,
Michael.

Hi @Fridrihs_Olsteins ,

Issue fixed. Now it’s working.

Thanks

2 Likes