Install gfortran
from the following page
http://gcc.gnu.org/wiki/GFortranBinaries
Download http://coudert.name/software/gfortran-4.9.0-Mavericks.dmg
$ sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install cython
$ sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install scipy
Running cythonize failed
Cause: Missing cython => Add Cython
Recommended Posts