You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(venv) neon@neon:~$ pip list | grep ovos-plugin-manager
ovos-plugin-manager 0.0.23
It doesn't seem to be an issue in OVOS, so that leads me to think maybe there's a mismatch with Python 3.7, but it seems unlikely because the test suite here checks 3.7.
The text was updated successfully, but these errors were encountered:
those need to be installed manually, ImportError: Wake Word marvin with module ovos-ww-plugin-precise-lite failed to load means the class was never loaded from the plugin, so i'm guessing it failed to get tflite intreperter
When trying to use ovos-ww-plugin-precise-lite on Neon, the following error occurs:
Same error with other tflite models (I also tested hey_mycroft).
I think it's coming from here.
It doesn't seem to be an issue in OVOS, so that leads me to think maybe there's a mismatch with Python 3.7, but it seems unlikely because the test suite here checks 3.7.
The text was updated successfully, but these errors were encountered: