converting onnx to HEF, but it says no No module named 'hailo_platform'

hailomz compile yolov8s --ckpt=worm.onnx --hw-arch hailo8l --calib-path train/ima
ges --classes 4 --performance
Traceback (most recent call last):
File “/home/admin123/hailodfc/bin/hailomz”, line 33, in
sys.exit(load_entry_point(‘hailo-model-zoo’, ‘console_scripts’, ‘hailomz’)())
File “/home/admin123/hailo_model_zoo/hailo_model_zoo/main.py”, line 122, in main
run(args)
File “/home/admin123/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 “/home/admin123/hailo_model_zoo/hailo_model_zoo/main_driver.py”, line 16, in
from hailo_model_zoo.core.main_utils import (
File “/home/admin123/hailo_model_zoo/hailo_model_zoo/core/main_utils.py”, line 18, in
from hailo_model_zoo.core.infer import infer_factory
File “/home/admin123/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 “/home/admin123/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 “/home/admin123/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’

Hey @Ramon_Luigi_Fajardo ,

It seems you don’t have the HailoRT python package installed inside of you’re virtual environment.
Please follow the HailoRT guide to install it in here : https://hailo.ai/developer-zone/documentation/hailort-v4-20-0/?sp_referrer=install/install.html#ubuntu-installer-requirements

I installed HailoRT after that now ı take this error Traceback (most recent call last): File “/home/zeynepeceucuncu/hailodfc/bin/hailomz”, line 33, in sys.exit(load_entry_point(‘hailo-model-zoo’, ‘console_scripts’, ‘hailomz’)()) File “/home/zeynepeceucuncu/hailodfc/bin/hailomz”, line 25, in importlib_load_entry_point return next(matches).load() File “/usr/lib/python3.10/importlib/metadata/init.py”, line 171, in load module = import_module(match.group(‘module’)) File “/usr/lib/python3.10/importlib/init.py”, line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File “”, line 1050, in _gcd_import File “”, line 1027, in _find_and_load File “”, line 1006, in _find_and_load_unlocked File “”, line 688, in _load_unlocked File “”, line 883, in exec_module File “”, line 241, in _call_with_frames_removed File “/home/zeynepeceucuncu/hailo_model_zoo/hailo_model_zoo/main.py”, line 7, in from hailo_model_zoo.base_parsers import ( File “/home/zeynepeceucuncu/hailo_model_zoo/hailo_model_zoo/base_parsers.py”, line 14, in from hailo_model_zoo.utils.constants import DEVICE_NAMES, TARGETS File “/home/zeynepeceucuncu/hailo_model_zoo/hailo_model_zoo/utils/constants.py”, line 1, in from hailo_model_zoo.utils.platform_discovery import PLATFORM_AVAILABLE File “/home/zeynepeceucuncu/hailo_model_zoo/hailo_model_zoo/utils/platform_discovery.py”, line 3, in import hailo_platform # noqa: F401 File “/home/zeynepeceucuncu/hailodfc/lib/python3.10/site-packages/hailo_platform/init.py”, line 17, in import hailo_platform.pyhailort._pyhailort as _pyhailort ImportError: libhailort.so.4.21.0: cannot open shared object file: No such file or directory , how can ı fix it