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

module 'faiss._swigfaiss' has no attribute 'delete_FloatVector' #46

Closed
robonetphy opened this issue Jul 24, 2021 · 4 comments
Closed

module 'faiss._swigfaiss' has no attribute 'delete_FloatVector' #46

robonetphy opened this issue Jul 24, 2021 · 4 comments

Comments

@robonetphy
Copy link

On Google Colab:

  1. following installation works fine:
    python3 -m pip install --upgrade faiss-gpu
  2. But during import import faiss gives me the following error:
    image
    3.I downgraded version and install
    python3 -m pip install --upgrade faiss-gpu==1.7.1
    works fine for me
@kyamagu
Copy link
Owner

kyamagu commented Jul 26, 2021

I cannot reproduce the above in colab. Did you install faiss-cpu beforehand?

!pip install faiss-gpu
import faiss

@robonetphy
Copy link
Author

robonetphy commented Jul 27, 2021

Yup I installed the faiss-cpu before installing faiss-gpu
Actually I used command as follow
python3 -m pip install --upgrade faiss faiss-gpu

@kyamagu
Copy link
Owner

kyamagu commented Jul 27, 2021

Uninstall faiss package, which is not related to this repository

@robonetphy
Copy link
Author

robonetphy commented Jul 27, 2021

@kyamagu thanks it works for me
@kyamagu and please let me know if I can contribute in the repo in terms of development.

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

2 participants