The sqlite3 version on streamlit cloud is 3.34.1. Even after I selected the latest Python 11 to create my app on streamlit cloud. I can’t use Chroma due to this old version of sqlite3. Chroma requires sqlite3 verion > 3.35.
Could you upgrade sqlite3 on streamlit cloud?
Steps to reproduce
I use sqlite3.sqlite_version to get the sqlite3 version on streamlit cloud.
Sqlite3 is module from base python. Per description in the document: Only include packages in your requirements file that are not distributed with a standard Python installation. If any of the modules from base Python are included in the requirements file, you will get an error when you try to deploy.
I tried to add a line sqlite3>=3.36 to the requirements.txt. I got deployment error as document described.
It’s weird that I tried python 9, 10, 11 to create app on streamlit cloud. The sqlite3 version is always 3.34.1, no matter which python version I selected. It’s abnormal.
Thanks for stopping by! We use cookies to help us understand how you interact with our website.
By clicking “Accept all”, you consent to our use of cookies. For more information, please see our privacy policy.
Cookie settings
Strictly necessary cookies
These cookies are necessary for the website to function and cannot be switched off. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms.
Performance cookies
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us understand how visitors move around the site and which pages are most frequently visited.
Functional cookies
These cookies are used to record your choices and settings, maintain your preferences over time and recognize you when you return to our website. These cookies help us to personalize our content for you and remember your preferences.
Targeting cookies
These cookies may be deployed to our site by our advertising partners to build a profile of your interest and provide you with content that is relevant to you, including showing you relevant ads on other websites.