"from hailo_sdk_client import ClientRunner " not working

Hello,

I’m trying to set up my compiler to convert models. In the guide it says to run “from hailo_sdk_client import ClientRunner” but it comes up module not found. I tried everything to get this to run. I’m running it using jupyter notbook. Any ideas how I can fix this? Thanks in advance!

Welcome to the Hailo Community!

Did you install the Hailo AI Software Suite Docker? That is the easiest way to install our tools with all dependencies.

Thank you, no I didn’t install it via docker. I created an environment. on ubuntu.

Forgot to tell you, this is for Hailo 10H.

Hello,

I installed the docker version. Once installed can I compile models with the commands shown by hailo -h? I have a Hailo-10H coming but it will be on a Pi 5, I created a ubuntu machine to compile models into the HEF format which will be run on the pi 5. My main goal is to use a model that interfaces with home assistant easily.

The hailo CLI command allow you to do a quick conversion of a model. However I recommend learning how to convert a model using a python script. You can learn the basics of the model conversion flow using the built-in tutorials. The following command will start a Jupyter Notebook server with notebooks for each step of the process.

hailo tutorial

Thanks for the info, much appreciated,. Yes, I found the tutorial and I am trying it out.

1 Like