runtime error

[x] Downloading word 2 vec Traceback (most recent call last): File "/home/user/.local/lib/python3.10/site-packages/gensim/downloader.py", line 219, in _load_info with io.open(cache_path, 'r', encoding=encoding) as fin: FileNotFoundError: [Errno 2] No such file or directory: '/home/user/gensim-data/information.json' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 16, in <module> model_w2v = api.load("word2vec-google-news-300") File "/home/user/.local/lib/python3.10/site-packages/gensim/downloader.py", line 490, in load file_name = _get_filename(name) File "/home/user/.local/lib/python3.10/site-packages/gensim/downloader.py", line 426, in _get_filename information = info() File "/home/user/.local/lib/python3.10/site-packages/gensim/downloader.py", line 268, in info information = _load_info() File "/home/user/.local/lib/python3.10/site-packages/gensim/downloader.py", line 222, in _load_info raise ValueError( ValueError: unable to read local cache '/home/user/gensim-data/information.json' during fallback, connect to the Internet and retry

Container logs:

Fetching error logs...