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

No module named 'facemorpher' #56

Open
prismspecs opened this issue Sep 12, 2019 · 2 comments
Open

No module named 'facemorpher' #56

prismspecs opened this issue Sep 12, 2019 · 2 comments

Comments

@prismspecs
Copy link

python facemorpher\averager.py --images=faces --out=average.png
Traceback (most recent call last):
  File "facemorpher\averager.py", line 32, in <module>
    from facemorpher import locator
ModuleNotFoundError: No module named 'facemorpher'
@jstray
Copy link

jstray commented Oct 18, 2019

I've been having this problem too, and for the moment I just changed

from facemorpher import locator
from facemorpher import aligner
from facemorpher import warper
from facemorpher import blender
from facemorpher import plotter
from facemorpher import videoer

to


import locator
import aligner
import warper
import blender
import plotter
import videoer

in morpher.py

@mnemocron
Copy link

I have the same issue.
@jstray 's solution in averager.py does the trick.

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

3 participants