I encounter an error while trying to install the tappas, which prevents the installation from finishing. The specific error message is:
ninja: build stopped: subcommand failed.
Failed. Exited with status 1. See suite_installation.log
Failed at 122
119 echo ". $TAPPAS_WORKSPACE/scripts/bash_completion.d/python-argcomplete" >> ${TAPPAS_BASH_ENV}
120 fi
121 # Add GstHailo to the known paths
122 # Note, extracting the user site should support both within and without a venv
123 # https://stackoverflow.com/a/46071447/5708016
124 USER_SITE_DIR=$(python3 -c 'import sysconfig; print(sysconfig.get_paths()["purelib"])')
125 mkdir -p $USER_SITE_DIR
No TAPPAS_WORKSPACE in environment found, using the default one /home/p/hailo_ai_sw_suite/artifacts/tappas
Hailo Tappas was removed successfully.
To unset Tappas environment variables, please relogin or reboot the PC.
It looks like the error happened because the ninja ran into trouble while trying to set up the Python environment, particularly when it was determining and creating the user site-packages directory. On top of that, the TAPPAS_WORKSPACE environment variable was missing, and it defaulted to a path that might not be valid for you.
One possible fix could be to install the Hailo AI Software Suite first, and then proceed with installing TAPPAS.
The TAPPAS_WORKSPACE environment message is a mere warning and is not the cause of the installation failure. Could you look at the log suite_installation.log and see if more details are available ?
Please make sure that you have installed all the prerequesites listed in: 2025-01 | Hailo