ResumeParser icon indicating copy to clipboard operation
ResumeParser copied to clipboard

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.

Open srinusomisetti opened this issue 4 years ago • 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.

srinusomisetti avatar Mar 30 '21 14:03 srinusomisetti

Have u resolved the issue?

tharun143 avatar Apr 03 '21 18:04 tharun143

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

KMKnation avatar Jun 24 '21 07:06 KMKnation

@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 ?

smriti1313 avatar Dec 01 '21 11:12 smriti1313