Describe the bug
"ModuleNotFoundError: No module named 'utils'" when running "pv056-enrich-data".
To Reproduce
Try running (with the latest master commit pulled) anything, e.g. "pv056-enrich-data --help" and you should see error traceback as follows:
"Traceback (most recent call last):
File "/Users/.../venv/bin/pv056-enrich-data", line 11, in
load_entry_point('pv056-2019', 'console_scripts', 'pv056-enrich-data')()
...
File "/Users/.../ML/PV056-AutoML-testing-framework/pv056_2019/data_loader.py", line 14, in
from utils import ID_NAME
ModuleNotFoundError: No module named 'utils' "
Desktop (please complete the following information):
Describe the bug "ModuleNotFoundError: No module named 'utils'" when running "pv056-enrich-data".
To Reproduce Try running (with the latest master commit pulled) anything, e.g. "pv056-enrich-data --help" and you should see error traceback as follows: "Traceback (most recent call last): File "/Users/.../venv/bin/pv056-enrich-data", line 11, in
load_entry_point('pv056-2019', 'console_scripts', 'pv056-enrich-data')()
...
File "/Users/.../ML/PV056-AutoML-testing-framework/pv056_2019/data_loader.py", line 14, in
from utils import ID_NAME
ModuleNotFoundError: No module named 'utils' "
Desktop (please complete the following information):