Hailo-apps-infra: hailo-download-resources not working on Raspberry Pi 5

Hey All, Just need a little help here, I have the Hailo8 on a Raspberry Pi 5. I just installed Hailo-apps-infra packages. The error I’m getting after installation following the instructions found Here: hailo-apps-infra/doc/user_guide/installation.md at main · hailo-ai/hailo-apps-infra · GitHub is the following: bash: hailo-download-resources: command not found. I also ran the command using sudo, but got the same error. Do I need to be in a virtual environment to do this? If so, what is the terminal command necessary to enter a virtual environment?

Not sure what to do here, any help is greatly appreciated. Many Thanks in advance.

Hi @PNWMtinman ,

Did you do source setup_env.sh in the hailo-apps-infra repo directory before trying hailo-download-resources? You should end up in the venv_hailo_apps virtual environment. After that, you should be able to do hailo-download-resources.

1 Like

Raytao_Xia, Thank You! That worked! :slight_smile: