(ecpy-env)MBP-di-Filippo:~ Filippo$ sudo pip install -e git+https://github.com/hplgit/odespy.git#egg=odespy The directory '/Users/Filippo/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/Users/Filippo/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Obtaining odespy from git+https://github.com/hplgit/odespy.git#egg=odespy Updating ./src/odespy clone Installing collected packages: odespy Running setup.py develop for odespy Complete output from command /Users/Filippo/anaconda/envs/ecpy-env/bin/python -c "import setuptools, tokenize;__file__='/Users/Filippo/src/odespy/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" develop --no-deps: /Users/Filippo/anaconda/envs/ecpy-env/lib/python2.7/site-packages/setuptools-19.4-py2.7.egg/setuptools/dist.py:285: UserWarning: Normalizing '0.3.00.3.0' to '0.3.0.3.0' running develop running build_scripts running egg_info running build_src build_src building library "_odepack" sources building library "_rkc" sources building library "_rkf45" sources building library "_radau5" sources building extension "odespy._odepack" sources f2py options: [] adding 'build/src.macosx-10.5-x86_64-2.7/fortranobject.c' to sources. adding 'build/src.macosx-10.5-x86_64-2.7' to include_dirs. adding 'odespy/odepack/_odepack-f2pywrappers.f' to sources. building extension "odespy._rkc" sources f2py options: [] adding 'build/src.macosx-10.5-x86_64-2.7/fortranobject.c' to sources. adding 'build/src.macosx-10.5-x86_64-2.7' to include_dirs. adding 'odespy/rkc/_rkc-f2pywrappers.f' to sources. building extension "odespy._rkf45" sources f2py options: [] adding 'build/src.macosx-10.5-x86_64-2.7/fortranobject.c' to sources. adding 'build/src.macosx-10.5-x86_64-2.7' to include_dirs. building extension "odespy._radau5" sources f2py options: [] adding 'build/src.macosx-10.5-x86_64-2.7/fortranobject.c' to sources. adding 'build/src.macosx-10.5-x86_64-2.7' to include_dirs. building data_files sources build_src: building npy-pkg config files writing odespy.egg-info/PKG-INFO writing top-level names to odespy.egg-info/top_level.txt writing dependency_links to odespy.egg-info/dependency_links.txt warning: manifest_maker: standard file '-c' not found reading manifest file 'odespy.egg-info/SOURCES.txt' writing manifest file 'odespy.egg-info/SOURCES.txt' running build_ext 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 Found executable /opt/local/bin/g95 customize G95FCompiler customize G95FCompiler using build_clib building '_rkf45' library compiling Fortran sources Fortran f77 compiler: /opt/local/bin/g95 -ffixed-form -fno-second-underscore -O Fortran f90 compiler: /opt/local/bin/g95 -fno-second-underscore -O Fortran fix compiler: /opt/local/bin/g95 -ffixed-form -fno-second-underscore -O compile options: '-I/Users/Filippo/anaconda/envs/ecpy-env/lib/python2.7/site-packages/numpy/core/include -I/Users/Filippo/anaconda/envs/ecpy-env/include/python2.7 -I/Users/Filippo/anaconda/envs/ecpy-env/include/python2.7 -c' g95:f77: odespy/rkf45/advance_rkf45.f g95:f77: odespy/rkf45/rkf45.f g95:f77: odespy/rkf45/rkf45_associate.f In file odespy/rkf45/rkf45_associate.f:1053 write(iwunit,fmt) ccplus,(messgp(i),i=1,nwp) 1 Error: FORMAT tag at (1) must be a scalar integer variable In file odespy/rkf45/rkf45_associate.f:1053 write(iwunit,fmt) ccplus,(messgp(i),i=1,nwp) 1 Error: FORMAT tag at (1) must be a scalar integer variable error: Command "/opt/local/bin/g95 -ffixed-form -fno-second-underscore -O -I/Users/Filippo/anaconda/envs/ecpy-env/lib/python2.7/site-packages/numpy/core/include -I/Users/Filippo/anaconda/envs/ecpy-env/include/python2.7 -I/Users/Filippo/anaconda/envs/ecpy-env/include/python2.7 -c -c odespy/rkf45/rkf45_associate.f -o build/temp.macosx-10.5-x86_64-2.7/odespy/rkf45/rkf45_associate.o" failed with exit status 1