Hailo-dataflow-compiler not found


How to fix this error?

Hey @Jubesh_Joseph,

Welcome to the community!

You’ll need to install the DFC (data flow compiler) in your virtual environment to get the hailo-model-zoo working. You can grab it from the developer zone:

Let me know if you need any help with the setup!

Continuing the discussion from Hailo-dataflow-compiler not found:

ok, so do i need to install it on the target device? in order to run some inference using the target?

No, the DFC and Hailo Model Zoo are just for compiling your models. When it comes to actually deploying them, you’ll need the HailoRT driver and HailoRT itself.

So basically, you’ll want to install the DFC on whatever PC you’re using for compilation, and then install HailoRT and the driver on your target device (like your RPi5 or whatever you’re deploying to).

Hope that clears things up!

ok i got it, thanks omria.

1 Like