OpenHands icon indicating copy to clipboard operation
OpenHands copied to clipboard

RuntimeError: Your system has an unsupported version of sqlite3.

Open mfzhsn opened this issue 10 months ago • 5 comments

Describe the bug

Unable to run backend

Setup and configuration

Current version: Rocky 9.3 with Python 3.11 Running

** Whenever I try to run the backend, I get error with sqlite version

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. 

My model and agent (you can see these settings in the UI):

  • Model: Default gpt-4
  • Agent:

Commands I ran to install and run OpenDevin:

make start-backend

Steps to Reproduce:

  1. make start-backend

Logs, error messages, and screenshots:

Additional Context

mfzhsn avatar Apr 02 '24 11:04 mfzhsn