Hailo platfor problem

Hello guys,

I have downloaded Hailo DFC 3.30
And i have cloned with git command repository from github
At the last step before converting onnx to hef model i used this command
" hailomz compile yolov8s --ckpt=arduino_battery.onnx --hw-arch hailo8l --calib-path t
rain/images --classes 3 --performance"

But i am getting this error
“Traceback (most recent call last):
File “/root/hailodfc/bin/hailomz”, line 33, in
sys.exit(load_entry_point(‘hailo-model-zoo’, ‘console_scripts’, ‘hailomz’)())
File “/hailo_model_zoo/hailo_model_zoo/main.py”, line 122, in main
run(args)
File “/hailo_model_zoo/hailo_model_zoo/main.py”, line 101, in run
from hailo_model_zoo.main_driver import compile, evaluate, optimize, parse, profile
File “/hailo_model_zoo/hailo_model_zoo/main_driver.py”, line 16, in
from hailo_model_zoo.core.main_utils import (
File “/hailo_model_zoo/hailo_model_zoo/core/main_utils.py”, line 18, in
from hailo_model_zoo.core.infer import infer_factory
File “/hailo_model_zoo/hailo_model_zoo/core/infer/infer_factory.py”, line 14, in
discovered_plugins = {name: importlib.import_module(name) for _, name, _ in iter_namespace(hailo_model_zoo.core.infer)}
File “/hailo_model_zoo/hailo_model_zoo/core/infer/infer_factory.py”, line 14, in
discovered_plugins = {name: importlib.import_module(name) for _, name, _ in iter_namespace(hailo_model_zoo.core.infer)}
File “/usr/lib/python3.10/importlib/init.py”, line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “/hailo_model_zoo/hailo_model_zoo/core/infer/hw_infer_utils.py”, line 6, in
from hailo_platform import (
ModuleNotFoundError: No module named ‘hailo_platform’”

Welcome to the Hailo Community!

I recommend you install the Hailo AI Software Suite Docker. This makes installing and upgrading the Hailo tools a lot simpler.

If you have a Hailo device on the same machine you must install the HailRT PCIe driver outside of the Docker.