OmkarPathak / ResumeParser

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

Syntax Error #13

Closed SaraMES closed 4 years ago

SaraMES commented 5 years ago

@OmkarPathak When I run the cli.py, I encountered with this error Traceback (most recent call last): File "resume_parser/cli.py", line 6, in from resume_parser.ResumeParser import ResumeParser ModuleNotFoundError: No module named 'resume_parser.ResumeParser'

Im using windows 10, Python 3.7.3 please help me

OmkarPathak commented 5 years ago

Hi @SaraMES have you installed all the dependencies from the requirements.txt file?

SaraMES commented 5 years ago

yes I installed all the dependencies from the requirements

OmkarPathak commented 5 years ago

I am not able to reproduce this error on my end. Can you explain the exact steps so I can help you further

OmkarPathak commented 5 years ago

cli.py has this line: from resume_parser.resume_parser import ResumeParser and not the one you mentioned. Please have a look @SaraMES

OmkarPathak commented 4 years ago

@SaraMES closing this due to inactivity. If you face any further problems, re-open the issue