Relative Content

Tag Archive for sqliteflaskdeploymentchromadb

Chroma sqlite dependency conflict when deploying flask server on render

I have a flask server that I’m trying to deploy on render and every time I do so, I’m encountering this issue: “Error: Your system has an unsupported version of sqlite3. Chroma requires sqlite3 >= 3.35.0.” I am aware there is documentation available through Chroma’s official website, including various other stack overflow and github forums regarding how to solve it, which I’ve looked at to try and debug this issue but am stuck on how to move past this. I have tried the following so far: