pi5 + Hailo-8L: No module named ‘hailo’

I feel like I am chasing my tail trying to get anything to work….
My driver version and HailoRT version DO match –> which I see from searching comes up a lot.

Even from what I would call step one: running the examples…. in the cloned github of rpi5 examples, the basic pipelines dir, I get this error:

$ python3 detection_simple.py
Traceback (most recent call last):
File “~/hailo-rpi5-examples/basic_pipelines/detection_simple.py”, line 6, in
import hailo
ModuleNotFoundError: No module named ‘hailo’

I am not sure what else I could install from the Hailo downloads page and/or what should be removed at this point.

Hi @J_C, have you done a sudo apt install hailo-all?

Importing hailo in Python doesn’t import HailoRT: it’s actually importing TAPPAS. If you’re on Raspberry Pi OS, do an apt install hailo-all to get TAPPAS. If you’re on Ubuntu, get the .deb from the Hailo Developer Zone.