Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- running build
- running config_cc
- unifing config_cc, config, build_clib, build_ext, build commands --compiler opti
- ons
- running config_fc
- unifing config_fc, config, build_clib, build_ext, build commands --fcompiler opt
- ions
- running build_src
- build_src
- building py_modules sources
- creating build
- creating build\src.win32-2.7
- creating build\src.win32-2.7\numpy
- creating build\src.win32-2.7\numpy\distutils
- building library "npymath" sources
- No module named msvccompiler in numpy.distutils; trying from distutils
- customize GnuFCompiler
- Could not locate executable g77
- Could not locate executable f77
- customize IntelVisualFCompiler
- Could not locate executable ifort
- Could not locate executable ifl
- customize AbsoftFCompiler
- Could not locate executable f90
- customize CompaqVisualFCompiler
- Could not locate executable DF
- customize IntelItaniumVisualFCompiler
- Could not locate executable efl
- customize Gnu95FCompiler
- Could not locate executable gfortran
- Could not locate executable f95
- customize G95FCompiler
- Could not locate executable g95
- customize IntelEM64VisualFCompiler
- customize IntelEM64TFCompiler
- Could not locate executable efort
- Could not locate executable efc
- don't know how to compile Fortran code on platform 'nt'
- C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo /Ox
- /MD /W3 /GS- /DNDEBUG -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -In
- umpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy
- \core\src\npysort -Inumpy\core\include -IC:\Python27\include -IC:\Python27\PC /T
- c_configtest.c /Fo_configtest.obj
- Found executable C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.ex
- e
- Running from numpy source directory.
- c:\users\harry\appdata\local\temp\pip_build_harry\numpy\numpy\distutils\system_i
- nfo.py:1526: UserWarning:
- Atlas (http://math-atlas.sourceforge.net/) libraries not found.
- Directories to search for the libraries can be specified in the
- numpy/distutils/site.cfg file (section [atlas]) or by setting
- the ATLAS environment variable.
- warnings.warn(AtlasNotFoundError.__doc__)
- c:\users\harry\appdata\local\temp\pip_build_harry\numpy\numpy\distutils\system_i
- nfo.py:1535: UserWarning:
- Blas (http://www.netlib.org/blas/) libraries not found.
- Directories to search for the libraries can be specified in the
- numpy/distutils/site.cfg file (section [blas]) or by setting
- the BLAS environment variable.
- warnings.warn(BlasNotFoundError.__doc__)
- c:\users\harry\appdata\local\temp\pip_build_harry\numpy\numpy\distutils\system_i
- nfo.py:1538: UserWarning:
- Blas (http://www.netlib.org/blas/) sources not found.
- Directories to search for the sources can be specified in the
- numpy/distutils/site.cfg file (section [blas_src]) or by setting
- the BLAS_SRC environment variable.
- warnings.warn(BlasSrcNotFoundError.__doc__)
- c:\users\harry\appdata\local\temp\pip_build_harry\numpy\numpy\distutils\system_i
- nfo.py:1432: UserWarning:
- Atlas (http://math-atlas.sourceforge.net/) libraries not found.
- Directories to search for the libraries can be specified in the
- numpy/distutils/site.cfg file (section [atlas]) or by setting
- the ATLAS environment variable.
- warnings.warn(AtlasNotFoundError.__doc__)
- c:\users\harry\appdata\local\temp\pip_build_harry\numpy\numpy\distutils\system_i
- nfo.py:1443: UserWarning:
- Lapack (http://www.netlib.org/lapack/) libraries not found.
- Directories to search for the libraries can be specified in the
- numpy/distutils/site.cfg file (section [lapack]) or by setting
- the LAPACK environment variable.
- warnings.warn(LapackNotFoundError.__doc__)
- c:\users\harry\appdata\local\temp\pip_build_harry\numpy\numpy\distutils\system_i
- nfo.py:1446: UserWarning:
- Lapack (http://www.netlib.org/lapack/) sources not found.
- Directories to search for the sources can be specified in the
- numpy/distutils/site.cfg file (section [lapack_src]) or by setting
- the LAPACK_SRC environment variable.
- warnings.warn(LapackSrcNotFoundError.__doc__)
- C:\Python27\lib\distutils\dist.py:267: UserWarning: Unknown distribution option:
- 'define_macros'
- warnings.warn(msg)
- C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\link.exe /nologo /INCR
- EMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.ma
- nifest
- Found executable C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\link.
- exe
- LINK : fatal error LNK1104: cannot open file 'kernel32.lib'
- failure.
- removing: _configtest.c _configtest.obj
- Traceback (most recent call last):
- File "<string>", line 1, in <module>
- File "c:\users\harry\appdata\local\temp\pip_build_harry\numpy\setup.py", line
- 251, in <module>
- setup_package()
- File "c:\users\harry\appdata\local\temp\pip_build_harry\numpy\setup.py", line
- 243, in setup_package
- setup(**metadata)
- File "c:\users\harry\appdata\local\temp\pip_build_harry\numpy\numpy\distutils\
- core.py", line 169, in setup
- return old_setup(**new_attr)
- File "C:\Python27\lib\distutils\core.py", line 151, in setup
- dist.run_commands()
- File "C:\Python27\lib\distutils\dist.py", line 953, in run_commands
- self.run_command(cmd)
- File "C:\Python27\lib\distutils\dist.py", line 972, in run_command
- cmd_obj.run()
- File "c:\users\harry\appdata\local\temp\pip_build_harry\numpy\numpy\distutils\
- command\install.py", line 62, in run
- r = self.setuptools_run()
- File "c:\users\harry\appdata\local\temp\pip_build_harry\numpy\numpy\distutils\
- command\install.py", line 36, in setuptools_run
- return distutils_install.run(self)
- File "C:\Python27\lib\distutils\command\install.py", line 563, in run
- self.run_command('build')
- File "C:\Python27\lib\distutils\cmd.py", line 326, in run_command
- self.distribution.run_command(command)
- File "C:\Python27\lib\distutils\dist.py", line 972, in run_command
- cmd_obj.run()
- File "c:\users\harry\appdata\local\temp\pip_build_harry\numpy\numpy\distutils\
- command\build.py", line 39, in run
- old_build.run(self)
- File "C:\Python27\lib\distutils\command\build.py", line 127, in run
- self.run_command(cmd_name)
- File "C:\Python27\lib\distutils\cmd.py", line 326, in run_command
- self.distribution.run_command(command)
- File "C:\Python27\lib\distutils\dist.py", line 972, in run_command
- cmd_obj.run()
- File "c:\users\harry\appdata\local\temp\pip_build_harry\numpy\numpy\distutils\
- command\build_src.py", line 153, in run
- self.build_sources()
- File "c:\users\harry\appdata\local\temp\pip_build_harry\numpy\numpy\distutils\
- command\build_src.py", line 164, in build_sources
- self.build_library_sources(*libname_info)
- File "c:\users\harry\appdata\local\temp\pip_build_harry\numpy\numpy\distutils\
- command\build_src.py", line 299, in build_library_sources
- sources = self.generate_sources(sources, (lib_name, build_info))
- File "c:\users\harry\appdata\local\temp\pip_build_harry\numpy\numpy\distutils\
- command\build_src.py", line 386, in generate_sources
- source = func(extension, build_dir)
- File "numpy\core\setup.py", line 686, in get_mathlib_info
- raise RuntimeError("Broken toolchain: cannot link a simple C program")
- RuntimeError: Broken toolchain: cannot link a simple C program
- ----------------------------------------
- Cleaning up...
- Command C:\Python27\python.exe -c "import setuptools, tokenize;__file__='c:\\use
- rs\\harry\\appdata\\local\\temp\\pip_build_harry\\numpy\\setup.py';exec(compile(
- getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__
- , 'exec'))" install --record c:\users\harry\appdata\local\temp\pip-lstcio-record
- \install-record.txt --single-version-externally-managed --compile failed with er
- ror code 1 in c:\users\harry\appdata\local\temp\pip_build_harry\numpy
- Storing debug log for failure in C:\Users\harry\pip\pip.log
Advertisement
Add Comment
Please, Sign In to add comment