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.