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

Unable to run Deep-Live-Cam

Open yodaphone opened this issue 6 months ago • 0 comments

Hi

I followed the steps to & when i run, i get this error

Traceback (most recent call last):
  File "c:\Deep-Live-Cam\run.py", line 3, in <module>
    from modules import core
  File "c:\Deep-Live-Cam\modules\core.py", line 14, in <module>
    import torch
  File "c:\Deep-Live-Cam\venv\lib\site-packages\torch\__init__.py", line 262, in <module>
    _load_dll_libraries()
  File "c:\Deep-Live-Cam\venv\lib\site-packages\torch\__init__.py", line 258, in _load_dll_libraries
    raise err
OSError: [WinError 126] The specified module could not be found. Error loading "c:\Deep-Live-Cam\venv\lib\site-packages\torch\lib\torch_python.dll" or one of its dependencies.

Any ideas whats causing this?

My setup

  1. Windows 11
  2. nvidia card GeForce 1650 Super
  3. CUDA Toolkit 11.8.0
  4. Python 3.10.0

yodaphone avatar May 17 '25 10:05 yodaphone