Allen Lu

Results 3 comments of Allen Lu

Hi! Yeh, it did not overwrite the index. And I just saw another issue have the same title, I should have a better naming convention here lol. Thank you! Allen

It doesn't work.... `from lib.utils import FullHelpArgumentParser ModuleNotFoundError: No module named 'lib.utils'` I tried to clone a now one, git submodule and even create the _init_.py myself, but it doesn't...

I got it!!! I think this happens because I have other sys.path which happens to start as lib so I need to put my path first. `rootpath=str(r'C:\Users\Python\faceit2\faceit\faceswap') syspath=sys.path sys.path=[] sys.path.append(rootpath)#...