Mayukh

Results 3 comments of Mayukh

## Fix Figured out a fix. Use the following requirements in `requirements.txt`: ``` spacy==3.7.5 en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl ``` Use line 2 above instead of downloading it via `python -m spacy...

**Update 2: this was solved for me using an x86 machine, didn't find a way for it to work on linux-aarch64** **Update: this is no longer working, installation fails at...