chen0040 / keras-english-resume-parser-and-analyzer

keras project that parses and analyze english resumes
MIT License
272 stars 144 forks source link

ModuleNotFoundError: No module named 'exceptions' #21

Closed Vaseekaran-V closed 3 years ago

Vaseekaran-V commented 3 years ago

Hi,

When running the create_training_data.py, got this error. I came across a closed issue similar to this, and tried that step, but that step is specified for windows, whereas I am using macos.

Would really appreciate if there is a solution to this, or a pointer if I missed anything.

MacOS: BigSur Python: 3.7.6

Screenshot 2020-12-11 at 11 57 18

Thank you.

saipavanmeruga commented 3 years ago

Try doing pip install python-docx

Vaseekaran-V commented 3 years ago

@saipavanmeruga Thank you, it is working now.