Closed viveksagar-kr closed 2 years ago
"from . import _data_loader as dataloader" in line 4 of main.py is throwing an exception. As the module is obsolete, removing the import statement will fix the issue
Thanks, Vivek. You are right. This statement can be removed. Will be fixed in release v0.1.2-beta.
In addition, a statement of '# -- coding: utf-8 --' has been added to 1st line of _data_loader.py to avoid the error of 'SyntaxError: Non-ASCII character '\xe2' '.
Fixed in version v0.1.2
"from . import _data_loader as dataloader" in line 4 of main.py is throwing an exception. As the module is obsolete, removing the import statement will fix the issue