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

some folders and files are missing #7

Open
nattu22 opened this issue Jun 26, 2024 · 1 comment
Open

some folders and files are missing #7

nattu22 opened this issue Jun 26, 2024 · 1 comment

Comments

@nattu22
Copy link

nattu22 commented Jun 26, 2024

Traceback (most recent call last):
File "/home/StreamSpeech/demo/app.py", line 26, in
from examples.speech_to_text.data_utils import extract_fbank_features
ModuleNotFoundError: No module named 'examples.speech_to_text'

Followed step by step, while running the app.py got this error.

@Angelus1383
Copy link

Angelus1383 commented Jul 10, 2024

I solved the issue adding manually the path of fairseq to the PYTHONPATH env variable

export PYTHONPATH=/Users/botshelf/Lavoro/workspace/personal/StreamSpeech/fairseq/

If you already have PYTHONPATH set, then use.

export PYTHONPATH=$PYTHONPATH:/Users/botshelf/Lavoro/workspace/personal/StreamSpeech/fairseq/

where /Users/botshelf/Lavoro/workspace/personal/StreamSpeech/fairseq/ is your path

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

2 participants