i cannot install hailo on raspberrypi 5

When running the command

sudo apt install hailo-all

I get the error

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.20.0) but it is not installable
             Depends: hailo-tappas-core (>= 3.31.0) but it is not installable
             Depends: rpicam-apps-hailo-postprocess (>= 1.6.0) but it is not installable
             Depends: python3-hailort (>= 4.20.0) but it is not installable
E: Unable to correct problems, you have held broken packages.

I am using Raspberry Pi 5, Bookworm distribution and 64 bit OS

Hey @Kartik_Yadav,

Welcome to the Hailo Community!

To resolve the issue, please try the following steps in order:

  1. Run the command:

    sudo apt autoremove
    
  2. Then, run the following commands:

    sudo apt update
    sudo apt full-upgrade
    
  3. Finally, run the command:

    sudo apt install hailo-all
    

I have identical error codes to Kartik, I have updated my firmware and run all of the sudo commands you have suggested, and I am still getting the same error. I cannot find any help on any forums. I am running a 64bit OS

Welcome to the Hailo Community!

I have just done a fresh install on a new SD card and everything works as expected.

How is best to get a fresh install?

Hi,
The easiest way to do a fresh install is to remove the card from the RPi, format it, and flash a new image with the freshly downloaded OS.