Skip to content Skip to sidebar Skip to footer

Importerror: Cannot Import Name 'aligndlib'

I have installed openface in my windows machine by following below steps. Downloaded openface from this inline path : https://github.com/ cmusatyalab/openface cd openface python se

Solution 1:

I have figured out the issue.

Even after running the python setup.py install, All the files are not copied into the python path directory.

I found some of the files are missing. Hence I manually copied all those files which are missing and AlignDlib was one of the them in that.

Thanks,

Post a Comment for "Importerror: Cannot Import Name 'aligndlib'"