Find answers from the community

Updated 4 months ago

πŸ” Troubleshooting

At a glance

The community member is encountering a RuntimeError when deploying using Docker, stating that the system has an unsupported version of sqlite3 and that Chroma requires sqlite3 >= 3.35.0. The community members suggest upgrading the sqlite3 version, with one recommending to do it inside the container.

Useful resources
Hey I am getting this error when deploying using docker,

RuntimeError: Your system has an unsupported version of sqlite3. Chroma requires sqlite3 >= 3.35.0.
Please visit https://docs.trychroma.com/troubleshooting#sqlite to learn how to upgrade.
➜ ~
W
S
3 comments
Seems like version mismatch for sqllite in chroma.
Try upgrading sqlite version
Should I do it in the container or with python
Try upgarding inside the container
Add a reply
Sign up and join the conversation on Discord