Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jenniferlee1818 opened this issue Jan 12, 2024 · 2 comments
Open

Comments

@jenniferlee1818
Copy link

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
Copy link
Contributor

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants