runtime error
Exit code: 1. Reason: /app/installer.py:12: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources # python 3.12 no longer has it built-in āāāāāāāāāāāāāāāāāāāāāā Traceback (most recent call last) āāāāāāāāāāāāāāāāāāāāāāā® ā /app/webui.py:11 in <module> ā ā ā ā 10 from threading import Thread ā ā ā± 11 import modules.loader ā ā 12 import torch # pylint: disable=wrong-import-order ā ā ā ā /app/modules/loader.py:28 in <module> ā ā ā ā 27 warnings.filterwarnings(action="ignore", category=UserWarning, module=" ā ā ā± 28 import torchvision # pylint: disable=W0611,C0411 ā ā 29 import pytorch_lightning # pytorch_lightning should be imported after t ā ā°āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā⯠ModuleNotFoundError: No module named 'torchvision'
Container logs:
Fetching error logs...