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
I'm having a hell of a time trying to get openwakeword + wyoming-mic-external and wyoming-satellite working as it should in docker. I think I'm in over 16 hours of trying different things and sometimes it will work a few a times, but usually not at all. I can't be of much help at this point because I haven't been able to figure out what I'm doing right when it does work correctly. Seems like no rhyme or reason.
Traceback (most recent call last):
File "", line 189, in _run_module_as_main
File "", line 148, in _get_module_details
File "", line 112, in _get_module_details
File "/app/wyoming_satellite/init.py", line 2, in
from .satellite import (
File "/app/wyoming_satellite/satellite.py", line 25, in
from .utils import DebugAudioWriter, multiply_volume, run_event_command, wav_to_events
ModuleNotFoundError: No module named 'wyoming_satellite.utils'
The text was updated successfully, but these errors were encountered:
If you're using the docker container, then you'll need to fix the .dockerignore file.
I opened a PR to fix this along with a few other docker fixes: #50
I'm having a hell of a time trying to get openwakeword + wyoming-mic-external and wyoming-satellite working as it should in docker. I think I'm in over 16 hours of trying different things and sometimes it will work a few a times, but usually not at all. I can't be of much help at this point because I haven't been able to figure out what I'm doing right when it does work correctly. Seems like no rhyme or reason.
Traceback (most recent call last):
File "", line 189, in _run_module_as_main
File "", line 148, in _get_module_details
File "", line 112, in _get_module_details
File "/app/wyoming_satellite/init.py", line 2, in
from .satellite import (
File "/app/wyoming_satellite/satellite.py", line 25, in
from .utils import DebugAudioWriter, multiply_volume, run_event_command, wav_to_events
ModuleNotFoundError: No module named 'wyoming_satellite.utils'
The text was updated successfully, but these errors were encountered: