hacksider / Deep-Live-Cam

real time face swap and one-click video deepfake with only a single image
GNU Affero General Public License v3.0
39.58k stars 5.77k forks source link

[Bug in Experimental] Cannot import windll on Linux #348

Closed NXTler closed 2 weeks ago

NXTler commented 2 months ago

Greeting, as the name suggests, I get the following error when trying to start in experimental branch: ImportError: cannot import name 'windll' from 'ctypes' (/usr/lib/python3.10/ctypes/__init__.py)

I suspect that either windll cannot be found as it is Windows specific or that a dependency is missing in requirements. I'm no developer, so I can't really tell.

tostr7191 commented 2 months ago

same on macos, it seems experimental is currently windows-only (there is also some code that works with COM, which is also windows only afaik).