When running the installation:
pip install faiss
report errors:
ERROR: Could not find a version that satisfies the requirement faiss (from versions: none)
ERROR: No matching distribution found for faiss
When installing with conda:
conda install faiss
report errors:
PackagesNotFoundError: The following packages are not available from current channels:
- faiss
Faiss on Pypi is just a collection of pre built binary files of MacOS and Linux, and is only applicable to these Python versions:
Python :: 2.7
Python :: 3.5
Python :: 3.6
Python :: 3.7
Your settings do not seem to match these specifications
For conda, it does not exist in the std channel, but can be installed in the following ways (Linux and MacOS only):
Install CPU version
conda install -c pytorch faiss-cpu
Install GPU version
conda install -c pytorch faiss-gpu
Install fail on Windows. Go to the conda prompt and enter:
conda install -c conda-forge faiss-cpu
Read More:
- Ruby Install Error running ‘requirements_osx_brew_update_system ruby-2.3.1
- Install the mxnet-gpu version to solve the problem of “OSError: libnccl.so.2” when importing
- Mydumper Install Error: None of the required ‘glib-2.0’/’gthread-2.0’ found
- Python installation of third-party libraries reported an error: “these packages do not match the hashes from the requirements file.”
- Ubuntu install psycopg2 times: fatal error: libpq Fe. H: there is no solution to that file or directory
- [Solved] Win10 install Ubuntu error: wslregisterdistribution failed with error: 0x8007019e
- [Solved] Acrobat DC 2022 Install Error: Cannot Install Acrobat Update Service
- COLMAP Install Error: Undefined reference to libtiff4.0 [Solved]
- How to Install FFmpeg on Linux
- How To Install Java with Apt-Get on Ubuntu 16.04
- How to install PIL in Python 3
- How to Use pychar to run tensorflow and virtualenv (How to install tensorflow)
- How to Install MongoDB Community Edition Manually on mac and linux
- [Solved] fbprophet Install Error: command ‘x86_64-apple-darwin13.4.0-clang‘ failed with exit status 254
- How to Solve program install error 0x80070660
- Macos: How to Solve cocoapods Install Error
- How to Install PSSH in Centos7
- FreeSWITCH installation error “You must install libyuv-dev to build mod_fsv” solution
- [Solved] gocad2017 Install error: The installation of MSVC_2010_SP1_x64_32bit has failed.
- How To Install WordPress with LAMP on Ubuntu 16.04