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

The specified module could not be found #225

Open SomeoneIDKK opened 1 month ago

SomeoneIDKK commented 1 month ago

Finally managed to install TORCH after it not working, but now when typing ¨python run.py´´ this appears:

Traceback (most recent call last): File "C:\Users\USER\Deep-Live-Cam\run.py", line 3, in from modules import core File "C:\Users\USER\Deep-Live-Cam\modules\core.py", line 14, in import torch File "D:\Users\USER\Lib\site-packages\torch__init__.py", line 148, in raise err OSError: [WinError 126] The specified module could not be found. Error loading "D:\Users\USER\Lib\site-packages\torch\lib\fbgemm.dll" or one of its dependencies.

I have tried to install the dependencies multiple times and it still fails for some reason.

amanaknows commented 1 month ago

chill out fuck boys

AI Automation Dark Side Control Badge

SomeoneIDKK commented 1 month ago

?

gilotyna815 commented 1 month ago

Same problem.

gilotyna815 commented 1 month ago

Here's what worked for me: I installed python 3.10, but had 3.12 already without knowing, installed with some visual studio package earlier. Make sure your python commands are using 3.10, you can check in terminal with python --version command.