Deep-Live-Cam
Deep-Live-Cam copied to clipboard
[Bug in Experimental] Cannot import windll on Linux
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.
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).