Skip to content
Discussion options

You must be logged in to vote

This is a Python library dependency error with the shapely library, not a Frigate configuration issue. The error ImportError: undefined symbol indicates a corrupted or incompatible installation of the shapely library in your Frigate container.

Since you're running Frigate as a Home Assistant Add-on, try these steps:

  1. Reinstall the Frigate Add-on: Uninstall and reinstall the add-on completely. This will pull a fresh container image and should resolve the corrupted library.

  2. Check for system updates: Ensure your Home Assistant OS and Supervisor are up to date, as outdated versions can sometimes cause dependency issues.

  3. Clear Docker images: If reinstalling doesn't work, you may need to c…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@A-Huberti
Comment options

Answer selected by hawkeye217
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment