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
34.93k stars 4.93k forks source link

Error when trying to launch experimental build #385

Open Aikpo opened 3 weeks ago

Aikpo commented 3 weeks ago

Deep-Live-Cam-experimental> python run.py --execution-provider cuda Traceback (most recent call last): File "C:\Users\megam\Downloads\Deep-Live-Cam-experimental\run.py", line 3, in from modules import core File "C:\Users\megam\Downloads\Deep-Live-Cam-experimental\modules\core.py", line 21, in import modules.ui as ui File "C:\Users\megam\Downloads\Deep-Live-Cam-experimental\modules\ui.py", line 9, in from pygrabber.dshow_graph import FilterGraph File "C:\Users\megam\AppData\Local\Programs\Python\Python310\lib\site-packages\pygrabber\dshow_graph.py", line 40, in from comtypes import GUID, COMError, COMObject, client File "C:\Users\megam\AppData\Local\Programs\Python\Python310\lib\site-packages\comtypes__init__.py", line 375 except COMError, err: ^^^^^^^^^^^^^ SyntaxError: multiple exception types must be parenthesized

jayasafunctionofe commented 3 weeks ago

potentially same issue as https://github.com/hacksider/Deep-Live-Cam/issues/394