-
Notifications
You must be signed in to change notification settings - Fork 596
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
can we install it on Mac? #2
Comments
Issue #1 notes issues with installing on Windows due to faiss but faiss does support Mac. What error did you receive when installed? |
Running setup.py install for faiss-gpu ... error |
Looking at the faiss-gpu repository it says: PrerequisiteOn macOS, install brew install libomp Source: https://github.com/kyamagu/faiss-wheels#prerequisite Did you run this step? I can make an update to the README to note this but everything I read says faiss supports macOS. If the issue continues, I can help if you have a stacktrace or more information. |
we must change setup.py on Mac like ghSrc/txtai % git diff
then ghSrc/txtai % python -m pip install -e . |
it failed on
The text was updated successfully, but these errors were encountered: