dl-4-tsc
dl-4-tsc copied to clipboard
ModuleNotFoundError: No module named 'utils.utils'
I am not able to find out how to import the utils.utils module. I tried a virtual environment and was not able to import the module and any help is greatly appreciated.
@saath02 'utils.utils' corresponds to the 'utils.py' file, which is contained within the utils folder. If you are working in a virtual environment, please make sure to clone the whole repository. The code should run without throwing errors then. :)