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
Thanks for the great library. I've been trying to do a local build of the library, but I can't seem to get it running. I followed the local build instructions with some additional flags during cmake.
While everything seems successful, when I try to import faiss, I get the following error.
>>> import faiss
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/mbanani/.venv/lib/python3.10/site-packages/faiss/__init__.py", line 67, in <module>
class_wrappers.handle_Index(the_class)
File "/home/mbanani/.venv/lib/python3.10/site-packages/faiss/class_wrappers.py", line 815, in handle_Index
replace_method(the_class, 'add_sa_codes', replacement_add_sa_codes)
File "/home/mbanani/.venv/lib/python3.10/site-packages/faiss/class_wrappers.py", line 50, in replace_method
orig_method = getattr(the_class, name)
AttributeError: type object 'AdditiveCoarseQuantizer' has no attribute 'add_sa_codes'
Please let me know if you have any suggestions on what might be causing the issue. Thank you!
The text was updated successfully, but these errors were encountered:
Thanks for the great library. I've been trying to do a local build of the library, but I can't seem to get it running. I followed the local build instructions with some additional flags during cmake.
While everything seems successful, when I try to import faiss, I get the following error.
Please let me know if you have any suggestions on what might be causing the issue. Thank you!
The text was updated successfully, but these errors were encountered: