Having just set up a virtualenv and installed the latest Python wheel for hailort, the install.sh script still does not detect that this wheel is installed.
python3.13 -m venv .venv
source .venv/bin/activate
pip install ./hailort-5.3.0-cp313-cp313-linux_aarch64.whl
sudo ./install.sh --no-tappas-required
This fails with “Missing: HailoRT Python binding (.whl)”
Here it is a workaround:
Edit install.sh and comment these 3 lines (starting in 859):
# if [[ “$pyhailort_version” == “-1” ]]; then
# missing_components+=(“HailoRT Python binding (.whl)”)
# fi
After installation is finished, enable venv and install the missing package:
> source setup_env.sh
> pip install ./hailort-5.3.0-cp313-cp313-linux_aarch64.whl
1 Like
Hן @darguez, @Kieran_Coulter
Hailo-apps support for 5.3 will be released very soon.
Thanks,
3 Likes
Hi @Pav1985 thanks for the feedback. For time being hailo-apps officially not support 5.3. When the support will be officially added the installation will be straight forward as usually.
Thanks,
1 Like