Syntax Error
SaraMES opened this issue · 5 comments
@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
Hi @SaraMES have you installed all the dependencies from the requirements.txt file?
yes I installed all the dependencies from the requirements
I am not able to reproduce this error on my end. Can you explain the exact steps so I can help you further
cli.py has this line: from resume_parser.resume_parser import ResumeParser
and not the one you mentioned. Please have a look @SaraMES
@SaraMES closing this due to inactivity. If you face any further problems, re-open the issue