runtime error

Space failed. Exit code: 1. Reason: occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 18, in <module> from parrots import TextToSpeech File "/home/user/.local/lib/python3.10/site-packages/parrots/__init__.py", line 10, in <module> from parrots.tts import TextToSpeech File "/home/user/.local/lib/python3.10/site-packages/parrots/tts.py", line 31, in <module> from parrots.text_utils import clean_text, cleaned_text_to_sequence File "/home/user/.local/lib/python3.10/site-packages/parrots/text_utils.py", line 6, in <module> from parrots import chinese_utils, japanese_utils, english_utils File "/home/user/.local/lib/python3.10/site-packages/parrots/english_utils.py", line 17, in <module> _g2p = G2p() File "/home/user/.local/lib/python3.10/site-packages/g2p_en/g2p.py", line 71, in __init__ self.cmu = cmudict.dict() File "/home/user/.local/lib/python3.10/site-packages/nltk/corpus/util.py", line 121, in __getattr__ self.__load() File "/home/user/.local/lib/python3.10/site-packages/nltk/corpus/util.py", line 86, in __load raise e File "/home/user/.local/lib/python3.10/site-packages/nltk/corpus/util.py", line 81, in __load root = nltk.data.find(f"{self.subdir}/{self.__name}") File "/home/user/.local/lib/python3.10/site-packages/nltk/data.py", line 583, in find raise LookupError(resource_not_found) LookupError: ********************************************************************** Resource cmudict not found. Please use the NLTK Downloader to obtain the resource: >>> import nltk >>> nltk.download('cmudict')  For more information see: https://www.nltk.org/data.html Attempted to load corpora/cmudict Searched in: - '/home/user/nltk_data' - '/usr/local/nltk_data' - '/usr/local/share/nltk_data' - '/usr/local/lib/nltk_data' - '/usr/share/nltk_data' - '/usr/local/share/nltk_data' - '/usr/lib/nltk_data' - '/usr/local/lib/nltk_data' **********************************************************************

Container logs:

Fetching error logs...