YuvalNirkin / face_swap

End-to-end, automatic face swapping pipeline
GNU General Public License v3.0
825 stars 203 forks source link

"No module named 'face_swap_py'" error while using Python interface #53

Closed clmrie closed 4 years ago

clmrie commented 4 years ago

YuvalNirkin commented 4 years ago

You can't use Python to run C++ code. You have to build and install the library to get the Python interface. I don't officially support MacOS but it might work.