You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
在linux部署的,执行$ python init_database.py --recreate-vs时,起初报错sqlite3版本不适配,升级重装之后仍然提示这个问题,查了一下按照 在site packages下的google文件夹创建了空的colab文件夹。 再次运行不在最开始的位置报错,但是提示pysqlite3.dbapi2.OperationalError: no such tokenizer: trigram,请教下是否有解决方法。 目前看主要是sqlite3的问题,但是重新安装了还是没解决
开始的报错类似:File "~/venv3.10/lib/python3.10/site-packages/chromadb/init.py", line 36, in raise RuntimeError( RuntimeError: Your system has an unsupported version of sqlite3. Chroma requires sqlite3 >= 3.35.0.
在linux部署的,执行$ python init_database.py --recreate-vs时,起初报错sqlite3版本不适配,升级重装之后仍然提示这个问题,查了一下按照
在site packages下的google文件夹创建了空的colab文件夹。
再次运行不在最开始的位置报错,但是提示pysqlite3.dbapi2.OperationalError: no such tokenizer: trigram,请教下是否有解决方法。
目前看主要是sqlite3的问题,但是重新安装了还是没解决
The text was updated successfully, but these errors were encountered: