rhasspy / wyoming-satellite

Remote voice satellite using Wyoming protocol
MIT License
609 stars 89 forks source link

ModuleNotFoundError: No module named 'wyoming_satellite.utils' #49

Open jenniferlee1818 opened 8 months ago

jenniferlee1818 commented 8 months ago

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'

preimmortal commented 8 months ago

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

maxemoose commented 8 months ago

Just encountered this issue as well. Thanks for the quick fix.