faceit icon indicating copy to clipboard operation
faceit copied to clipboard

When i try to run preprocessing i got ModuleNotFoundError

Open rochiey opened this issue 6 years ago • 4 comments

Traceback (most recent call last): File "faceit.py", line 19, in from scripts.extract import ExtractTrainingData ModuleNotFoundError: No module named 'scripts.extract'

rochiey avatar Jul 19 '18 14:07 rochiey

i tried to pip install scripts then run preprocessing again, the error still exist.

rochiey avatar Jul 19 '18 14:07 rochiey

I got same problem. I am trying to run it from Anaconda Prompt on Windows.

bartlomiejzuber avatar Dec 16 '18 00:12 bartlomiejzuber

Did anyone eventually find a solution to this?

iccole avatar Aug 15 '19 21:08 iccole

Changing sys.path.append('faceswap') to sys.path.insert(1, 'faceswap') worked for me.

ryanMccray avatar Nov 25 '19 03:11 ryanMccray