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...