In Yocto, Extract Keypoints from TAPPAS Pipeline

I have read the article titled “Extracting Inference Results from a TAPPAS Pipeline in Python” and attempted to use the command “hailopython module=$PATH_TO_MODULE/my_module.py”. However, I encountered the following errors:

  • ModuleNotFoundError: No module named 'hailo'
  • ModuleNotFoundError: No module named 'gsthailo'

Could you please advise on how to install these two modules in Yocto 5.15-kirkstone for iMX8? Additionally, if the hailo modules cannot be installed on Yocto, what is the recommended approach to use hailopython in this environment?

Thank you.