OmkarPathak / ResumeParser

A simple resume parser used for extracting information from resumes
MIT License
284 stars 164 forks source link

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. #44

Open srinusomisetti opened 3 years ago

srinusomisetti commented 3 years ago
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 3 years ago

Have u resolved the issue?

KMKnation commented 3 years ago

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

smriti1313 commented 2 years ago

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