Runnig the below command fails with module not found
~/morpher$ python -u run_morpher_array_add.py
Traceback (most recent call last):
File "run_morpher_array_add.py", line 10, in
import scripts.bin_to_trace as BT
ModuleNotFoundError: No module named 'scripts.bin_to_trace'