You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.
When I try to install word2vec on a Macintosh computer with an M1 chip, I get the following error:
clang: error: the clang compiler does not support '-march=native'
I understand that I can try to compile with something like the following command, but I don't know what architecture to pass:
WORD2VEC_CFLAGS='-march=corei7' pip install word2vec
Any suggestions would be greatly appreciated.
The text was updated successfully, but these errors were encountered: