ModuleNotFoundError: No module named 'torch'
raochinmay6 opened this issue · comments
raochinmay6 commented
`(LivePortrait) E:\LivePortrait>python app.py
Traceback (most recent call last):
File "E:\LivePortrait\app.py", line 12, in
from src.utils.helper import load_description
File "E:\LivePortrait\src\utils\helper.py", line 9, in
import torch
ModuleNotFoundError: No module named 'torch'
(LivePortrait) E:\LivePortrait>`