HailoRT library (libhailo_rt.so) not found. Check installation

HI, want to compile postproccess for my model, but it seems like i missed some required package “HailoRT library (libhailo_rt.so) not found. Check installation.“ have hailort_4.23.0_arm64.deb and hailomz 2.15. Where can i find that libhailo_rt.so? Does Hailo SDK still available for Python 3.10, because there no one on Software Downloads for Hailo

Hey @user342,

Welcome to the Hailo Community!

Just a heads up - version 4.23 is specifically for Trixie and Python 3.13. If you’re running Python 3.10 or 3.11, or you’re on Bookworm, you’ll want to stick with version 4.22 or earlier.

Actually, the easiest way to handle this is just to run:

sudo apt install hailo-all

This will automatically grab the right version for your setup.

Hey, just want to report I’m having issues on Trixie:

anton@raspberrypi:~ $ sudo apt-get upgrade
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
Calculating upgrade… Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

anton@raspberrypi:~ $ sudo apt install hailo-all
Error: Unable to locate package hailo-all

Can I do anything to make it work?

1 Like

I have encountered the same problem today