runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/ui.py", line 14, in <module> from trackio.sqlite_storage import SQLiteStorage ModuleNotFoundError: No module named 'trackio' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/sqlite_storage.py", line 12, in <module> from trackio.commit_scheduler import CommitScheduler ModuleNotFoundError: No module named 'trackio' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/ui.py", line 22, in <module> from sqlite_storage import SQLiteStorage File "/home/user/app/sqlite_storage.py", line 20, in <module> from media import TrackioImage File "/home/user/app/media.py", line 5, in <module> from typing import Union, Optional, Self ImportError: cannot import name 'Self' from 'typing' (/usr/local/lib/python3.10/typing.py)
Container logs:
Fetching error logs...