Issue with tappas Installation in Hailo AI Software Suite

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.

Hello @meil198309,

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.

You can start by installing the Hailo AI Software Suite (check out the wiki here: Hailo AI Software Suite Installation) and then install TAPPAS (check out the wiki here: TAPPAS Installation).

Let me know if that works for you!

Best regards,

Oscar Mendez
Embedded SW Engineer at RidgeRun
Contact us: support@ridgerun.ai
Developers wiki: Hailo AI Platform Guide
Website: www.ridgerun.ai

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