H00N24 / PV056-AutoML-testing-framework

PV056 Machine learning and knowledge discovery
1 stars 2 forks source link

pv056-enrich-data - ModuleNotFoundError: No module named 'utils' #6

Closed tomskypy closed 5 years ago

tomskypy commented 5 years ago

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):

NoName115 commented 5 years ago

Fixed. Pull master.