This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ /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) |