Installation and use of software for hailo 8-ai hardware

as the there is package for rpi os , but how to use the ai hat on ubuntu 24.04. I tried all existing discussions but neither worked . finally it stuck on error message : not found import hailo.

i tried the blog hacker guide to using ai kit on ubuntu , . so whether i am wrong in installation or this accelarator can not be accessed and use for ml model.

i wantto use hailo with ros2

Kindly help

Hi @User_dna5,
When you’re saying that you’ve tried the hacker guide, do you mean this one?
Hacker’s guide to the Raspberry Pi AI kit on Ubuntu | Ubuntu

Can you tell how far have you been able to proceed?
@jpm

I am also stuck at same point. where i have followed al instruction and when i run “python basic_pipelines/detection.py --input resources/detection0.mp4” then i got error

“(venv_hailo_rpi_examples) raspberry@raspberry:~/hailo-rpi5-examples$ python basic_pipelines/detection.py --input resources/detection0.mp4
Traceback (most recent call last):
File “/home/raspberry/hailo-rpi5-examples/basic_pipelines/detection.py”, line 8, in
import hailo
ModuleNotFoundError: No module named ‘hailo’ “

please help as i too want to use it with ros2

Hey @Sudhanshu_Ranjan,

Welcome to the Hailo Community!

It looks like the tappas Python binding isn’t installed or might not be installed correctly.

Could you try running pip list | grep hailo inside your virtual environment? This will help us check if the bindings are there - these are what let you grab the postprocess results for each frame.

Let me know what you find!

 pip list | grep hailo
hailo-apps                           25.7.0
hailort                              4.20.0