Hawkeye
Hawkeye copied to clipboard
ModuleNotFoundError: No module named 'utils.repository'
I followed the steps inscribed to install it, but there was a problem :ModuleNotFoundError: No module named 'utils.repository'. Is there a problem with my path settings?
(hawkeye) root:/tmp/pycharm_project_Hawkeye/Hawkeye# python Examples/APINet.py --config configs/APINet.yaml
Traceback (most recent call last):
File "Examples/APINet.py", line 8, in
I found that there was a problem with sys.path, I ran it fine with pycharm, but the command didn't.