How to install "hailo-apps-infra" on Raspberry Pi 5

Hi,

After going through the examples for the RPI I want to start a new project using the hailo infra and pipelines.

I tried to install the infra using the following command pip install git+https://github.com/hailo-ai/hailo-apps-infra.git but I get the following error

ERROR:__main__:Hailo python package not found. Please make sure you're in the Hailo virtual environment. Run 'source setup_env.sh' and try again.

Is there a step-by-step guide to get started apart from the hailo-rpi5-examples ? I will be using a virtual-env for my project.

Thank you,

Hi,
Thanks for pointing it out.
We had a setup_env.sh script in the apps infra as well but it was removed. Assuming it will be pip installed in another environment.
Please use the setup env from hailo rpi5 examples as a base for your virtual env.
We will add a guide.
Let us know if you need more support

Hi,

Thanks mate, I will try that out and let you if anything :slight_smile:

Cheers,