OmkarPathak / pyresparser

A simple resume parser used for extracting information from resumes
GNU General Public License v3.0
773 stars 394 forks source link

OSError: [E053] while running both Django & pyresparser package #48

Closed Sandy1811 closed 3 years ago

Sandy1811 commented 3 years ago

Hi OP,

I am facing issues while running this package. Screenshot are attached for the reference. image image

Sandy1811 commented 3 years ago

I got the solution from the stack overflow. Requesting OP to add these dependencies in the requirement.txt file so that other doesn't face the same issue.

https://stackoverflow.com/questions/66383057/oserror-e053-while-running-pyresparser-package/66383318#66383318

pip install spacy==2.3.5

pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.3.1/en_core_web_sm-2.3.1.tar.gz