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

Don't running

Open Pshenichka opened this issue 1 year ago • 12 comments

PS C:\DLC\Deep-Live-Cam> python run.py --execution-provider cuda Traceback (most recent call last): File "C:\DLC\Deep-Live-Cam\run.py", line 3, in from modules import core File "C:\DLC\Deep-Live-Cam\modules\core.py", line 14, in import torch File "C:\Python310\lib\site-packages\torch_init_.py", line 148, in raise err OSError: [WinError 126] Не найден указанный модуль. Error loading "C:\Python310\lib\site-packages\torch\lib\fbgemm.dll" or one of its dependencies.

Pshenichka avatar Aug 10 '24 12:08 Pshenichka

You havent installed torch

hacksider avatar Aug 10 '24 12:08 hacksider

But i instal requirements file, and i have installed all modules, but it still can't find them, now its 'insightface'

Pshenichka avatar Aug 10 '24 12:08 Pshenichka

What do you mean now it's insightface? Can you include the error message?

hacksider avatar Aug 10 '24 13:08 hacksider

After error with torch module, i reinstalled him, but run command still shows error with another modules, wich one i reinstalled too, but on insightface it keep showing error after reinstallation

PS C:\DLC\Deep-Live-Cam> python run.py --execution-provider cuda Traceback (most recent call last): File "C:\DLC\Deep-Live-Cam\run.py", line 3, in from modules import core File "C:\DLC\Deep-Live-Cam\modules\core.py", line 20, in import modules.ui as ui File "C:\DLC\Deep-Live-Cam\modules\ui.py", line 10, in from modules.face_analyser import get_one_face File "C:\DLC\Deep-Live-Cam\modules\face_analyser.py", line 2, in import insightface ModuleNotFoundError: No module named 'insightface'

Pshenichka avatar Aug 10 '24 13:08 Pshenichka

I have the same error. I use W11.

billythekidprog avatar Aug 11 '24 15:08 billythekidprog

I have the same error

ramzai23rus avatar Aug 11 '24 19:08 ramzai23rus

I have same error i have win11

bimboda avatar Aug 13 '24 13:08 bimboda

Traceback (most recent call last): File "run.py", line 3, in from modules import core File "C:\Users\USER\Deep-Live-Cam\modules\core.py", line 20, in import modules.ui as ui File "C:\Users\USER\Deep-Live-Cam\modules\ui.py", line 10, in from modules.face_analyser import get_one_face File "C:\Users\USER\Deep-Live-Cam\modules\face_analyser.py", line 5, in from modules.typing import Frame File "C:\Users\USER\Deep-Live-Cam\modules\typing.py", line 7, in Frame = numpy.ndarray[Any, Any]

d9012218 avatar Aug 17 '24 14:08 d9012218

File "C:\livecam\deep-live-cam\run.py", line 3, in from modules import core File "C:\livecam\deep-live-cam\modules\core.py", line 20, in import modules.ui as ui File "C:\livecam\deep-live-cam\modules\ui.py", line 3, in import customtkinter as ctk ModuleNotFoundError: No module named 'customtkinter'

how to get rid of this error

KINGMUDDY avatar Aug 29 '24 09:08 KINGMUDDY

all this is related to experimental branch. main branch works perfectly fine

Diamondofdevil avatar Sep 06 '24 12:09 Diamondofdevil

all this is related to experimental branch. main branch works perfectly fine

which is the main branch

exploretech avatar Sep 09 '24 12:09 exploretech

File "C:\Deep-Live-Cam-Improved-main\run.py", line 3, in from modules import core File "C:\Deep-Live-Cam-Improved-main\modules\core.py", line 20, in import modules.ui as ui File "C:\Deep-Live-Cam-Improved-main\modules\ui.py", line 6, in from PIL import Image, ImageOps File "C:\Deep-Live-Cam-Improved-main\venv\lib\site-packages\PIL\Image.py", line 100, in from . import _imaging as core ImportError: cannot import name 'imaging' from 'PIL' (C:\Deep-Live-Cam-Improved-main\venv\lib\site-packages\PIL_init.py)

Mrviktur avatar Oct 06 '24 01:10 Mrviktur

i wrote the solution here, enjoy https://github.com/hacksider/Deep-Live-Cam/issues/73

ochristianlove avatar Oct 18 '24 07:10 ochristianlove