Earlier when I used to run the following command (python3 srcnn/generate_data.py samples/sample.csv) it used the process the data as desired and the entire code used to work without an issue. But currently I get the following error and I am not sure if this is a bug or something that I messed up
python3 srcnn/generate_data.py samples/sample.csv
Traceback (most recent call last):
File "srcnn/generate_data.py", line 28, in
from srcnn.utils import *
ModuleNotFoundError: No module named 'srcnn'
Kindly advice. And thanks in advance 😄
Earlier when I used to run the following command (
python3 srcnn/generate_data.py samples/sample.csv) it used the process the data as desired and the entire code used to work without an issue. But currently I get the following error and I am not sure if this is a bug or something that I messed upKindly advice. And thanks in advance 😄