Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When i try to run preprocessing i got ModuleNotFoundError #8

Open
rochiey opened this issue Jul 19, 2018 · 4 comments
Open

When i try to run preprocessing i got ModuleNotFoundError #8

rochiey opened this issue Jul 19, 2018 · 4 comments

Comments

@rochiey
Copy link

rochiey commented Jul 19, 2018

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

@rochiey
Copy link
Author

rochiey commented Jul 19, 2018

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

@rochiey rochiey changed the title ModuleNotFoundError When i try to run preprocessing i got ModuleNotFoundError Jul 19, 2018
@bartlomiejzuber
Copy link

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

@iccole
Copy link

iccole commented Aug 15, 2019

Did anyone eventually find a solution to this?

@ryanMccray
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants