Weird tkinter error on update of component

Help me please :hot_face:
My problem: After updating my custom component (Selve NG - GitHub - Kannix2005/homeassistant-selve: Home Assistant Custom component to manage Selve devices), i´m getting this error in the logs on the newest (2023.5.0) OS version:

Setup failed for custom integration selve: Unable to import component: Error loading shared library libtk8.6.so: No such file or directory (needed by /usr/local/lib/python3.10/lib-dynload/_tkinter.cpython-310-x86_64-linux-gnu.so)

I´m not using tkinter nor dynload in this component and cannot fathom, why this i happening now?

Thank you in advance
Stefan

Okay i figured it out, but for anyone having these issues:

  • Log into the Homeassistant container with docker exec -it homeassistant bash on the root ssh connection
  • apk add tk
  • …?
  • profit :sunglasses:

Best