ERROR: failed to solve: process "/bin/sh -c python melo/init_downloads.py" did not complete successfully: exit code: 1

#4
by yodagitmaster - opened

17.25 File "/app/melo/init_downloads.py", line 5, in
17.25 from melo.api import TTS
17.25 File "/app/melo/api.py", line 18, in
17.25 File "/app/melo/download_utils.py", line 4, in
17.25 from cached_path import cached_path
17.25 File "/usr/local/lib/python3.9/site-packages/cached_path/init.py", line 13, in
17.25 from ._cached_path import cached_path
17.25 File "/usr/local/lib/python3.9/site-packages/cached_path/_cached_path.py", line 15, in
17.25 from .schemes import (
17.25 File "/usr/local/lib/python3.9/site-packages/cached_path/schemes/init.py", line 6, in
17.25 from .r2 import R2Client
17.25 File "/usr/local/lib/python3.9/site-packages/cached_path/schemes/r2.py", line 18, in
17.25 class R2Client(SchemeClient):
17.25 File "/usr/local/lib/python3.9/site-packages/cached_path/schemes/r2.py", line 20, in R2Client
17.25 botocore.exceptions.HTTPClientError,
17.25 AttributeError: module 'botocore.exceptions' has no attribute 'HTTPClientError'

Dockerfile:11

9 | RUN pip install -e .
10 | RUN python -m unidic download
11 | >>> RUN python melo/init_downloads.py
12 |
13 | CMD ["python", "./melo/app.py", "--host", "0.0.0.0", "--port", "8888"]

ERROR: failed to solve: process "/bin/sh -c python melo/init_downloads.py" did not complete successfully: exit code: 1

Sign up or log in to comment