Related #1668
The TinyPilot Debian package fails to install on Raspberry Pi OS Bookworm with many errors relating to various missing Python dependencies, most noticeably flask and jinja2 (the latter of which causes the render-template script to fail).
We should investigate why this is and modify the Debian package to be compatible with Raspberry Pi OS Bookworm. A potential starting point for this task would be looking into why the workaround of changing the Debian package to create the Python venv at installation time rather than using a pre-packaged version works.
Related #1668
The TinyPilot Debian package fails to install on Raspberry Pi OS Bookworm with many errors relating to various missing Python dependencies, most noticeably
flaskandjinja2(the latter of which causes therender-templatescript to fail).We should investigate why this is and modify the Debian package to be compatible with Raspberry Pi OS Bookworm. A potential starting point for this task would be looking into why the workaround of changing the Debian package to create the Python
venvat installation time rather than using a pre-packaged version works.