Deep-Live-Cam icon indicating copy to clipboard operation
Deep-Live-Cam copied to clipboard

error

Open chrrickyt opened this issue 7 months ago • 2 comments

File "C:\Windows\System32\Deep-Live-Cam\run.py", line 3, in from modules import core File "C:\Windows\System32\Deep-Live-Cam\modules\core.py", line 20, in import modules.ui as ui File "C:\Windows\System32\Deep-Live-Cam\modules\ui.py", line 28, in from modules.video_capture import VideoCapturer File "C:\Windows\System32\Deep-Live-Cam\modules\video_capture.py", line 9, in from pygrabber.dshow_graph import FilterGraph ModuleNotFoundError: No module named 'pygrabber'

chrrickyt avatar Apr 27 '25 13:04 chrrickyt

fixed this but now i have another problem

Ignoring torch: markers 'sys_platform == "darwin"' don't match your environment Ignoring torchvision: markers 'sys_platform == "darwin"' don't match your environment Ignoring onnxruntime-silicon: markers 'sys_platform == "darwin" and platform_machine == "arm64"' don't match your environment

so now Traceback (most recent call last): File "C:\Windows\System32\Deep-Live-Cam\run.py", line 3, in from modules import core File "C:\Windows\System32\Deep-Live-Cam\modules\core.py", line 14, in import torch ModuleNotFoundError: No module named 'torch'

chrrickyt avatar Apr 27 '25 14:04 chrrickyt

how did u fix it

riyadiscold1 avatar Apr 27 '25 20:04 riyadiscold1

same rpoblem

HG-ERIK avatar Apr 29 '25 14:04 HG-ERIK

need fix for this

Image

MQrioso avatar Apr 29 '25 18:04 MQrioso

2 hours with errors

MQrioso avatar Apr 29 '25 18:04 MQrioso

should be fixed with : pip install pygrabber

dayeggpi avatar May 01 '25 18:05 dayeggpi

First, I activated my venv and then used :
uv pip install pygrabber

ReneGombar avatar May 01 '25 19:05 ReneGombar