shaykhsiddique / Tackle-Talk

PVAMU Battle of brain project
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

OSError: [E050] Can't find model 'en_core_web_sm'. #9

Open TuxesCreations opened 8 months ago

TuxesCreations commented 8 months ago

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.