(py310) snobu@LowExpectations:~/LivePortrait$ python app.py
Traceback (most recent call last):
File "/home/snobu/LivePortrait/app.py", line 12, in <module>
from src.utils.helper import load_description
File "/home/snobu/LivePortrait/src/utils/helper.py", line 9, in <module>
import torch
ModuleNotFoundError: No module named 'torch'
torch is present only in the MacOS dependencies, consider adding it to the base requirements.