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

No module found while running

Open jwangb7111 opened this issue 1 year ago • 3 comments

After installing all requirements, I tried to run this project but received below error:

import torch ModuleNotFoundError: No module named 'torch'

How can I fix this issue?

Thx James

jwangb7111 avatar Aug 11 '24 16:08 jwangb7111

try to run with python3 run.py

tearsbear avatar Aug 11 '24 17:08 tearsbear

Hey, got the same issue, python3 run.py doesn't work either image

Gal0ee avatar Aug 12 '24 01:08 Gal0ee

Hey, got the same issue, python3 run.py doesn't work either

Nvm, I got errors when running pip install -r requirements.txt , so I have to manually install all the requirements it request, and it got fixed

Gal0ee avatar Aug 12 '24 05:08 Gal0ee