Rasberry Pi 5 Ai Kit - hailo-all unmet dependcies

Hi All, just getting started with a Raspberry Pi 5 and the AI kit (Based on the Hailo-8L AI Accelerator). I’m going through the instructions installing it on the Raspberry Pi OS and when I get to the following step:
sudo apt install hailo-all

I get the following:
The following packages have unmet dependencies:
hailo-all : Depends: hailort (>= 4.17.0) but it is not installable
: Depends: hailo-tappas-core-3.28.2 but it is not installable
: Depends: rpicam-apps-hailo-postprocess but it is not installable
E: Unable to correct problems, you have held broken packages.

Not sure what I need to go about doing to solve this? Any help appreciated. All the updates have been done.

Welcome to the Hailo Community!

Did you follow this guide here?

https://www.raspberrypi.com/documentation/accessories/ai-kit.html

Can you try again?

I just did a clean install and everything worked.

A quick Google search suggests to run:

sudo apt-get update

and / or

sudo apt-get autoremove

Hello klausk,

I have the same problem whatever I do with update, autoremove and full-upgrade
sudo apt install hailo-all
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
hailo-all : Depends: hailort (>= 4.17.0) but it is not installable
Depends: hailo-tappas-core-3.28.2 but it is not installable
Depends: rpicam-apps-hailo-postprocess but it is not installable
E: Unable to correct problems, you have held broken packages.

All packages are up to date

What I found is that it only works on the full version of the Raspberry PI Os (+Desktop). I haven’t been able to figure out which missing package is the cause, but on the desktop version it has no issues.

Fresh install didn’t sort anything for my. I saw somewhere else it might be the the 32 bit OS that is causing the issue and to try the 64 bit. Have had to order a card reader to be able to provision the image, so hopeing to test later today and will report back if successful.

I made a new 64bit image, and then it works, so it seem, you are right with the 32 bit OS

1 Like

Good catch. I did not even think about the 32-bit version as I have the 8GB model and 32-bit is just not enough to address 8GB.

Thank you for the hint.

Thank you for confirming that it works with the 64-bit image.