ModuleNotFoundError: No module named ‘utils.train_eval’
code and error
ModuleNotFoundError on google collab
ModuleNotFoundError Traceback (most recent call last) <ipython-input-8-d705f0e77d39> in <cell line: 18>() 16 17 import utils —> 18 from utils.other import new_pickle, load_pickle, new_json, load_json ModuleNotFoundError: No module named ‘utils.other’ i was trying to install utils.other , it said ERROR: Could not find a version that satisfies the requirement utils.other (from versions: none) ERROR: No matching […]
Python ModuleNotFoundError with module in the same directory as the script
I’m having problems running a script I created in python on one of my machines