sudo pip install numpy
I got the following error.
RuntimeError: Broken toolchain: cannot link a simple C program
I ran the following command.
$ sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install --upgrade numpy
success!
Successfully installed numpy
Cleaning up...
problems-with-pip-install-numpy-runtimeerror-broken-toolchain-cannot-link-a
Recommended Posts