Hi
“RuntimeError: Your system has an unsupported version of sqlite3. Chroma requires sqlite3 >= 3.35.0”
How to fix this error?
iknow with dep = pip install pysqlite3-binary
but i run it with windows and solove error is
- If you are on Windows, you can manually download the latest version of SQLite from SQLite Download Page and replace the DLL in your python installation’s DLLs folder with the latest version. You can find your python installation path by running
os.path.dirname(sys.executable)
in python.
BUT I CANT CAN ANYONE help me please
Looking forward to your quick response.
Thanks
cnostra521