Open vadimkantorov opened 2 years ago
Check the Cuda driver version and PyTorch version
I think maybe the faiss-gpu is not working on python 3.9. I got the same problem, and I changed python to 3.8 version is working now.
I am having the same issue. Is there something which breaks in python 3.9 in particular? If not, would it be possible to to support python 3.9? Thanks!
I had the same issue on python 3.9, and changing the channel from pytorch
to conda-forge
fix the problem for me.
conda install -c conda-forge faiss-cpu
Maybe there's some differences of the lib stored in these 2 channels.
@soumith could faiss somehow integrate pytorch foundation or at least pytorch ci haha? :)
I had the same issue on python 3.9, and changing the channel from
pytorch
toconda-forge
fix the problem for me.
conda install -c conda-forge faiss-cpu
Maybe there's some differences of the lib stored in these 2 channels.
i was getting a similar error when installing pytorch in python3.9 from the pytorch channel. installing from the conda-forge channel worked. thanksss
I've tried the officially recommended command, but got an installation error: