Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Error when running raft_ann_bench #2356

Open
tarang-jain opened this issue Jun 8, 2024 · 0 comments
Open

[BUG] Error when running raft_ann_bench #2356

tarang-jain opened this issue Jun 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@tarang-jain
Copy link
Contributor

Noticed an error after raft-ann-bench pkg is renamed to raft_ann_bench.

Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/raid/tarangj/miniconda3/envs/all_cuda-122_arch-x86_64/lib/python3.11/site-packages/raft_ann_bench/run/__main__.py", line 614, in <module>
    main()
  File "/raid/tarangj/miniconda3/envs/all_cuda-122_arch-x86_64/lib/python3.11/site-packages/raft_ann_bench/run/__main__.py", line 545, in main
    validator = import_module(module)
                ^^^^^^^^^^^^^^^^^^^^^
  File "/raid/tarangj/miniconda3/envs/all_cuda-122_arch-x86_64/lib/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1126, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1140, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'raft-ann-bench'
@tarang-jain tarang-jain added the bug Something isn't working label Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant