kyamagu / faiss-wheels

Unofficial faiss wheel builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support M1 mac

kyamagu opened this issue · comments

It seems the following fix enables faiss build on ARM64 mac. Good to investigate further packaging issues.
facebookresearch/faiss#1655

Actually, #47 still fails to build arm64 wheel on macOS. There needs to be CMAKE_OSX_ARCHITECTURES flag and corresponding dependencies for the target arch (libomp).

Fixed in #48

@kyamagu
Many thanks for the support but is it fixed in all versions of python 3.7? i'm still having issues installing it though
maybe there's some kind of a workaround I'm not aware of?

Thanks

@ziyadmsq post the issue if you suspect any bug