too much bug - unable to run ./install.sh under hailo-rpi5-examples

Requirement already satisfied: standard-chunk in /home/natalia/.local/lib/python3.13/site-packages (from standard-aifc->fastrtc->hailo-apps) (3.13.0)
📦 Installing shared runtime deps…

⚙️ Running post-install…
Traceback (most recent call last):
File “/home/natalia/.local/bin/hailo-post-install”, line 3, in
from hailo_apps.hailo_app_python.core.installation.post_install import main
File “/home/natalia/.local/lib/python3.13/site-packages/hailo_apps/hailo_app_python/core/installation/post_install.py”, line 12, in
from hailo_apps.hailo_app_python.core.common.defines import (
…<2 lines>…
)
File “/home/natalia/.local/lib/python3.13/site-packages/hailo_apps/hailo_app_python/core/common/defines.py”, line 103, in
TAPPAS_POSTPROC_PATH_DEFAULT = subprocess.check_output(
~~~~~~~~~~~~~~~~~~~~~~~^
[“pkg-config”, “–variable=tappas_postproc_lib_dir”, “hailo-tappas-core”],
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
text=True
^^^^^^^^^
).strip()
^
File “/usr/lib/python3.13/subprocess.py”, line 472, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
**kwargs).stdout
^^^^^^^^^
File “/usr/lib/python3.13/subprocess.py”, line 577, in run
raise CalledProcessError(retcode, process.args,
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command ‘[‘pkg-config’, ‘–variable=tappas_postproc_lib_dir’, ‘hailo-tappas-core’]’ returned non-zero exit status 1.

using pi 5 lastest OS full upgraded

Hi, please use GitHub - hailo-ai/hailo-apps
This has the new and updated code.
Make sure you install hailo package from rpi (apt install hailo-all)