$ docker logs -t sqlite
2025-06-15T02:58:34.853934273Z /tmp/boxball.db.zst : 8105816064 bytes
2025-06-15T02:58:35.162283691Z Traceback (most recent call last):
2025-06-15T02:58:35.162314173Z File "/usr/local/lib/python3.11/site-packages/sqlite_web/sqlite_web.py", line 36, in <module>
2025-06-15T02:58:35.162715010Z from flask import (
2025-06-15T02:58:35.162725290Z ImportError: cannot import name 'escape' from 'flask' (/usr/local/lib/python3.11/site-packages/flask/__init__.py)
2025-06-15T02:58:35.162729719Z
2025-06-15T02:58:35.162733301Z During handling of the above exception, another exception occurred:
2025-06-15T02:58:35.162736601Z
2025-06-15T02:58:35.162739587Z Traceback (most recent call last):
2025-06-15T02:58:35.162742659Z File "/usr/local/bin/sqlite_web", line 5, in <module>
2025-06-15T02:58:35.162746143Z from sqlite_web.sqlite_web import main
2025-06-15T02:58:35.162749291Z File "/usr/local/lib/python3.11/site-packages/sqlite_web/sqlite_web.py", line 40, in <module>
2025-06-15T02:58:35.162978558Z raise RuntimeError('Unable to import flask module. Install by running '
2025-06-15T02:58:35.162989023Z RuntimeError: Unable to import flask module. Install by running pip install flask
Ran suggested SQLite docker command and container exited after 15s
Running on Ubuntu 24.04.2 through WSL2
Output from
docker logs