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.

1 Like

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

Hello, I am experiencing a version mismatch issue while trying to install the hailo-apps infrastructure on my Raspberry Pi.

The installation script fails during the validation step because it detects a compatibility conflict between HailoRT and TAPPAS for the hailo8 architecture. According to the logs, my current setup is:

  • HailoRT: 4.23.0

  • TAPPAS: 5.2.0

However, the installer expects TAPPAS 5.1.0 to work with HailoRT 4.23.0.

Log Snippet:

Plaintext

[2026-05-12 10:30:58] [WARNING] HailoRT 4.23.0 + TAPPAS 5.2.0 is not a valid combination for hailo8
[2026-05-12 10:30:58] [WARNING] Valid combinations for hailo8: 4.23.0:5.1.0
[2026-05-12 10:30:58] [ERROR] Version validation failed - installation cannot continue

Request: I have searched the Hailo Developer Zone, but I can only find the download link for TAPPAS v5.2.0. Could you please provide a direct download link for TAPPAS Core v5.1.0 or advise on how to resolve this mismatch?

Hi @Jose_Fuertes,

Can you please try this?

Thanks,
Michael.

Hi @Michael
I have applied the filters detailed below, but the arm64 architecture version for the Raspberry Pi 5 (with Hailo-8 26 TOPS) is not appearing. While I found versions for Ubuntu, I cannot find TAPPAS Core v5.1.0 for Raspberry Pi.

I have also tried different filters by changing the Python versions and searched using both ‘tappas’ and ‘core’ as keywords, but I still cannot locate the required hailo-tappas-core_5.1.0 package for arm64.

**
Following your suggestions, I have checked using the filters you mentioned**, but I can confirm that TAPPAS Core version 5.1.0 is still not visible for the ARM64 architecture (Raspberry Pi).

When searching, I only see versions 5.2.0 and 5.3.0 (the latter being compatible only with Hailo-10 according to the official page). Although the Python binding v5.1.0 is available, the TAPPAS Core is not. I have also tried to compile directly from hailo_core_apps/releases without success.

Request: For Hailo-8 installations, could you please provide:

  1. A validated setup combining PCIe 4.23 with TAPPAS Core 5.2.0.

  2. Or a direct link to the .deb package for version 5.1.0 (ARM64 / Raspberry Pi 5) for the Hailo-8 (26 TOPS) module

Hi @Jose_Fuertes , Indeed looks like the 5.1 is currently missing, we are working on it

hello

did you find any solution?

or is h#there any source file to build from source?

I need it for running hailo apps infra git on my Raspbarry pi5 with hailo 8l

appreciate your response

thank you

when it will released? about hours or days?

Hey there, I also need this version :slight_smile: thanks a lot for your effort - is there any estimation as to when will be available?

Can we just use

wget https://archive.raspberrypi.org/debian/pool/main/p/python-hailo-tappas/python3-hailo-tappas_5.1.0_arm64.deb

wget https://archive.raspberrypi.org/debian/pool/main/p/python-hailo-tappas/python3-hailo-tappas_5.1.0_arm64.deb

?

1 Like

wget https://archive.raspberrypi.org/debian/pool/main/p/pyhailort/python3-hailort_4.23.0-1_arm64.deb

wget https://archive.raspberrypi.org/debian/pool/main/p/python-hailo-tappas/python3-hailo-tappas_5.1.0_arm64.deb

2 Likes

thank you but it just supports python 3.13
how about python 3.11 or 3.10?

hailo apps infra git require python 3.11

Hi there, is there any update on this?

Hi,
is there an update on this?

(hailo_apps) admin@raspi5 ~/test/hailo-apps main $ hailortcli fw-control identify
Executing on device: 0000:03:00.0
Identifying board
Control Protocol Version: 2
Firmware Version: 4.23.0 (release,app,extended context switch buffer)
Logger Version: 0
Board Name: Hailo-8
Device Architecture: HAILO8L
Serial Number: xxx
Part Number: HM21LB1C2LAE
Product Name: HAILO-8L AI ACC M.2 B+M KEY MODULE EXT TMP

Step 2/7: Prerequisites Check
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

ℹ️  Checking installed Hailo components…
ℹ️  Detected versions:
ℹ️    Hailo Architecture: hailo8
ℹ️    Driver: 4.23.0
ℹ️    HailoRT: 4.23.0
ℹ️    TAPPAS: 5.3.0
ℹ️    Model Zoo Version: v2.17.0 (for hailo8)
⚠️  HailoRT 4.23.0 + TAPPAS 5.3.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


Hi @user305,

In the upcoming release of hailo-apps the combination of HailoRT 4.23 and Tappas 5.3 will be allowed.
For the time being the allowed combination is Tappas 5.1 .

Thanks,

Hi!

When will the 5.1 for ARM64 release?

Hey, if Hailo didn’t release it yet, I compiled a tappas 5.1 for my robots. You can grab it from my Github, it’s in the assets, and the full stack install including ROS2 integration is there. https://github.com/SpiritualCreations42/pi5hailoubunturos