hailonet problem when running Hailo Raspberry Pi 5 Examples.

I can not run the Hailo Raspberry Pi 5 Examples.

first, my version is 4.18.0
error 1:
Error creating pipeline: gst_parse_error: no element “hailonet” (1)

version info:
hailort-pcie-driver to version 4.18
HailoRT-CLI version 4.18.0
pyhailort 4.18 package with Python 3.11
hailo-tappas-core/stable,now 3.30.0-1 arm64

then i upgrade to 4.20.0
error 2:
[HailoRT] [warning] Unsupported firmware operation. Host: 4.20.0, Device: 4.18.0

version info:
hailort-pcie-driver to version 4.20
HailoRT-CLI version 4.20.0
pyhailort 4.20 package with Python 3.11
hailo-tappas-core/stable,now 3.30.0-1 arm64

what should I do to solve this problem, thx!

Hey @Qiang_Fu ,

For Raspberry Pi installations, we strongly recommend using our hailo-all package. This package provides a thoroughly tested environment where all components - including examples and CLIP - have been verified to work together properly before release.

To ensure the best experience, we suggest starting fresh with a clean installation of hailo-all. This will help avoid any potential compatibility issues.

OK,could you please me where can i get the hailo-all package.

I found it, sudo apt install hailo-all, thanks