Skip to content

Instantly share code, notes, and snippets.

View abhishek-fluidai's full-sized avatar
🎯
Focusing

Abhishek Maurya abhishek-fluidai

🎯
Focusing
View GitHub Profile
@abhishek-fluidai
abhishek-fluidai / gist:37b83bd14e02292340483c2e51a045b9
Created July 19, 2024 07:42
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)