Hello,
I am attempting to install the Hailo AI Software Suite (Version 2024-10). During the installation, when I run the command:
$ ./hailo_ai_sw_suite_2024-10.run -- install-tappas
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.