OSError at / [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.
srinusomisetti opened this issue · 3 comments
srinusomisetti commented
Getting the below error when runs from url. Can some one help on this
Request Method: | POST |
---|---|
http://127.0.0.1:8000/ | |
3.1.7 | |
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. |
tharun143 commented
Have u resolved the issue?
KMKnation commented
@srinusomisetti try this one.
python -m spacy download en_core_web_sm
smriti1313 commented
Getting the below error when runs from url. Can some one help on this
Request Method: POST
http://127.0.0.1:8000/
3.1.7
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.
did you get the same error as #54 ?