If you’re creating a debugging post, please include the following info:
- Share the link to the public app (deployed on Community Cloud).
- Share the link to your app’s public GitHub repository (including a requirements file).
- Share the full text of the error message (not a screenshot).
RuntimeError: e[91mYour system has an unsupported version of sqlite3. Chroma
requires sqlite3 >= 3.35.0.e[0m
e[94mPlease visit
https://docs.trychroma.com/troubleshooting#sqlite to learn how
to upgrade.e[0m
- Share the Streamlit and Python versions.
- streamlit 1.27.2
- python 3.10
I am facing a deploy issue when using chromadb…
tried using pysqlit3-binary and the steps showed on the last issue that this was appointed: The sqlite3 version (3.34.1) on streamlit cloud is too old. Could you upgrade it? - Community Cloud - Streamlit
but it didnt worked, and i dont know what to do.