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

Faiss library error #16

Open
apal6 opened this issue Sep 24, 2024 · 0 comments
Open

Faiss library error #16

apal6 opened this issue Sep 24, 2024 · 0 comments

Comments

@apal6
Copy link

apal6 commented Sep 24, 2024

Hi,

I have been trying to use treeArches for my analysis. I had a hard time getting the setup done but finally everything worked. I now have been having issues when I tired to run the following code:

>>> import faiss
>>> import pickle
>>> file_to_read = open("/scratch/users/apal6/treeArches/tree_HLCA_FAISS.pickle", "rb")
>>> HLCA_tree = pickle.load(file_to_read)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'faiss.swigfaiss_avx2'
>>> 

Not sure what is happening but here are the version of faiss library:
faiss-gpu==1.7.2

Any suggestion?

Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant