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 'keras_en_parser_and_analyzer.library.classifiers' #3

Closed ashoknar closed 6 years ago

ashoknar commented 6 years ago

When running create_training_data.py, the following error pop up ModuleNotFoundError: No module named 'keras_en_parser_and_analyzer.library.classifiers'

ashoknar commented 6 years ago

The error was caused due to a fault during the creation of the virtual environment. It was solved by copying the classifiers folder to the library folder residing inside the virtual environment.