Closed avrellaku closed 8 months ago
FYI: The issues seems to be solved if stream=True is removed from https://github.com/coqui-ai/TTS/blob/dev/TTS/utils/manage.py#L600. But don't know if it affects other parts...
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels.
Describe the bug
Basically, in my local environment (Windows) I can download and use all models. Hovewer, when I build my project in docker, it fails to download the models with error:
To Reproduce
Create a simple docker file:
Build and run it. You will notice the error when downloading the model.
Expected behavior
It should work as locally. Model should be downloaded.
Logs
No response
Environment
Additional context
No response