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:40 in <module> │ │ │ │ 39 │ │ ā± 40 import onnxruntime │ │ 41 onnxruntime.set_default_logger_severity(3) │ ╰──────────────────────────────────────────────────────────────────────────────╯ ModuleNotFoundError: No module named 'onnxruntime'

Container logs:

Fetching error logs...