runtime error

Exit code: 1. Reason: 39 [00:00<00:00, 1.73MB/s] config.json: 0%| | 0.00/190 [00:00<?, ?B/s] config.json: 100%|██████████| 190/190 [00:00<00:00, 1.62MB/s] Downloading spaCy NLP model... DEPRECATION: Wheel filename 'en_core_web_sm-any-py3-none-any.whl' is not correctly normalised. Future versions of pip will raise the following error: Invalid wheel filename (invalid version): 'en_core_web_sm-any-py3-none-any' pip 25.3 will enforce this behaviour change. A possible replacement is to rename the wheel to use a correctly normalised name (this may require updating the version in the project metadata). Discussion can be found at https://github.com/pypa/pip/issues/12938 ERROR: Invalid requirement: 'en-core-web-sm==any': Expected end or semicolon (after name and no valid version specifier) en-core-web-sm==any ^ Traceback (most recent call last): File "/home/user/app/ScriptMatcher.py", line 31, in __init__ self.nlp = spacy.load("en_core_web_sm") File "/usr/local/lib/python3.10/site-packages/spacy/__init__.py", line 51, in load return util.load_model( File "/usr/local/lib/python3.10/site-packages/spacy/util.py", line 472, in load_model raise IOError(Errors.E050.format(name=name)) OSError: [E050] Can't find model 'en_core_web_sm'. It doesn't seem to be a Python package or a valid path to a data directory. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 5, in <module> scriptmatcher = ScriptMatcher() File "/home/user/app/ScriptMatcher.py", line 36, in __init__ self.nlp = spacy.load("en_core_web_sm") File "/usr/local/lib/python3.10/site-packages/spacy/__init__.py", line 51, in load return util.load_model( File "/usr/local/lib/python3.10/site-packages/spacy/util.py", line 472, in load_model raise IOError(Errors.E050.format(name=name)) OSError: [E050] Can't find model 'en_core_web_sm'. It doesn't seem to be a Python package or a valid path to a data directory.

Container logs:

Fetching error logs...