You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attempted to install your hailo-rpi5-examples repository on my Raspberry Pi 5, but I encountered an issue with the TAPPAS version. The currently installed version (3.31.0) does not seem to be compatible with your setup.
I followed these steps:
Installed Hailo packages: sudo apt install hailo-all
Updated the system: sudo apt update && sudo apt full-upgrade -y
Cloned the repository: git clone https://github.com/hailo-ai/hailo-rpi5-examples.git
Ran the installation script: cd hailo-rpi5-examples-2024-10 ./install.sh
Encountered the following error:
TAPPAS_VERSION is 3.31.0 not in the list of required versions 3.29.1 3.30.0.
error: externally-managed-environment
Additionally, some libraries are missing during compilation (cannot find -lgsthailometa, cannot find -lhailo_tracker, etc.).
Could you please check whether the newer TAPPAS version (3.31.0) is supported or provide guidance on how to install a compatible version (3.29.1 or 3.30.0)? A step-by-step guide would be helpful, as this version issue is preventing the installation.
The text was updated successfully, but these errors were encountered:
I attempted to install your hailo-rpi5-examples repository on my Raspberry Pi 5, but I encountered an issue with the TAPPAS version. The currently installed version (3.31.0) does not seem to be compatible with your setup.
I followed these steps:
Installed Hailo packages:
sudo apt install hailo-all
Updated the system:
sudo apt update && sudo apt full-upgrade -y
Cloned the repository:
git clone https://github.com/hailo-ai/hailo-rpi5-examples.git
Ran the installation script:
cd hailo-rpi5-examples-2024-10
./install.sh
Encountered the following error:
Additionally, some libraries are missing during compilation (cannot find -lgsthailometa, cannot find -lhailo_tracker, etc.).
Could you please check whether the newer TAPPAS version (3.31.0) is supported or provide guidance on how to install a compatible version (3.29.1 or 3.30.0)? A step-by-step guide would be helpful, as this version issue is preventing the installation.
The text was updated successfully, but these errors were encountered: