word2vec icon indicating copy to clipboard operation
word2vec copied to clipboard

installing word2vec on Macintosh with an M1 chip

Open ericleasemorgan opened this issue 3 years ago • 0 comments

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.

ericleasemorgan avatar Jul 07 '22 21:07 ericleasemorgan