Replies: 1 comment
-
me too |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting this error midway through the "docker compose up --build" step.
kokoro-tts-1 | 2025-03-08 04:18:50.342 | INFO | main:download_model:63 - Downloading Kokoro v1.0 model files
kokoro-tts-1 | 2025-03-08 04:18:50.342 | INFO | main:download_model:71 - Downloading model file...
kokoro-tts-1 | 2025-03-08 04:18:51.327 | ERROR | main:download_model:84 - Failed to download model: [Errno 13] Permission denied: 'api/src/models/v1_0/kokoro-v1_0.pth'
kokoro-tts-1 | Traceback (most recent call last):
kokoro-tts-1 | File "/app/download_model.py", line 104, in
kokoro-tts-1 | main()
kokoro-tts-1 | File "/app/download_model.py", line 100, in main
kokoro-tts-1 | download_model(args.output)
kokoro-tts-1 | File "/app/download_model.py", line 72, in download_model
kokoro-tts-1 | urlretrieve(model_url, model_path)
kokoro-tts-1 | File "/home/appuser/.local/share/uv/python/cpython-3.10.16-linux-x86_64-gnu/lib/python3.10/urllib/request.py", line 251, in urlretrieve
kokoro-tts-1 | tfp = open(filename, 'wb')
kokoro-tts-1 | PermissionError: [Errno 13] Permission denied: 'api/src/models/v1_0/kokoro-v1_0.pth'
kokoro-tts-1 exited with code 1
`
It looks like models 63 and 71 worked, but 84 failed?
Beta Was this translation helpful? Give feedback.
All reactions