Skip to content

Instantly share code, notes, and snippets.

@anddam
Created November 6, 2013 17:25
Show Gist options
  • Save anddam/7340444 to your computer and use it in GitHub Desktop.
Save anddam/7340444 to your computer and use it in GitHub Desktop.
creating build/lib.macosx-10.7-x86_64-2.7/scipy/_build_utils
copying scipy/_build_utils/__init__.py -> build/lib.macosx-10.7-x86_64-2.7/scipy/_build_utils
copying scipy/_build_utils/_fortran.py -> build/lib.macosx-10.7-x86_64-2.7/scipy/_build_utils
running build_clib
customize UnixCCompiler
customize UnixCCompiler using build_clib
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
----------------------------------------
Cleaning up...
Command /Users/me/development/Bitcoin/pybot/bin/python -c "import setuptools;__file__='/Users/me/development/Bitcoin/pybot/build/scipy/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/9l/6xt7hq356tnbghsgkjpvfj300000gn/T/pip-KHAWdu-record/install-record.txt --single-version-externally-managed --install-headers /Users/me/development/Bitcoin/pybot/bin/../include/site/python2.7 failed with error code 1 in /Users/me/development/Bitcoin/pybot/build/scipy
Storing complete log in /Users/me/.pip/pip.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment