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

Wav2letter installation error #39

Open
mehdihmt opened this issue Mar 11, 2021 · 3 comments
Open

Wav2letter installation error #39

mehdihmt opened this issue Mar 11, 2021 · 3 comments

Comments

@mehdihmt
Copy link

Hi there
I am following the instructions in 'Install instruction' section but when I run this

!pip install -e .

I get the following error

file:///content/self-supervised-speech-recognition/libs/wav2letter/bindings/python Installing collected packages: wav2letter Running setup.py develop for wav2letter ERROR: Command errored out with exit status 1: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/content/self-supervised-speech-recognition/libs/wav2letter/bindings/python/setup.py'"'"'; __file__='"'"'/content/self-supervised-speech-recognition/libs/wav2letter/bindings/python/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' develop --no-deps Check the logs for full command output

Any idea how can I fix this issue?
Also I tried to remove build file in the wav2letter repo but not working again.

@mailong25
Copy link
Owner

Please refer
#37

@mehdihmt
Copy link
Author

Thanks for your guidance.

And I have another question, how long it takes for model to predict a wav file let's say about 10s.
It it good for production?

Also how we can use the prediction mode as voices stream throughout microphone?

Thanks in advance.

@mailong25
Copy link
Owner

Around 0.8s using Tesla T4.
I haven't look at the streaming part

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