Advertisement
Guest User

Untitled

a guest
May 28th, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.79 KB | None | 0 0
  1. macbook-pro-macbook:~ macbook$ pip install numpy --upgrade
  2.  
  3. Downloading/unpacking numpy from http://pypi.python.org/packages/source/n/numpy/numpy-1.7.1.zip#md5=9a72db3cad7a6286c0d22ee43ad9bc6c
  4. Running setup.py egg_info for package numpy
  5. Running from numpy source directory.
  6. non-existing path in '/private/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/numpy/distutils': 'site.cfg'
  7. F2PY Version 2
  8. blas_opt_info:
  9. FOUND:
  10. extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
  11. define_macros = [('NO_ATLAS_INFO', 3)]
  12. extra_compile_args = ['-msse3', '-I/System/Library/Frameworks/vecLib.framework/Headers']
  13.  
  14. lapack_opt_info:
  15. FOUND:
  16. extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
  17. define_macros = [('NO_ATLAS_INFO', 3)]
  18. extra_compile_args = ['-msse3']
  19.  
  20. build_src
  21. building py_modules sources
  22. building library "npymath" sources
  23. customize Gnu95FCompiler
  24. Could not locate executable gfortran
  25. Could not locate executable f95
  26. customize NAGFCompiler
  27. customize AbsoftFCompiler
  28. Could not locate executable f90
  29. Could not locate executable f77
  30. customize IBMFCompiler
  31. Could not locate executable xlf90
  32. Could not locate executable xlf
  33. customize IntelFCompiler
  34. Could not locate executable ifort
  35. Could not locate executable ifc
  36. customize GnuFCompiler
  37. Could not locate executable g77
  38. customize G95FCompiler
  39. Could not locate executable g95
  40. customize PGroupFCompiler
  41. Could not locate executable pgfortran
  42. don't know how to compile Fortran code on platform 'posix'
  43. C compiler: gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch ppc -arch x86_64 -pipe
  44.  
  45. compile options: '-I/private/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/numpy/core/src/private -I/private/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/numpy/core/src -I/private/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/numpy/core -I/private/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/numpy/core/src/npymath -I/private/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/numpy/core/src/multiarray -I/private/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/numpy/core/src/umath -I/private/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/numpy/core/src/npysort -I/private/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/numpy/core/include -I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c'
  46. gcc-4.2: _configtest.c
  47. /usr/libexec/gcc/powerpc-apple-darwin10/4.2.1/as: assembler (/usr/bin/../libexec/gcc/darwin/ppc/as or /usr/bin/../local/libexec/gcc/darwin/ppc/as) for architecture ppc not installed
  48. Installed assemblers are:
  49. /usr/bin/../libexec/gcc/darwin/x86_64/as for architecture x86_64
  50. /usr/bin/../libexec/gcc/darwin/i386/as for architecture i386
  51. _configtest.c:1: fatal error: error closing -: Broken pipe
  52. compilation terminated.
  53. lipo: can't open input file: /var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-//ccy8eF6d.out (No such file or directory)
  54. /usr/libexec/gcc/powerpc-apple-darwin10/4.2.1/as: assembler (/usr/bin/../libexec/gcc/darwin/ppc/as or /usr/bin/../local/libexec/gcc/darwin/ppc/as) for architecture ppc not installed
  55. Installed assemblers are:
  56. /usr/bin/../libexec/gcc/darwin/x86_64/as for architecture x86_64
  57. /usr/bin/../libexec/gcc/darwin/i386/as for architecture i386
  58. _configtest.c:1: fatal error: error closing -: Broken pipe
  59. compilation terminated.
  60. lipo: can't open input file: /var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-//ccy8eF6d.out (No such file or directory)
  61. failure.
  62. removing: _configtest.c _configtest.o
  63. Traceback (most recent call last):
  64. File "<string>", line 16, in <module>
  65. File "/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/setup.py", line 214, in <module>
  66. setup_package()
  67. File "/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/setup.py", line 207, in setup_package
  68. configuration=configuration )
  69. File "/private/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/numpy/distutils/core.py", line 186, in setup
  70. return old_setup(**new_attr)
  71. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/core.py", line 152, in setup
  72. dist.run_commands()
  73. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py", line 975, in run_commands
  74. self.run_command(cmd)
  75. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py", line 995, in run_command
  76. cmd_obj.run()
  77. File "/private/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/numpy/distutils/command/egg_info.py", line 8, in run
  78. self.run_command("build_src")
  79. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/cmd.py", line 333, in run_command
  80. self.distribution.run_command(command)
  81. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py", line 995, in run_command
  82. cmd_obj.run()
  83. File "/private/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/numpy/distutils/command/build_src.py", line 152, in run
  84. self.build_sources()
  85. File "/private/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/numpy/distutils/command/build_src.py", line 163, in build_sources
  86. self.build_library_sources(*libname_info)
  87. File "/private/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/numpy/distutils/command/build_src.py", line 298, in build_library_sources
  88. sources = self.generate_sources(sources, (lib_name, build_info))
  89. File "/private/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/numpy/distutils/command/build_src.py", line 385, in generate_sources
  90. source = func(extension, build_dir)
  91. File "/private/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/numpy/core/setup.py", line 648, in get_mathlib_info
  92. raise RuntimeError("Broken toolchain: cannot link a simple C program")
  93. RuntimeError: Broken toolchain: cannot link a simple C program
  94. Complete output from command python setup.py egg_info:
  95. Running from numpy source directory.
  96.  
  97. non-existing path in '/private/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/numpy/distutils': 'site.cfg'
  98.  
  99. F2PY Version 2
  100.  
  101. blas_opt_info:
  102.  
  103. FOUND:
  104.  
  105. extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
  106.  
  107. define_macros = [('NO_ATLAS_INFO', 3)]
  108.  
  109. extra_compile_args = ['-msse3', '-I/System/Library/Frameworks/vecLib.framework/Headers']
  110.  
  111.  
  112.  
  113. lapack_opt_info:
  114.  
  115. FOUND:
  116.  
  117. extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
  118.  
  119. define_macros = [('NO_ATLAS_INFO', 3)]
  120.  
  121. extra_compile_args = ['-msse3']
  122.  
  123.  
  124.  
  125. running egg_info
  126.  
  127. running build_src
  128.  
  129. build_src
  130.  
  131. building py_modules sources
  132.  
  133. building library "npymath" sources
  134.  
  135. customize Gnu95FCompiler
  136.  
  137. Could not locate executable gfortran
  138.  
  139. Could not locate executable f95
  140.  
  141. customize NAGFCompiler
  142.  
  143. customize AbsoftFCompiler
  144.  
  145. Could not locate executable f90
  146.  
  147. Could not locate executable f77
  148.  
  149. customize IBMFCompiler
  150.  
  151. Could not locate executable xlf90
  152.  
  153. Could not locate executable xlf
  154.  
  155. customize IntelFCompiler
  156.  
  157. Could not locate executable ifort
  158.  
  159. Could not locate executable ifc
  160.  
  161. customize GnuFCompiler
  162.  
  163. Could not locate executable g77
  164.  
  165. customize G95FCompiler
  166.  
  167. Could not locate executable g95
  168.  
  169. customize PGroupFCompiler
  170.  
  171. Could not locate executable pgfortran
  172.  
  173. don't know how to compile Fortran code on platform 'posix'
  174.  
  175. C compiler: gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch ppc -arch x86_64 -pipe
  176.  
  177.  
  178.  
  179. compile options: '-I/private/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/numpy/core/src/private -I/private/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/numpy/core/src -I/private/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/numpy/core -I/private/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/numpy/core/src/npymath -I/private/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/numpy/core/src/multiarray -I/private/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/numpy/core/src/umath -I/private/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/numpy/core/src/npysort -I/private/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/numpy/core/include -I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c'
  180.  
  181. gcc-4.2: _configtest.c
  182.  
  183. /usr/libexec/gcc/powerpc-apple-darwin10/4.2.1/as: assembler (/usr/bin/../libexec/gcc/darwin/ppc/as or /usr/bin/../local/libexec/gcc/darwin/ppc/as) for architecture ppc not installed
  184.  
  185. Installed assemblers are:
  186.  
  187. /usr/bin/../libexec/gcc/darwin/x86_64/as for architecture x86_64
  188.  
  189. /usr/bin/../libexec/gcc/darwin/i386/as for architecture i386
  190.  
  191. _configtest.c:1: fatal error: error closing -: Broken pipe
  192.  
  193. compilation terminated.
  194.  
  195. lipo: can't open input file: /var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-//ccy8eF6d.out (No such file or directory)
  196.  
  197. /usr/libexec/gcc/powerpc-apple-darwin10/4.2.1/as: assembler (/usr/bin/../libexec/gcc/darwin/ppc/as or /usr/bin/../local/libexec/gcc/darwin/ppc/as) for architecture ppc not installed
  198.  
  199. Installed assemblers are:
  200.  
  201. /usr/bin/../libexec/gcc/darwin/x86_64/as for architecture x86_64
  202.  
  203. /usr/bin/../libexec/gcc/darwin/i386/as for architecture i386
  204.  
  205. _configtest.c:1: fatal error: error closing -: Broken pipe
  206.  
  207. compilation terminated.
  208.  
  209. lipo: can't open input file: /var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-//ccy8eF6d.out (No such file or directory)
  210.  
  211. failure.
  212.  
  213. removing: _configtest.c _configtest.o
  214.  
  215. Traceback (most recent call last):
  216.  
  217. File "<string>", line 16, in <module>
  218.  
  219. File "/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/setup.py", line 214, in <module>
  220.  
  221. setup_package()
  222.  
  223. File "/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/setup.py", line 207, in setup_package
  224.  
  225. configuration=configuration )
  226.  
  227. File "/private/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/numpy/distutils/core.py", line 186, in setup
  228.  
  229. return old_setup(**new_attr)
  230.  
  231. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/core.py", line 152, in setup
  232.  
  233. dist.run_commands()
  234.  
  235. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py", line 975, in run_commands
  236.  
  237. self.run_command(cmd)
  238.  
  239. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py", line 995, in run_command
  240.  
  241. cmd_obj.run()
  242.  
  243. File "/private/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/numpy/distutils/command/egg_info.py", line 8, in run
  244.  
  245. self.run_command("build_src")
  246.  
  247. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/cmd.py", line 333, in run_command
  248.  
  249. self.distribution.run_command(command)
  250.  
  251. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py", line 995, in run_command
  252.  
  253. cmd_obj.run()
  254.  
  255. File "/private/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/numpy/distutils/command/build_src.py", line 152, in run
  256.  
  257. self.build_sources()
  258.  
  259. File "/private/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/numpy/distutils/command/build_src.py", line 163, in build_sources
  260.  
  261. self.build_library_sources(*libname_info)
  262.  
  263. File "/private/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/numpy/distutils/command/build_src.py", line 298, in build_library_sources
  264.  
  265. sources = self.generate_sources(sources, (lib_name, build_info))
  266.  
  267. File "/private/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/numpy/distutils/command/build_src.py", line 385, in generate_sources
  268.  
  269. source = func(extension, build_dir)
  270.  
  271. File "/private/var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy/numpy/core/setup.py", line 648, in get_mathlib_info
  272.  
  273. raise RuntimeError("Broken toolchain: cannot link a simple C program")
  274.  
  275. RuntimeError: Broken toolchain: cannot link a simple C program
  276.  
  277. ----------------------------------------
  278. Command python setup.py egg_info failed with error code 1 in /var/folders/DO/DOs0lordG-WyMdpF-Pyiz++++TI/-Tmp-/pip-build/numpy
  279. Storing complete log in /Users/macbook/Library/Logs/pip.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement