Guest User

Untitled

a guest
Nov 3rd, 2014
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.00 KB | None | 0 0
  1. running build
  2.  
  3. running config_cc
  4.  
  5. unifing config_cc, config, build_clib, build_ext, build commands --compiler opti
  6. ons
  7.  
  8. running config_fc
  9.  
  10. unifing config_fc, config, build_clib, build_ext, build commands --fcompiler opt
  11. ions
  12.  
  13. running build_src
  14.  
  15. build_src
  16.  
  17. building py_modules sources
  18.  
  19. creating build
  20.  
  21. creating build\src.win32-2.7
  22.  
  23. creating build\src.win32-2.7\numpy
  24.  
  25. creating build\src.win32-2.7\numpy\distutils
  26.  
  27. building library "npymath" sources
  28.  
  29. No module named msvccompiler in numpy.distutils; trying from distutils
  30.  
  31. customize GnuFCompiler
  32.  
  33. Could not locate executable g77
  34.  
  35. Could not locate executable f77
  36.  
  37. customize IntelVisualFCompiler
  38.  
  39. Could not locate executable ifort
  40.  
  41. Could not locate executable ifl
  42.  
  43. customize AbsoftFCompiler
  44.  
  45. Could not locate executable f90
  46.  
  47. customize CompaqVisualFCompiler
  48.  
  49. Could not locate executable DF
  50.  
  51. customize IntelItaniumVisualFCompiler
  52.  
  53. Could not locate executable efl
  54.  
  55. customize Gnu95FCompiler
  56.  
  57. Could not locate executable gfortran
  58.  
  59. Could not locate executable f95
  60.  
  61. customize G95FCompiler
  62.  
  63. Could not locate executable g95
  64.  
  65. customize IntelEM64VisualFCompiler
  66.  
  67. customize IntelEM64TFCompiler
  68.  
  69. Could not locate executable efort
  70.  
  71. Could not locate executable efc
  72.  
  73. don't know how to compile Fortran code on platform 'nt'
  74.  
  75. C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo /Ox
  76. /MD /W3 /GS- /DNDEBUG -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -In
  77. umpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy
  78. \core\src\npysort -Inumpy\core\include -IC:\Python27\include -IC:\Python27\PC /T
  79. c_configtest.c /Fo_configtest.obj
  80.  
  81. Found executable C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.ex
  82. e
  83.  
  84. Running from numpy source directory.
  85.  
  86. c:\users\harry\appdata\local\temp\pip_build_harry\numpy\numpy\distutils\system_i
  87. nfo.py:1526: UserWarning:
  88.  
  89. Atlas (http://math-atlas.sourceforge.net/) libraries not found.
  90.  
  91. Directories to search for the libraries can be specified in the
  92.  
  93. numpy/distutils/site.cfg file (section [atlas]) or by setting
  94.  
  95. the ATLAS environment variable.
  96.  
  97. warnings.warn(AtlasNotFoundError.__doc__)
  98.  
  99. c:\users\harry\appdata\local\temp\pip_build_harry\numpy\numpy\distutils\system_i
  100. nfo.py:1535: UserWarning:
  101.  
  102. Blas (http://www.netlib.org/blas/) libraries not found.
  103.  
  104. Directories to search for the libraries can be specified in the
  105.  
  106. numpy/distutils/site.cfg file (section [blas]) or by setting
  107.  
  108. the BLAS environment variable.
  109.  
  110. warnings.warn(BlasNotFoundError.__doc__)
  111.  
  112. c:\users\harry\appdata\local\temp\pip_build_harry\numpy\numpy\distutils\system_i
  113. nfo.py:1538: UserWarning:
  114.  
  115. Blas (http://www.netlib.org/blas/) sources not found.
  116.  
  117. Directories to search for the sources can be specified in the
  118.  
  119. numpy/distutils/site.cfg file (section [blas_src]) or by setting
  120.  
  121. the BLAS_SRC environment variable.
  122.  
  123. warnings.warn(BlasSrcNotFoundError.__doc__)
  124.  
  125. c:\users\harry\appdata\local\temp\pip_build_harry\numpy\numpy\distutils\system_i
  126. nfo.py:1432: UserWarning:
  127.  
  128. Atlas (http://math-atlas.sourceforge.net/) libraries not found.
  129.  
  130. Directories to search for the libraries can be specified in the
  131.  
  132. numpy/distutils/site.cfg file (section [atlas]) or by setting
  133.  
  134. the ATLAS environment variable.
  135.  
  136. warnings.warn(AtlasNotFoundError.__doc__)
  137.  
  138. c:\users\harry\appdata\local\temp\pip_build_harry\numpy\numpy\distutils\system_i
  139. nfo.py:1443: UserWarning:
  140.  
  141. Lapack (http://www.netlib.org/lapack/) libraries not found.
  142.  
  143. Directories to search for the libraries can be specified in the
  144.  
  145. numpy/distutils/site.cfg file (section [lapack]) or by setting
  146.  
  147. the LAPACK environment variable.
  148.  
  149. warnings.warn(LapackNotFoundError.__doc__)
  150.  
  151. c:\users\harry\appdata\local\temp\pip_build_harry\numpy\numpy\distutils\system_i
  152. nfo.py:1446: UserWarning:
  153.  
  154. Lapack (http://www.netlib.org/lapack/) sources not found.
  155.  
  156. Directories to search for the sources can be specified in the
  157.  
  158. numpy/distutils/site.cfg file (section [lapack_src]) or by setting
  159.  
  160. the LAPACK_SRC environment variable.
  161.  
  162. warnings.warn(LapackSrcNotFoundError.__doc__)
  163.  
  164. C:\Python27\lib\distutils\dist.py:267: UserWarning: Unknown distribution option:
  165. 'define_macros'
  166.  
  167. warnings.warn(msg)
  168.  
  169. C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\link.exe /nologo /INCR
  170. EMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.ma
  171. nifest
  172.  
  173. Found executable C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\link.
  174. exe
  175.  
  176. LINK : fatal error LNK1104: cannot open file 'kernel32.lib'
  177.  
  178. failure.
  179.  
  180. removing: _configtest.c _configtest.obj
  181.  
  182. Traceback (most recent call last):
  183.  
  184. File "<string>", line 1, in <module>
  185.  
  186. File "c:\users\harry\appdata\local\temp\pip_build_harry\numpy\setup.py", line
  187. 251, in <module>
  188.  
  189. setup_package()
  190.  
  191. File "c:\users\harry\appdata\local\temp\pip_build_harry\numpy\setup.py", line
  192. 243, in setup_package
  193.  
  194. setup(**metadata)
  195.  
  196. File "c:\users\harry\appdata\local\temp\pip_build_harry\numpy\numpy\distutils\
  197. core.py", line 169, in setup
  198.  
  199. return old_setup(**new_attr)
  200.  
  201. File "C:\Python27\lib\distutils\core.py", line 151, in setup
  202.  
  203. dist.run_commands()
  204.  
  205. File "C:\Python27\lib\distutils\dist.py", line 953, in run_commands
  206.  
  207. self.run_command(cmd)
  208.  
  209. File "C:\Python27\lib\distutils\dist.py", line 972, in run_command
  210.  
  211. cmd_obj.run()
  212.  
  213. File "c:\users\harry\appdata\local\temp\pip_build_harry\numpy\numpy\distutils\
  214. command\install.py", line 62, in run
  215.  
  216. r = self.setuptools_run()
  217.  
  218. File "c:\users\harry\appdata\local\temp\pip_build_harry\numpy\numpy\distutils\
  219. command\install.py", line 36, in setuptools_run
  220.  
  221. return distutils_install.run(self)
  222.  
  223. File "C:\Python27\lib\distutils\command\install.py", line 563, in run
  224.  
  225. self.run_command('build')
  226.  
  227. File "C:\Python27\lib\distutils\cmd.py", line 326, in run_command
  228.  
  229. self.distribution.run_command(command)
  230.  
  231. File "C:\Python27\lib\distutils\dist.py", line 972, in run_command
  232.  
  233. cmd_obj.run()
  234.  
  235. File "c:\users\harry\appdata\local\temp\pip_build_harry\numpy\numpy\distutils\
  236. command\build.py", line 39, in run
  237.  
  238. old_build.run(self)
  239.  
  240. File "C:\Python27\lib\distutils\command\build.py", line 127, in run
  241.  
  242. self.run_command(cmd_name)
  243.  
  244. File "C:\Python27\lib\distutils\cmd.py", line 326, in run_command
  245.  
  246. self.distribution.run_command(command)
  247.  
  248. File "C:\Python27\lib\distutils\dist.py", line 972, in run_command
  249.  
  250. cmd_obj.run()
  251.  
  252. File "c:\users\harry\appdata\local\temp\pip_build_harry\numpy\numpy\distutils\
  253. command\build_src.py", line 153, in run
  254.  
  255. self.build_sources()
  256.  
  257. File "c:\users\harry\appdata\local\temp\pip_build_harry\numpy\numpy\distutils\
  258. command\build_src.py", line 164, in build_sources
  259.  
  260. self.build_library_sources(*libname_info)
  261.  
  262. File "c:\users\harry\appdata\local\temp\pip_build_harry\numpy\numpy\distutils\
  263. command\build_src.py", line 299, in build_library_sources
  264.  
  265. sources = self.generate_sources(sources, (lib_name, build_info))
  266.  
  267. File "c:\users\harry\appdata\local\temp\pip_build_harry\numpy\numpy\distutils\
  268. command\build_src.py", line 386, in generate_sources
  269.  
  270. source = func(extension, build_dir)
  271.  
  272. File "numpy\core\setup.py", line 686, in get_mathlib_info
  273.  
  274. raise RuntimeError("Broken toolchain: cannot link a simple C program")
  275.  
  276. RuntimeError: Broken toolchain: cannot link a simple C program
  277.  
  278. ----------------------------------------
  279. Cleaning up...
  280. Command C:\Python27\python.exe -c "import setuptools, tokenize;__file__='c:\\use
  281. rs\\harry\\appdata\\local\\temp\\pip_build_harry\\numpy\\setup.py';exec(compile(
  282. getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__
  283. , 'exec'))" install --record c:\users\harry\appdata\local\temp\pip-lstcio-record
  284. \install-record.txt --single-version-externally-managed --compile failed with er
  285. ror code 1 in c:\users\harry\appdata\local\temp\pip_build_harry\numpy
  286. Storing debug log for failure in C:\Users\harry\pip\pip.log
Advertisement
Add Comment
Please, Sign In to add comment