Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

installing word2vec on Macintosh with an M1 chip #77

@ericleasemorgan

Description

@ericleasemorgan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions