I have Python 3.9.7 and I have already installed utils==1.0.1.
So now I want to import this library and trying with this command
from . import utils
But this is not working. I receive this error :
ImportError: attempted relative import with no known parent package
So can anybody help me how to solve this problem ?