Persistent Issue: Unsupported version of sqlite3. Chroma requires sqlite3 >= 3.35.0

I have deployed an App into Streamlit Cloud and the following
" Your system has an unsupported version of sqlite3. Chroma requires sqlite3 >= 3.35.0" is Observed.
The App is using Langchain and Chroma. I have tried all solutions provided in the previous posts and none of them are working.
My requirement file has the following lib

pandas
streamlit
streamlit_extras
streamlit_option_menu
git+https://github.com/streamlit/gsheets-connection
langchain
openai>=1.2
anthropic>=0.3.0
trubrics>=1.4.3
streamlit-feedback
langchain_community
unstructured
chromadb
pysqlite3-binary
tiktoken

In My local the App is Working without any issues. The Issue is observed in the Streamlit Cloud Only
Local
Streamlit, version 1.35.0
Python, version 3.11.0

langchain==0.1.20
chromadb==0.4.0

tell me if it works

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.