table_extractor icon indicating copy to clipboard operation
table_extractor copied to clipboard

Can't find model 'en_core_web_sm'

Open demaxiya567 opened this issue 3 years ago • 1 comments

Thank you very much for your continued maintenance of this tool, But when I used python 3.7.12 to run this tool,it still occured the error like other users said before: [E050] Can't find model 'en_core_web_sm', The trial date is July 12, 2022, Is it because the Python version is too high, or other reasons?

demaxiya567 avatar Aug 14 '22 09:08 demaxiya567

I have the same error: "OSError: [E050] Can't find model 'en_core_web_sm'. It doesn't seem to be a shortcut link, a Python package, or a valid path to a data directory."

I found the solution here by running the following two commands: https://stackoverflow.com/questions/54334304/spacy-cant-find-model-en-core-web-sm-on-windows-10-and-python-3-5-3-anacon

python -m spacy download en_core_web_sm python -m spacy download en

Ismail-Salim avatar Jul 20 '24 10:07 Ismail-Salim