Deep-Live-Cam
Deep-Live-Cam copied to clipboard
No module found while running
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
try to run with python3 run.py
Hey, got the same issue, python3 run.py doesn't work either
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