OmkarPathak/ResumeParser

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

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.

Have u resolved the issue?

@srinusomisetti try this one.
python -m spacy download en_core_web_sm

@srinusomisetti

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 ?