runtime error
Exit code: 1. Reason: dachi.json -> build/lib.linux-x86_64-cpython-38/sudachipy/resources copying py_src/sudachipy/resources/char.def -> build/lib.linux-x86_64-cpython-38/sudachipy/resources copying py_src/sudachipy/resources/rewrite.def -> build/lib.linux-x86_64-cpython-38/sudachipy/resources copying py_src/sudachipy/resources/unk.def -> build/lib.linux-x86_64-cpython-38/sudachipy/resources running build_ext running build_rust error: can't find Rust compiler If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler. To update pip, run: pip install --upgrade pip and then retry package installation. If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain. [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for sudachipy Failed to build sudachipy ERROR: Could not build wheels for sudachipy, which is required to install pyproject.toml-based projects [notice] A new release of pip available: 22.3.1 -> 25.0.1 [notice] To update, run: python -m pip install --upgrade pip Traceback (most recent call last): File "app.py", line 7, in <module> nlp = spacy.load("ja_core_news_sm") File "/home/user/.local/lib/python3.8/site-packages/spacy/__init__.py", line 51, in load return util.load_model( File "/home/user/.local/lib/python3.8/site-packages/spacy/util.py", line 472, in load_model raise IOError(Errors.E050.format(name=name)) OSError: [E050] Can't find model 'ja_core_news_sm'. It doesn't seem to be a Python package or a valid path to a data directory.
Container logs:
Fetching error logs...