ERROR when install and run basic pipeline RPI5-examples

Hi team,
Please help me , i tried during of day
I’m working on the Raspberry Pi 5 with the hailo-rpi5-examples repository from GitHub.

My setup:
Device: Raspberry Pi5 8gb, 64-bit OS

Issue:
When I run the command:
./install.sh

But when I execute the command ./install.sh it reports the following error:
:package: Installing missing pip packages…
:package: Installing ‘hailort’ via helper script
→ HAILORT_VERSION = 4.20.0
→ TAPPAS_CORE_VERSION= 3.31.0
→ DOWNLOAD_DIR = hailo_temp_resources
→ install Tapas? = false
→ install HailoRT? = true

:white_check_mark: Installation complete.
:package: Installing ‘hailo-tappas-core-python-binding’ via helper script
→ HAILORT_VERSION = 4.20.0
→ TAPPAS_CORE_VERSION= 3.31.0
→ DOWNLOAD_DIR = hailo_temp_resources
→ install Tapas? = true
→ install HailoRT? = false
→ Downloading Tapas-core wheel…

when i check dpkg -l | grep hailo
±-----------------------±-----------±-------±--------------------------------------------------------------+
| Package Name | Version | Arch | Description |
±-----------------------±-----------±-------±--------------------------------------------------------------+
| hailo-tappas-core | 3.31.0+1-1 | arm64 | Core components of the Hailo Tappas platform |
| hailort | 4.22.0 | arm64 | HailoRT runtime |
| hailort-pcie-driver | 4.22.0 | all | Hailo PCIe driver and firmware |
±----------

When i run basic example : python basic_pipelines/detection.py --input usb --arch hailo8l
[HailoRT] [error] CHECK failed - max_desc_page_size given 16384 is bigger than hw max desc page size 4096
[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_INTERNAL_FAILURE(8)
I can see that /dev/hailo0 exists, and hailortcli fw-control identify runs with no output, but does not fail either. The inference script fails due to the version mismatch.