myshell-ai / MeloTTS

High-quality multi-lingual text-to-speech library by MyShell.ai. Support English, Spanish, French, Chinese, Japanese and Korean.
MIT License
4.84k stars 631 forks source link

docker build failed when running "RUN python melo/init_downloads.py" #195

Closed cx-pro closed 1 month ago

cx-pro commented 1 month ago

/usr/local/lib/python3.9/site-packages/huggingface_hub/file_download.py:1132: FutureWarning: resume_download is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use force_download=True. warnings.warn( [nltk_data] Downloading package averaged_perceptron_tagger to [nltk_data] /root/nltk_data... [nltk_data] Unzipping taggers/averaged_perceptron_tagger.zip. [nltk_data] Downloading package cmudict to /root/nltk_data... [nltk_data] Unzipping corpora/cmudict.zip. Traceback (most recent call last): File "/app/melo/init_downloads.py", line 5, in from melo.api import TTS File "/app/melo/api.py", line 18, in from .download_utils import load_or_download_config, load_or_download_model File "/app/melo/download_utils.py", line 4, in from cached_path import cached_path