runtime error

Exit code: 1. Reason: [notice] A new release of pip is available: 26.2 -> 26.2.1 [notice] To update, run: pip install --upgrade pip Cloning into 'coqui-ai-TTS'... Traceback (most recent call last): File "/home/user/app/app.py", line 39, in <module> from TTS.tts.configs.xtts_config import XttsConfig File "/home/user/app/coqui-ai-TTS/TTS/__init__.py", line 28, in <module> raise ImportError(TORCHCODEC_IMPORT_ERROR) ImportError: From Pytorch 2.9, the torchcodec library is required for audio IO, but it was not found in your environment. You can install it with Coqui's `codec` extra: ``` pip install coqui-tts[codec] ```

Container logs:

Fetching error logs...