Installation error on M1 Mac #78
-
I'm following the installation instructions for building from source, but after "pip install ." the command runs until it gets to building numpy, then outputs the following error: pip version: 21.3.1 running command on virtual environment |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @kimiaGF! This seems like a numpy installation issue. With a quick google search it looks like it may be some kind of a compatibility issue with the M1 chip and the standard numpy package. I would suggest trying e.g. the instructions in this stack overflow discussion. |
Beta Was this translation helpful? Give feedback.
Hi @kimiaGF!
This seems like a numpy installation issue. With a quick google search it looks like it may be some kind of a compatibility issue with the M1 chip and the standard numpy package. I would suggest trying e.g. the instructions in this stack overflow discussion.