ImportError: No module named records
Opened this issue · 2 comments
dhs007 commented
Getting this error when trying to run extract_vocab.py.
Pls. view the screenshot below for error details
https://drive.google.com/open?id=1Fb2f0wacXwwhd1Mzz6c3RfHbQATQnR84
cw-bhanunadar commented
I think you don't have the module.
try
pip install records
DevalNaik commented
I think you don't have the module.
try
pip install records
This worked !