Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save abhishek-fluidai/37b83bd14e02292340483c2e51a045b9 to your computer and use it in GitHub Desktop.
Save abhishek-fluidai/37b83bd14e02292340483c2e51a045b9 to your computer and use it in GitHub Desktop.
Error description of the VDF-io
➜ /workspaces/vector-db-migration-test (main) $ export_vdf --help
Traceback (most recent call last):
File "/home/codespace/.python/current/bin/export_vdf", line 5, in <module>
from vdf_io.export_vdf_cli import main
File "/usr/local/python/3.10.13/lib/python3.10/site-packages/vdf_io/export_vdf_cli.py", line 56, in <module>
slug_to_export_func, slug_to_parser_func = load_subclasses(package_dir)
File "/usr/local/python/3.10.13/lib/python3.10/site-packages/vdf_io/export_vdf_cli.py", line 41, in load_subclasses
module = importlib.import_module(f"{package_dir}.{module_name}")
File "/usr/local/python/3.10.13/lib/python3.10/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "/usr/local/python/3.10.13/lib/python3.10/site-packages/vdf_io/export_vdf/chroma_export.py", line 6, in <module>
import chromadb
File "/usr/local/python/3.10.13/lib/python3.10/site-packages/chromadb/__init__.py", line 86, in <module>
raise RuntimeError(
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment