-
Notifications
You must be signed in to change notification settings - Fork 673
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
Apple M1 support? #329
Comments
Hi @stayrea1, I do not have access to M1, though, my understanding is that there should be no obstacles for it to work. |
There is also #299 (it slipped away fro m attention). |
Unfortunately, this still does not seem to work on M1 or am I doing anything wrong here:
|
@mkurovski Can you try with clang 13 and |
M1 user here. I didn't use #299, but I applied the following change to the CMakeLists.txt:11 (as described in #299):
And was able to get python bindings to work. That is, I ran:
And ran the python example from the README. |
This worked for me ARCHFLAGS="-arch arm64" pip install hnswlib Don't thank me. |
I found that two packages having hsnw : faiss & hnswlib can not be installed in apple m1 silicon, so any solutions ? When will you support install on m1 silicon?
The text was updated successfully, but these errors were encountered: