runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/app/gensim/source/gensim/matutils.py", line 1356, in <module> from gensim.corpora._mmreader import MmReader # noqa: F401 ModuleNotFoundError: No module named 'gensim.corpora._mmreader' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/gensim/mcp_output/start_mcp.py", line 13, in <module> from mcp_service import create_app File "/app/gensim/mcp_output/mcp_plugin/mcp_service.py", line 13, in <module> from gensim import downloader, utils File "/app/gensim/source/gensim/__init__.py", line 11, in <module> from gensim import parsing, corpora, matutils, interfaces, models, similarities, utils # noqa:F401 File "/app/gensim/source/gensim/corpora/__init__.py", line 6, in <module> from .indexedcorpus import IndexedCorpus # noqa:F401 must appear before the other classes File "/app/gensim/source/gensim/corpora/indexedcorpus.py", line 14, in <module> from gensim import interfaces, utils File "/app/gensim/source/gensim/interfaces.py", line 19, in <module> from gensim import utils, matutils File "/app/gensim/source/gensim/matutils.py", line 1358, in <module> raise utils.NO_CYTHON RuntimeError: Compiled extensions are unavailable. If you've installed from a package, ask the package maintainer to include compiled extensions. If you're building Gensim from source yourself, install Cython and a C compiler, and then run `python setup.py build_ext --inplace` to retry.

Container logs:

Fetching error logs...