dl-4-tsc icon indicating copy to clipboard operation
dl-4-tsc copied to clipboard

ModuleNotFoundError: No module named 'utils.utils'

Open saath02 opened this issue 4 years ago • 1 comments

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 avatar Jun 13 '20 06:06 saath02

@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. :)

David-Woroniuk avatar Sep 25 '20 17:09 David-Woroniuk