Missing library for face recognition

Hi @Fabrizio_Bianchi,

Thanks for the list - It’s very imformative and tells me that you have the mixed versions arrived from a recent APT update that had some issues with Hailo-packages.
This was fixed and now you need to:

  1. Follow the complete uninstall process to start from fresh clean envioronmentL Raspberry Trixie Error with Guide (Pi 5, AI Hat 2) - #18 by Michael
  2. Follow this guide for new installation: https://www.raspberrypi.com/documentation/computers/ai.html, especially that part to bring the fixed packages to APT:
sudo apt update
sudo apt full-upgrade -y
sudo rpi-eeprom-update -a
sudo reboot
  1. The correct list should be:

Thanks,