Я успешно построил/установил NumPy на моем mac os x для python 2.7.3. Теперь я хотел бы создать/установить scipy. Я загрузил его из концентратора git. Зашел в каталог. Ran python setup.py build, и он работал, пока не натолкнулся на эту ошибку:
customize Gnu95FCompiler
Could not locate executable gfortran
Could not locate executable f95
customize NAGFCompiler
customize AbsoftFCompiler
Could not locate executable f90
Could not locate executable f77
customize IBMFCompiler
Could not locate executable xlf90
Could not locate executable xlf
customize IntelFCompiler
Could not locate executable ifort
Could not locate executable ifc
customize GnuFCompiler
Could not locate executable g77
customize G95FCompiler
Could not locate executable g95
customize PGroupFCompiler
Could not locate executable pgfortran
don't know how to compile Fortran code on platform 'posix'
building 'dfftpack' library
error: library dfftpack has Fortran sources but no Fortran compiler found
Я думал, что у меня установлен Fortran для NumPy... разве нет? Как загрузить его?