KwaiVGI / LivePortrait

Bring portraits to life!

Home Page:https://liveportrait.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module named 'torch'

raochinmay6 opened this issue · comments

`(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>`