mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
Tried the manual install on Ubuntu 20.04 wsl - Chroma requires sqlite3 #1038
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @HyperUpscale on GitHub (May 26, 2024).
Bug Report
Description
Bug Summary:
Installed python 3.11, virtual env and pip install open-webui succeeded. But the open-webui doesnt run as it requires sqlite3 >= 3.35.0
I then installled manually Sqlite3 = 3.42.0
but still no success..
Any ideas ?