>>108605030
Nevermind, I can't figure it out. Pillow and pydantic-core fail to build with just ./run.sh. If I manually install with uv then I get this:
ERROR: Traceback (most recent call last):
File "/home/anon/Repos/orb/.venv/lib/python3.12/site-packages/starlette/routing.py", line 693, in lifespan
async with self.lifespan_context(app) as maybe_state:
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/anon/.local/share/uv/python/cpython-3.12.9-linux-x86_64-gnu/lib/python3.12/contextlib.py", line 210, in __aenter__
return await anext(self.gen)
^^^^^^^^^^^^^^^^^^^^^
File "/home/anon/Repos/orb/backend/main.py", line 43, in lifespan
await init_db()
File "/home/anon/Repos/orb/backend/database.py", line 317, in init_db
await db.execute(
File "/home/anon/Repos/orb/.venv/lib/python3.12/site-packages/aiosqlite/core.py", line 193, in execute
cursor = await self._execute(self._conn.execute, sql, parameters)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/anon/Repos/orb/.venv/lib/python3.12/site-packages/aiosqlite/core.py", line 132, in _execute
return await future
^^^^^^^^^^^^
File "/home/anon/Repos/orb/.venv/lib/python3.12/site-packages/aiosqlite/core.py", line 115, in run
result = function()
^^^^^^^^^^
sqlite3.ProgrammingError: Error binding parameter 4: type 'tuple' is not supported
ERROR: Application startup failed. Exiting.