unable to install halio-all on rpi 5 running debian 13

Hi,

am unable to install hailo-all on debian 13

uname -a

Linux rpi4 6.12.45-v8+ #1903 SMP PREEMPT Fri Sep 5 14:16:50 BST 2025 aarch64 GNU/Linux

sudo apt install hailo-all

Error: Unable to locate package hailo-all

I read somewhere that the hailo repo are not yet available on 13 so add bookworm back to /etc/apt/sources. Post that got following

sundeep@rpi4:~ $ sudo apt install hailo-all
Solving dependencies… Error!
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:

Unsatisfied dependencies:
hailo-tappas-core : Depends: libopencv-core406 (>= 4.6.0+dfsg) but it is not installable
Depends: libopencv-imgproc406 (>= 4.6.0+dfsg) but it is not installable
Depends: libpython3.11 (>= 3.11.0) but it is not installable
Depends: ffmpeg
Depends: libcairo2-dev but it is not going to be installed
Depends: libgstreamer-plugins-base1.0-dev but it is not going to be installed
Depends: libgstreamer-plugins-bad1.0-dev but it is not going to be installed
Depends: gstreamer1.0-libav but it is not going to be installed
python3-hailort : Depends: python3 (< 3.12) but 3.13.5-1 is to be installed
Depends: python3-contextlib2 but it is not installable
Depends: python3-future but it is not installable
rpicam-apps-hailo-postprocess : Depends: libopencv-core406 (>= 4.6.0+dfsg) but it is not installable
Depends: libopencv-highgui406 (>= 4.6.0+dfsg) but it is not installable
Depends: libopencv-imgproc406 (>= 4.6.0+dfsg) but it is not installable
Depends: rpicam-apps but it is not going to be installed
Error: Unable to correct problems, you have held broken packages.
Error: The following information from --solver 3.0 may provide additional context:
Unable to satisfy dependencies. Reached two conflicting decisions:

  1. hailo-tappas-core:arm64=3.31.0+1-1 is selected for install because:
    1. hailo-all:arm64=4.20.0 is selected for install
    2. hailo-all:arm64 Depends hailo-tappas-core (>= 3.31.0)
  2. hailo-tappas-core:arm64 Depends gstreamer1.0-libav
    but none of the choices are installable:
    • gstreamer1.0-libav:arm64 Depends libavfilter10 (>= 7:7.0)
      but none of the choices are installable:
      • libavfilter10:arm64=7:7.1.1-1+b1 → | libavfilter10:arm64
        but none of the choices are installable:
        • libavfilter10:arm64 Depends libavutil59 (= 7:7.1.1-1+b1)
          but none of the choices are installable:
          • libavutil59:arm64=7:7.1.1-1+b1 is not selected for install
      • libavfilter-extra10:arm64=7:7.1.1-1+b1 → | libavfilter-extra10:arm64
        but none of the choices are installable:
        • libavfilter-extra10:arm64 Depends libavutil59 (= 7:7.1.1-1+b1)
          but none of the choices are installable:
          • libavutil59:arm64=7:7.1.1-1+b1 is not selected for install

please advise way forward ?