Closed mikejgray closed 1 year ago
Looks like at least part of this is due to the onnxruntime bug:
mike@kubuntu:~/raspbian-ovos$ grep ERROR ~/.local/state/mycroft/*.log
/home/mike/.local/state/mycroft/skills.log:2023-09-22 17:24:51.699 - skills - ovos_plugin_manager.utils:find_plugins:111 - ERROR - Failed to load plugin entry point EntryPoint(name='skill-alerts.neongeckocom', value='skill_alerts:AlertSkill', group='ovos.plugin.skill'): No module named 'mycroft_bus_client'
/home/mike/.local/state/mycroft/voice.log:2023-09-22 17:20:04.457 - voice - ovos_plugin_manager.vad:create:129 - ERROR - VAD plugin ovos-vad-plugin-silero could not be loaded!
Per Daniel:
so, after the fact you should be able to pip install onnxruntime~=1.15.0 to get the latest working version
This was a wip and I know it has bugs. If you narrowed it down to that, I will try and look this weekend.
It actually turned out that instead of the OVOS service running /bin/true it was trying to run the venv Python command, followed by /bin/true. I didn't see where that was added to the service files so didn't update it in the PR. If you know offhand let me know so I can fix that in the PR.
might start installing the systemd files from here https://github.com/OpenVoiceOS/ovos-systemd/tree/demycroftify