Full Error: 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.
Issue seen: Platform Windows 11 (22631.3235), ARM, Anaconda3-2024.02-1-Windows-x86_64
Resolve by downloading the model: python -m spacy download en_core_web_sm
Next Steps: For someone on the team to do a pull request to update the instructions after the pip installs, to download the small model, and then execute python app.py.
Full Error: 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.
Issue seen: Platform Windows 11 (22631.3235), ARM, Anaconda3-2024.02-1-Windows-x86_64
Resolve by downloading the model: python -m spacy download en_core_web_sm
Next Steps: For someone on the team to do a pull request to update the instructions after the pip installs, to download the small model, and then execute python app.py.