Numpy
I've tried to install numpy in python by using pip install numpy wich trys to install version 1.9.1 but fails.
- Code: Select all
root@PO-TEST:/ # pip install numpy
Downloading/unpacking numpy
Downloading numpy-1.9.1.tar.gz (4.0MB): 4.0MB downloaded
Running setup.py egg_info for package numpy
Running from numpy source directory.
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.pyd' found anywhere in distribution
Installing collected packages: numpy
Running setup.py install for numpy
Running from numpy source directory.
/bin/sh: svnversion: not found
non-existing path in '/rw_fs/tmp/pip-build/numpy/numpy/distutils': 'site.cfg'
non-existing path in '/rw_fs/tmp/pip-build/numpy/numpy/f2py': 'docs'
non-existing path in '/rw_fs/tmp/pip-build/numpy/numpy/f2py': 'f2py.1'
F2PY Version 2
blas_opt_info:
blas_mkl_info:
libraries mkl,vml,guide not found in ['/usr/local/lib', '/opt/lib', '/usr/lib']
NOT AVAILABLE
openblas_info:
libraries openblas not found in ['/usr/local/lib', '/opt/lib', '/usr/lib']
NOT AVAILABLE
atlas_blas_threads_info:
Setting PTATLAS=ATLAS
libraries ptf77blas,ptcblas,atlas not found in ['/usr/local/lib', '/opt/lib', '/usr/lib']
NOT AVAILABLE
atlas_blas_info:
libraries f77blas,cblas,atlas not found in ['/usr/local/lib', '/opt/lib', '/usr/lib']
NOT AVAILABLE
/rw_fs/tmp/pip-build/numpy/numpy/distutils/system_info.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__)
blas_info:
libraries blas not found in ['/usr/local/lib', '/opt/lib', '/usr/lib']
NOT AVAILABLE
/rw_fs/tmp/pip-build/numpy/numpy/distutils/system_info.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__)
blas_src_info:
NOT AVAILABLE
/rw_fs/tmp/pip-build/numpy/numpy/distutils/system_info.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__)
NOT AVAILABLE
/bin/sh: svnversion: not found
non-existing path in '/rw_fs/tmp/pip-build/numpy/numpy/lib': 'benchmarks'
lapack_opt_info:
openblas_lapack_info:
libraries openblas not found in ['/usr/local/lib', '/opt/lib', '/usr/lib']
NOT AVAILABLE
lapack_mkl_info:
mkl_info:
libraries mkl,vml,guide not found in ['/usr/local/lib', '/opt/lib', '/usr/lib']
NOT AVAILABLE
NOT AVAILABLE
atlas_threads_info:
Setting PTATLAS=ATLAS
libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib
libraries lapack_atlas not found in /usr/local/lib
libraries ptf77blas,ptcblas,atlas not found in /opt/lib
libraries lapack_atlas not found in /opt/lib
libraries ptf77blas,ptcblas,atlas not found in /usr/lib
libraries lapack_atlas not found in /usr/lib
numpy.distutils.system_info.atlas_threads_info
NOT AVAILABLE
atlas_info:
libraries f77blas,cblas,atlas not found in /usr/local/lib
libraries lapack_atlas not found in /usr/local/lib
libraries f77blas,cblas,atlas not found in /opt/lib
libraries lapack_atlas not found in /opt/lib
libraries f77blas,cblas,atlas not found in /usr/lib
libraries lapack_atlas not found in /usr/lib
numpy.distutils.system_info.atlas_info
NOT AVAILABLE
/rw_fs/tmp/pip-build/numpy/numpy/distutils/system_info.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__)
lapack_info:
libraries lapack not found in ['/usr/local/lib', '/opt/lib', '/usr/lib']
NOT AVAILABLE
/rw_fs/tmp/pip-build/numpy/numpy/distutils/system_info.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__)
lapack_src_info:
NOT AVAILABLE
/rw_fs/tmp/pip-build/numpy/numpy/distutils/system_info.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__)
NOT AVAILABLE
/usr/local/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'define_macros'
warnings.warn(msg)
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
build_src
building py_modules sources
building library "npymath" sources
customize Gnu95FCompiler
Could not locate executable gfortran
Could not locate executable f95
customize IntelFCompiler
Could not locate executable ifort
Could not locate executable ifc
customize LaheyFCompiler
Could not locate executable lf95
customize PGroupFCompiler
Could not locate executable pgfortran
customize AbsoftFCompiler
Could not locate executable f90
Could not locate executable f77
customize NAGFCompiler
customize VastFCompiler
customize CompaqFCompiler
Could not locate executable fort
customize IntelItaniumFCompiler
Could not locate executable efort
Could not locate executable efc
customize IntelEM64TFCompiler
customize GnuFCompiler
Could not locate executable g77
customize G95FCompiler
Could not locate executable g95
customize PathScaleFCompiler
Could not locate executable pathf95
don't know how to compile Fortran code on platform 'posix'
C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-I/rw_fs/tmp/pip-build/numpy/numpy/core/src/private -I/rw_fs/tmp/pip-build/numpy/numpy/core/src -I/rw_fs/tmp/pip-build/numpy/numpy/core -I/rw_fs/tmp/pip-build/numpy/numpy/core/src/npymath -I/rw_fs/tmp/pip-build/numpy/numpy/core/src/multiarray -I/rw_fs/tmp/pip-build/numpy/numpy/core/src/umath -I/rw_fs/tmp/pip-build/numpy/numpy/core/src/npysort -I/rw_fs/tmp/pip-build/numpy/numpy/core/include -I/usr/local/include/python2.7 -c'
gcc: _configtest.c
sh: gcc: not found
sh: gcc: not found
failure.
removing: _configtest.c _configtest.o
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build/numpy/setup.py", line 251, in <module>
setup_package()
File "/tmp/pip-build/numpy/setup.py", line 243, in setup_package
setup(**metadata)
File "/rw_fs/tmp/pip-build/numpy/numpy/distutils/core.py", line 169, in setup
return old_setup(**new_attr)
File "/usr/local/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/usr/local/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/local/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/rw_fs/tmp/pip-build/numpy/numpy/distutils/command/install.py", line 62, in run
r = self.setuptools_run()
File "/rw_fs/tmp/pip-build/numpy/numpy/distutils/command/install.py", line 36, in setuptools_run
return distutils_install.run(self)
File "/usr/local/lib/python2.7/distutils/command/install.py", line 563, in run
self.run_command('build')
File "/usr/local/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/usr/local/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/rw_fs/tmp/pip-build/numpy/numpy/distutils/command/build.py", line 39, in run
old_build.run(self)
File "/usr/local/lib/python2.7/distutils/command/build.py", line 127, in run
self.run_command(cmd_name)
File "/usr/local/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/usr/local/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/rw_fs/tmp/pip-build/numpy/numpy/distutils/command/build_src.py", line 153, in run
self.build_sources()
File "/rw_fs/tmp/pip-build/numpy/numpy/distutils/command/build_src.py", line 164, in build_sources
self.build_library_sources(*libname_info)
File "/rw_fs/tmp/pip-build/numpy/numpy/distutils/command/build_src.py", line 299, in build_library_sources
sources = self.generate_sources(sources, (lib_name, build_info))
File "/rw_fs/tmp/pip-build/numpy/numpy/distutils/command/build_src.py", line 386, in generate_sources
source = func(extension, build_dir)
File "/rw_fs/tmp/pip-build/numpy/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
Complete output from command /usr/local/bin/python2.7 -c "import setuptools;__file__='/tmp/pip-build/numpy/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-h6P_Pq-record/install-record.txt --single-version-externally-managed:
Running from numpy source directory.
/bin/sh: svnversion: not found
non-existing path in '/rw_fs/tmp/pip-build/numpy/numpy/distutils': 'site.cfg'
non-existing path in '/rw_fs/tmp/pip-build/numpy/numpy/f2py': 'docs'
non-existing path in '/rw_fs/tmp/pip-build/numpy/numpy/f2py': 'f2py.1'
F2PY Version 2
blas_opt_info:
blas_mkl_info:
libraries mkl,vml,guide not found in ['/usr/local/lib', '/opt/lib', '/usr/lib']
NOT AVAILABLE
openblas_info:
libraries openblas not found in ['/usr/local/lib', '/opt/lib', '/usr/lib']
NOT AVAILABLE
atlas_blas_threads_info:
Setting PTATLAS=ATLAS
libraries ptf77blas,ptcblas,atlas not found in ['/usr/local/lib', '/opt/lib', '/usr/lib']
NOT AVAILABLE
atlas_blas_info:
libraries f77blas,cblas,atlas not found in ['/usr/local/lib', '/opt/lib', '/usr/lib']
NOT AVAILABLE
/rw_fs/tmp/pip-build/numpy/numpy/distutils/system_info.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__)
blas_info:
libraries blas not found in ['/usr/local/lib', '/opt/lib', '/usr/lib']
NOT AVAILABLE
/rw_fs/tmp/pip-build/numpy/numpy/distutils/system_info.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__)
blas_src_info:
NOT AVAILABLE
/rw_fs/tmp/pip-build/numpy/numpy/distutils/system_info.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__)
NOT AVAILABLE
/bin/sh: svnversion: not found
non-existing path in '/rw_fs/tmp/pip-build/numpy/numpy/lib': 'benchmarks'
lapack_opt_info:
openblas_lapack_info:
libraries openblas not found in ['/usr/local/lib', '/opt/lib', '/usr/lib']
NOT AVAILABLE
lapack_mkl_info:
mkl_info:
libraries mkl,vml,guide not found in ['/usr/local/lib', '/opt/lib', '/usr/lib']
NOT AVAILABLE
NOT AVAILABLE
atlas_threads_info:
Setting PTATLAS=ATLAS
libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib
libraries lapack_atlas not found in /usr/local/lib
libraries ptf77blas,ptcblas,atlas not found in /opt/lib
libraries lapack_atlas not found in /opt/lib
libraries ptf77blas,ptcblas,atlas not found in /usr/lib
libraries lapack_atlas not found in /usr/lib
numpy.distutils.system_info.atlas_threads_info
NOT AVAILABLE
atlas_info:
libraries f77blas,cblas,atlas not found in /usr/local/lib
libraries lapack_atlas not found in /usr/local/lib
libraries f77blas,cblas,atlas not found in /opt/lib
libraries lapack_atlas not found in /opt/lib
libraries f77blas,cblas,atlas not found in /usr/lib
libraries lapack_atlas not found in /usr/lib
numpy.distutils.system_info.atlas_info
NOT AVAILABLE
/rw_fs/tmp/pip-build/numpy/numpy/distutils/system_info.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__)
lapack_info:
libraries lapack not found in ['/usr/local/lib', '/opt/lib', '/usr/lib']
NOT AVAILABLE
/rw_fs/tmp/pip-build/numpy/numpy/distutils/system_info.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__)
lapack_src_info:
NOT AVAILABLE
/rw_fs/tmp/pip-build/numpy/numpy/distutils/system_info.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__)
NOT AVAILABLE
/usr/local/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'define_macros'
warnings.warn(msg)
running install
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_src
build_src
building py_modules sources
creating build
creating build/src.linux-armv5tel-2.7
creating build/src.linux-armv5tel-2.7/numpy
creating build/src.linux-armv5tel-2.7/numpy/distutils
building library "npymath" sources
customize Gnu95FCompiler
Could not locate executable gfortran
Could not locate executable f95
customize IntelFCompiler
Could not locate executable ifort
Could not locate executable ifc
customize LaheyFCompiler
Could not locate executable lf95
customize PGroupFCompiler
Could not locate executable pgfortran
customize AbsoftFCompiler
Could not locate executable f90
Could not locate executable f77
customize NAGFCompiler
customize VastFCompiler
customize CompaqFCompiler
Could not locate executable fort
customize IntelItaniumFCompiler
Could not locate executable efort
Could not locate executable efc
customize IntelEM64TFCompiler
customize GnuFCompiler
Could not locate executable g77
customize G95FCompiler
Could not locate executable g95
customize PathScaleFCompiler
Could not locate executable pathf95
don't know how to compile Fortran code on platform 'posix'
C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-I/rw_fs/tmp/pip-build/numpy/numpy/core/src/private -I/rw_fs/tmp/pip-build/numpy/numpy/core/src -I/rw_fs/tmp/pip-build/numpy/numpy/core -I/rw_fs/tmp/pip-build/numpy/numpy/core/src/npymath -I/rw_fs/tmp/pip-build/numpy/numpy/core/src/multiarray -I/rw_fs/tmp/pip-build/numpy/numpy/core/src/umath -I/rw_fs/tmp/pip-build/numpy/numpy/core/src/npysort -I/rw_fs/tmp/pip-build/numpy/numpy/core/include -I/usr/local/include/python2.7 -c'
gcc: _configtest.c
sh: gcc: not found
sh: gcc: not found
failure.
removing: _configtest.c _configtest.o
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build/numpy/setup.py", line 251, in <module>
setup_package()
File "/tmp/pip-build/numpy/setup.py", line 243, in setup_package
setup(**metadata)
File "/rw_fs/tmp/pip-build/numpy/numpy/distutils/core.py", line 169, in setup
return old_setup(**new_attr)
File "/usr/local/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/usr/local/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/local/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/rw_fs/tmp/pip-build/numpy/numpy/distutils/command/install.py", line 62, in run
r = self.setuptools_run()
File "/rw_fs/tmp/pip-build/numpy/numpy/distutils/command/install.py", line 36, in setuptools_run
return distutils_install.run(self)
File "/usr/local/lib/python2.7/distutils/command/install.py", line 563, in run
self.run_command('build')
File "/usr/local/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/usr/local/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/rw_fs/tmp/pip-build/numpy/numpy/distutils/command/build.py", line 39, in run
old_build.run(self)
File "/usr/local/lib/python2.7/distutils/command/build.py", line 127, in run
self.run_command(cmd_name)
File "/usr/local/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/usr/local/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/rw_fs/tmp/pip-build/numpy/numpy/distutils/command/build_src.py", line 153, in run
self.build_sources()
File "/rw_fs/tmp/pip-build/numpy/numpy/distutils/command/build_src.py", line 164, in build_sources
self.build_library_sources(*libname_info)
File "/rw_fs/tmp/pip-build/numpy/numpy/distutils/command/build_src.py", line 299, in build_library_sources
sources = self.generate_sources(sources, (lib_name, build_info))
File "/rw_fs/tmp/pip-build/numpy/numpy/distutils/command/build_src.py", line 386, in generate_sources
source = func(extension, build_dir)
File "/rw_fs/tmp/pip-build/numpy/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
----------------------------------------
Command /usr/local/bin/python2.7 -c "import setuptools;__file__='/tmp/pip-build/numpy/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-h6P_Pq-record/install-record.txt --single-version-externally-managed failed with error code 1 in /tmp/pip-build/numpy
Storing complete log in /.pip/pip.log
root@PO-TEST:/ # Downloading/unpacking numpy
non-existing path in '/rw_fs/tmp/pip-build/numpy/numpy/distutils': 'site.cfg'
non-existing path in '/rw_fs/tmp/pip-build/numpy/numpy/f2py': 'docs'
non-existing path in '/rw_fs/tmp/pip-build/numpy/numpy/f2py': 'f2py.1'
F2PY Version 2
blas_opt_info:
-sh: blas_mkl_info:
libraries mkl,vml,guide not found in ['/usr/local/lib', '/opt/lib', '/usr/lib']
NOT AVAILABLE
openblas_info:
libraries openblas not found in ['/usr/local/lib', '/opt/lib', '/usr/lib']
NOT AVAILABLE
Downloading/unpacking: not found
atlas_blas_threads_info:
Setting PTATLAS=ATLAS
libraries ptf77blas,ptcblas,atlas not found in ['/usr/local/lib', '/opt/lib', '/usr/lib']
NOT AVAILABLE
atlas_blas_info:
libraries f77blas,cblas,atlas not found in ['/usr/local/lib', '/opt/lib', '/usr/lib']
NOT AVAILABLE
/rw_fs/tmp/pip-build/numpy/numpy/distutils/system_info.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__)
blas_info:
libraries blas not found in ['/usr/local/lib', '/opt/lib', '/usr/lib']
NOT AVAILABLE
/rw_fs/tmp/pip-build/numpy/numpy/distutils/system_info.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__)
blas_src_info:
root@PO-TEST:/ # Downloading numpy-1.9.1.tar.gz (4.0MB): 4.0MB download
ed
-sh: syntax error: unexpected "("
NOT AVAILABLE
/rw_fs/tmp/pip-build/numpy/numpy/distutils/system_info.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__)
NOT AVAILABLE
/bin/sh: svnversion: not found
non-existing path in '/rw_fs/tmp/pip-build/numpy/numpy/lib': 'benchmarks'
lapack_opt_info:
openblas_lapack_info:
libraries openblas not found in ['/usr/local/lib', '/opt/lib', '/usr/lib']
NOT AVAILABLE
lapack_mkl_info:
mkl_info:
libraries mkl,vml,guide not found in ['/usr/local/lib', '/opt/lib', '/usr/lib']
NOT AVAILABLE
NOT AVAILABLE
atlas_threads_info:
Setting PTATLAS=ATLAS
libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib
libraries lapack_atlas not found in /usr/local/lib
libraries ptf77blas,ptcblas,atlas not found in /opt/lib
libraries lapack_atlas not found in /opt/lib
libraries ptf77blas,ptcblas,atlas not found in /usr/lib
libraries lapack_atlas not found in /usr/lib
numpy.distutils.system_info.atlas_threads_info
NOT AVAILABLE
atlas_info:
libraries f77blas,cblas,atlas not found in /usr/local/lib
libraries lapack_atlas not found in /usr/local/lib
root@PO-TEST:/ # Running setup.py egg_info for package numpy
-sh: Running: not found
libraries f77blas,cblas,atlas not found in /opt/lib
libraries lapack_atlas not found in /opt/lib
libraries f77blas,cblas,atlas not found in /usr/lib
libraries lapack_atlas not found in /usr/lib
numpy.distutils.system_info.atlas_info
NOT AVAILABLE
/rw_fs/tmp/pip-build/numpy/numpy/distutils/system_info.py:1432: UserWarning:
Atlas (http://math-atlas.sourceforge.net/) libraries not found.
Directories to search for root@PO-TEST:/ # Running from numpy source directory.
-sh: Running: not found
the libraries can be specified in the
root@PO-TEST:/ #
root@PO-TEST:/ # warning: no previously-included files matching '*.py
c' found anywhere in distribution
-sh: warning:: not found
numpy/distutils/site.cfg file (section [atlas]) or by setting
the ATLAS enviroroot@PO-TEST:/ # warning: no previously-included files matching '*.py
o' found anywhere in distribution
-sh: warning:: not found
nment variable.
warnings.warn(AtlasNotFoundError.__doc__)
lapack_info:
libroot@PO-TEST:/ # warning: no previously-included files matching '*.py
d' found anywhere in distribution
-sh: warning:: not found
raries lapack not found in ['/usr/local/lib', '/opt/lib', '/usr/lib']
NOT AVAILABLE
root@PO-TEST:/ # Installing collected packages: numpy
-sh: Installing: not found
/rw_fs/tmp/pip-build/numpy/numpyroot@PO-TEST:/ # Running setup.py install for numpy
-sh: Running: not found
/distutils/system_info.py:1443: UserWroot@PO-TEST:/ # Running from numpy source directory.
-sh: Running: not found
arning:
Lapack (http://www.netlibroot@PO-TEST:/ # /bin/sh: svnversion: not found
.org/lapack/) libraries not found.
-sh: /bin/sh:: not found
root@PO-TEST:/ # non-existing path in '/rw_fs/tmp/pip-build/numpy/num
py/distutils': 'site.cfg'
-sh: non-existing: not found
root@PO-TEST:/ # non-existing path in '/rw_fs/tmp/pip-build/numpy/num
py/f2py': 'docs'
-sh: non-existing: not found
mpy/distutils/site.cfg file (section [lapack]) or by setting
the root@PO-TEST:/ # non-existing path in '/rw_fs/tmp/pip-build/numpy/num
py/f2py': 'f2py.1'
-sh: non-existing: not found
LAPACK environment variable.
warnings.warn(LapackNotFoundError.__doc_root@PO-TEST:/ # F2PY Version 2
-sh: F2PY: not found
_)
lapack_src_iroot@PO-TEST:/ # blas_opt_info:
-sh: blas_opt_info:: not found
nfo:
NOT AVAIroot@PO-TEST:/ # blas_mkl_info:
-sh: blas_mkl_info:: not found
LABLE
/rw_fs/troot@PO-TEST:/ # libraries mkl,vml,guide not found in ['/usr/local/
lib', '/opt/lib', '/usr/lib']
-sh: libraries: not found
mp/pip-build/numpy/numpy/distutils/system_info.py:1446: UserWarning:
Lapack (hroot@PO-TEST:/ # NOT AVAILABLE
-sh: NOT: not found
ttp://www.netlib.orgroot@PO-TEST:/ #
/root@PO-TEST:/ # openblas_info:
-sh: openblas_info:: not found
lapack/) sources noroot@PO-TEST:/ # libraries openblas not found in ['/usr/local/lib',
'/opt/lib', '/usr/lib']
-sh: libraries: not found
t found.
Directories to search for the sources can be specified in the
root@PO-TEST:/ # NOT AVAILABLE
-sh: NOT: not found
numpy/distutilroot@PO-TEST:/ #
sroot@PO-TEST:/ # atlas_blas_threads_info:
-sh: atlas_blas_threads_info:: not found
/site.cfg file (section [laparoot@PO-TEST:/ # Setting PTATLAS=ATLAS
-sh: Setting: not found
ck_src]) or by setting
root@PO-TEST:/ # libraries ptf77blas,ptcblas,atlas not found in ['/
usr/local/lib', '/opt/lib', '/usr/lib']
-sh: libraries: not found
the LAPACK_SRC environment variable.
warnings.warn(LapackSrcNotFoundError.__doc__)
root@PO-TEST:/ # NOT AVAILABLE
-sh: NOT: not found
NOT AVAILABLE
root@PO-TEST:/ #
root@PO-TEST:/ # atlas_blas_info:
-sh: atlas_blas_info:: not found
/usr/local/lib/pythroot@PO-TEST:/ # libraries f77blas,cblas,atlas not found in ['/usr/
local/lib', '/opt/lib', '/usr/lib']
-sh: libraries: not found
on2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'define_macros'
root@PO-TEST:/ # NOT AVAILABLE
-sh: NOT: not found
warnings.warn(msg)
root@PO-TEST:/ #
root@PO-TEST:/ # /rw_fs/tmp/pip-build/numpy/numpy/distutils/system_in
fo.py:1526: UserWarning:
unifing config_cc, config, build_clib, build_ext, build commands --compiler op-sh: /rw_fs/tmp/pip-build/numpy/numpy/distutils/system_info.py:1526:: not found
root@PO-TEST:/ # Atlas (http://math-atlas.sourceforge.net/) libra
ries not found.
-sh: syntax error: unexpected word (expecting ")")
tions
unifing config_fc, config, build_clib, build_ext, build commanroot@PO-TEST:/ # Directories to search for the libraries can be s
pecified in the
-sh: Directories: not found
ds --fcompiler options
build_src
building py_modules sources
root@PO-TEST:/ # numpy/distutils/site.cfg file (section [atlas])
or by setting
-sh: syntax error: unexpected "("
building library "npymath" sources
customize Gnu95FCompiler
Croot@PO-TEST:/ # the ATLAS environment variable.
-sh: the: not found
ould not locate executable gfortran
root@PO-TEST:/ # warnings.warn(AtlasNotFoundError.__doc__)
-sh: syntax error: unexpected word (expecting ")")
Could not locate executable f95
customize Inroot@PO-TEST:/ # blas_info:
-sh: blas_info:: not found
telFCompiler
root@PO-TEST:/ # libraries blas not found in ['/usr/local/lib', '/o
pt/lib', '/usr/lib']
-sh: libraries: not found
Could not locate executable ifort
Could not locate executable ifc
croot@PO-TEST:/ # NOT AVAILABLE
-sh: NOT: not found
ustomize LaheyFCompiroot@PO-TEST:/ #
lroot@PO-TEST:/ # /rw_fs/tmp/pip-build/numpy/numpy/distutils/system_in
fo.py:1535: UserWarning:
er
Could not locate executable lf95
customize PGroupFCompiler
Could n-sh: /rw_fs/tmp/pip-build/numpy/numpy/distutils/system_info.py:1535:: not found
root@PO-TEST:/ # Blas (http://www.netlib.org/blas/) libraries not
found.
-sh: syntax error: unexpected word (expecting ")")
ot locate executable pgfortran
customize AbsoftFCompiler
root@PO-TEST:/ # Directories to search for the libraries can be s
pecified in the
-sh: Directories: not found
root@PO-TEST:/ # numpy/distutils/site.cfg file (section [blas]) o
r by setting
-sh: syntax error: unexpected "("
customize NAGFCompiler
customize VastFCompiler
customize Comroot@PO-TEST:/ # the BLAS environment variable.
-sh: the: not found
paqFCompiler
Could not locate execuroot@PO-TEST:/ # warnings.warn(BlasNotFoundError.__doc__)
-sh: syntax error: unexpected word (expecting ")")
table fort
customize IntelItaniumFCompiler
root@PO-TEST:/ # blas_src_info:
-sh: blas_src_info:: not found
Could not locatroot@PO-TEST:/ # NOT AVAILABLE
-sh: NOT: not found
e executable efort
root@PO-TEST:/ #
root@PO-TEST:/ # /rw_fs/tmp/pip-build/numpy/numpy/distutils/system_in
fo.py:1538: UserWarning:
Could not locate executable efc
customize IntelEM64TFCompiler
customize-sh: /rw_fs/tmp/pip-build/numpy/numpy/distutils/system_info.py:1538:: not found
root@PO-TEST:/ # Blas (http://www.netlib.org/blas/) sources not f
ound.
-sh: syntax error: unexpected word (expecting ")")
GnuFCompiler
Could not locate executable g77
customizroot@PO-TEST:/ # Directories to search for the sources can be spe
cified in the
-sh: Directories: not found
e G95FCompiler
Could not locate executable g95
customize PathSroot@PO-TEST:/ # numpy/distutils/site.cfg file (section [blas_src
]) or by setting
-sh: syntax error: unexpected "("
caleFCompiler
Could not locate executable pathf95
don't know how root@PO-TEST:/ # the BLAS_SRC environment variable.
-sh: the: not found
to compile Fortran code on platform 'posix'root@PO-TEST:/ # warnings.warn(BlasSrcNotFoundError.__doc__)
-sh: syntax error: unexpected word (expecting ")")
C compiler: gcc -pthread -fno-strict-aliasingroot@PO-TEST:/ # NOT AVAILABLE
-sh: NOT: not found
-g -O2 -DNDEBUG -g root@PO-TEST:/ #
-root@PO-TEST:/ # /bin/sh: svnversion: not found
fwrapv -O3 -Wall -Wstrict-prototype-sh: /bin/sh:: not found
root@PO-TEST:/ # non-existing path in '/rw_fs/tmp/pip-build/numpy/num
py/lib': 'benchmarks'
-sh: non-existing: not found
s -fPIC
compile options: '-I/rw_fs/tmp/pip-build/numpy/numpy/core/src/priroot@PO-TEST:/ # lapack_opt_info:
-sh: lapack_opt_info:: not found
vate -I/rw_fs/tmp/piproot@PO-TEST:/ # openblas_lapack_info:
-sh: openblas_lapack_info:: not found
-build/numpy/numpy/core/srroot@PO-TEST:/ # libraries openblas not found in ['/usr/local/lib',
'/opt/lib', '/usr/lib']
-sh: libraries: not found
c -I/rw_fs/tmp/pip-build/numpy/numpy/core -I/rw_fs/tmp/pip-build/numpy/numpy/coreroot@PO-TEST:/ # NOT AVAILABLE
-sh: NOT: not found
/src/npymath -I/rw_froot@PO-TEST:/ #
sroot@PO-TEST:/ # lapack_mkl_info:
-sh: lapack_mkl_info:: not found
/tmp/pip-build/numpy/root@PO-TEST:/ # mkl_info:
-sh: mkl_info:: not found
numpy/core/srcroot@PO-TEST:/ # libraries mkl,vml,guide not found in ['/usr/local/
lib', '/opt/lib', '/usr/lib']
-sh: libraries: not found
/multiarray -I/rw_fs/tmp/pip-build/numpy/numpy/core/src/umath -I/rw_fs/tmp/pip-build/nroot@PO-TEST:/ # NOT AVAILABLE
-sh: NOT: not found
umpy/numpy/core/src/root@PO-TEST:/ #
nroot@PO-TEST:/ # NOT AVAILABLE
-sh: NOT: not found
pysort -I/rw_fs/tmp/root@PO-TEST:/ #
proot@PO-TEST:/ # atlas_threads_info:
-sh: atlas_threads_info:: not found
ip-build/numpy/numpy/corroot@PO-TEST:/ # Setting PTATLAS=ATLAS
-sh: Setting: not founde/include -I/usr/local/inc
root@PO-TEST:/ # libraries ptf77blas,ptcblas,atlas not found in /us
r/local/lib
-sh: libraries: not found
root@PO-TEST:/ # libraries lapack_atlas not found in /usr/local/lib
-sh: libraries: not found
sh: gcc: not found
failure.
removing: _configtesroot@PO-TEST:/ # libraries ptf77blas,ptcblas,atlas not found in /op
t/lib
-sh: libraries: not found
t.c _configtest.o
Traceback (most recent call last):
root@PO-TEST:/ # libraries lapack_atlas not found in /opt/lib
-sh: libraries: not found
File "<string>", line 1, in <module>
File "/root@PO-TEST:/ # libraries ptf77blas,ptcblas,atlas not found in /us
r/lib
-sh: libraries: not found
tmp/pip-build/numpy/setup.py", line 251, in <module>
sroot@PO-TEST:/ # libraries lapack_atlas not found in /usr/lib
-sh: libraries: not found
etup_package()
File "/tmp/pip-build/numpy/setroot@PO-TEST:/ # numpy.distutils.system_info.atlas_threads_info
-sh: numpy.distutils.system_info.atlas_threads_info: not found
up.py", line 243, in setup_package
setup(**root@PO-TEST:/ # NOT AVAILABLE
-sh: NOT: not found
metadata)
Fileroot@PO-TEST:/ #
root@PO-TEST:/ # atlas_info:
-sh: atlas_info:: not found
"/rw_fs/tmp/pip-root@PO-TEST:/ # libraries f77blas,cblas,atlas not found in /usr/lo
cal/lib
-sh: libraries: not found
build/numpy/numpy/distutils/core.py", line 169, in setup
root@PO-TEST:/ # libraries lapack_atlas not found in /usr/local/lib
-sh: libraries: not found
return old_setup(**new_attr)
File "/usr/local/lib/root@PO-TEST:/ # libraries f77blas,cblas,atlas not found in /opt/li
b
-sh: libraries: not found
python2.7/distutils/core.py", line 152, in setup
droot@PO-TEST:/ # libraries lapack_atlas not found in /opt/lib
-sh: libraries: not found
ist.run_commands()
File "/usr/local/lib/pythoroot@PO-TEST:/ # libraries f77blas,cblas,atlas not found in /usr/li
b
-sh: libraries: not found
n2.7/distutils/dist.py", line 953, in run_commands
root@PO-TEST:/ # libraries lapack_atlas not found in /usr/lib
-sh: libraries: not found
self.run_command(cmd)
File "/usr/local/lib/proot@PO-TEST:/ # numpy.distutils.system_info.atlas_info
-sh: numpy.distutils.system_info.atlas_info: not found
ython2.7/distutils/dist.py", line 972, in rroot@PO-TEST:/ # NOT AVAILABLE
-sh: NOT: not found
un_command
croot@PO-TEST:/ #
mroot@PO-TEST:/ # /rw_fs/tmp/pip-build/numpy/numpy/distutils/system_in
fo.py:1432: UserWarning:
d_obj.run()
File "/rw_fs/tmp/pip-build/numpy/numpy/distutils/command/instal-sh: /rw_fs/tmp/pip-build/numpy/numpy/distutils/system_info.py:1432:: not found
root@PO-TEST:/ # Atlas (http://math-atlas.sourceforge.net/) libra
ries not found.
-sh: syntax error: unexpected word (expecting ")")
l.py", line 62, in run
r = self.setuptools_run()
File "/rwroot@PO-TEST:/ # Directories to search for the libraries can be s
pecified in the
-sh: Directories: not found
_fs/tmp/pip-build/numpy/numpy/distutils/command/install.py", line 36, inroot@PO-TEST:/ # numpy/distutils/site.cfg file (section [atlas])
or by setting
-sh: syntax error: unexpected "("
setuptools_run
return distutils_install.run(self)
File root@PO-TEST:/ # the ATLAS environment variable.
-sh: the: not found
"/usr/local/lib/python2.7/distutils/commroot@PO-TEST:/ # warnings.warn(AtlasNotFoundError.__doc__)
-sh: syntax error: unexpected word (expecting ")")
and/install.py", line 563, in run
self.rroot@PO-TEST:/ # lapack_info:
-sh: lapack_info:: not found
un_command('buildroot@PO-TEST:/ # libraries lapack not found in ['/usr/local/lib', '
/opt/lib', '/usr/lib']
-sh: libraries: not found
')
File "/usr/local/lib/python2.7/distutils/cmd.py", line 326, in run_comroot@PO-TEST:/ # NOT AVAILABLE
-sh: NOT: not found
mand
self.diroot@PO-TEST:/ #
sroot@PO-TEST:/ # /rw_fs/tmp/pip-build/numpy/numpy/distutils/system_in
fo.py:1443: UserWarning:
tribution.run_command(command)
File "/usr/local/lib/python2.7/distutils/dis-sh: /rw_fs/tmp/pip-build/numpy/numpy/distutils/system_info.py:1443:: not found
root@PO-TEST:/ # Lapack (http://www.netlib.org/lapack/) libraries
not found.
-sh: syntax error: unexpected word (expecting ")")
t.py", line 972, in run_command
cmd_obj.run()
File "/rroot@PO-TEST:/ # Directories to search for the libraries can be s
pecified in the
-sh: Directories: not found
w_fs/tmp/pip-build/numpy/numpy/distutils/command/build.py", line 39, in root@PO-TEST:/ # numpy/distutils/site.cfg file (section [lapack])
or by setting
-sh: syntax error: unexpected "("
run
old_build.run(self)
File "/usr/local/lib/python2.7/diroot@PO-TEST:/ # the LAPACK environment variable.
-sh: the: not found
stutils/command/build.py", line 127, in rroot@PO-TEST:/ # warnings.warn(LapackNotFoundError.__doc__)
-sh: syntax error: unexpected word (expecting ")")
un
self.run_command(cmd_name)
File root@PO-TEST:/ # lapack_src_info:
-sh: lapack_src_info:: not found
"/usr/local/lib/pythoroot@PO-TEST:/ # NOT AVAILABLE
-sh: NOT: not found
n2.7/distutils/cmd.proot@PO-TEST:/ #
yroot@PO-TEST:/ # /rw_fs/tmp/pip-build/numpy/numpy/distutils/system_in
fo.py:1446: UserWarning:
", line 326, in run_command
self.distribution.run_command(command)
-sh: /rw_fs/tmp/pip-build/numpy/numpy/distutils/system_info.py:1446:: not found
root@PO-TEST:/ # Lapack (http://www.netlib.org/lapack/) sources n
ot found.
-sh: syntax error: unexpected word (expecting ")")
File "/usr/local/lib/python2.7/distutils/dist.py", line 972, in ruroot@PO-TEST:/ # Directories to search for the sources can be spe
cified in the
-sh: Directories: not found
n_command
cmd_obj.run()
File "/rw_fs/tmp/pip-build/numpyroot@PO-TEST:/ # numpy/distutils/site.cfg file (section [lapack_s
rc]) or by setting
-sh: syntax error: unexpected "("
/numpy/distutils/command/build_src.py", line 153, in run
self.buildroot@PO-TEST:/ # the LAPACK_SRC environment variable.
-sh: the: not found
_sources()
File "/rw_fs/tmp/pip-build/nroot@PO-TEST:/ # warnings.warn(LapackSrcNotFoundError.__doc__)
-sh: syntax error: unexpected word (expecting ")")
umpy/numpy/distutils/command/build_src.py", line 164root@PO-TEST:/ # NOT AVAILABLE
-sh: NOT: not found
, in build_sources
root@PO-TEST:/ #
root@PO-TEST:/ # /usr/local/lib/python2.7/distutils/dist.py:267: User
Warning: Unknown distribution option: 'define_macros'
-sh: /usr/local/lib/python2.7/distutils/dist.py:267:: not found
root@PO-TEST:/ # warnings.warn(msg)
-sh: syntax error: unexpected word (expecting ")")
/build_src.py", line 299,root@PO-TEST:/ # unifing config_cc, config, build_clib, build_ext, bu
ild commands --compiler options
in build_library_sources
sources = self.generate_sources(sources, (lib_name, bu-sh: unifing: not found
root@PO-TEST:/ # unifing config_fc, config, build_clib, build_ext, bu
ild commands --fcompiler options
-sh: unifing: not found
ild_info))
File "/rw_fs/tmp/pip-build/numpy/numpy/distutils/command/build_src.py", root@PO-TEST:/ # build_src
-sh: build_src: not found
line 386, in groot@PO-TEST:/ # building py_modules sources
-sh: building: not found
enerate_sources
source =root@PO-TEST:/ # building library "npymath" sources
func(extension, build_dir)
File -sh: building: not found
root@PO-TEST:/ # customize Gnu95FCompiler
-sh: customize: not found
"/rw_fs/tmp/pip-build/numpy/nroot@PO-TEST:/ # Could not locate executable gfortran
-sh: umpy/core/setup.py", line 686, in get_matCould: not found
root@PO-TEST:/ # Could not locate executable f95
-sh: Could: not found
hlib_info
raise RuntimeErrorroot@PO-TEST:/ # customize IntelFCompiler
-sh: customize: not found
("Broken toolchain: cannot liroot@PO-TEST:/ # Could not locate executable ifort
-sh: Could: not found
nk a simple C program")
RuntimeErrroot@PO-TEST:/ # Could not locate executable ifc
-sh: Could: not found
or: Broken toolchain: cannot link a root@PO-TEST:/ # customize LaheyFCompiler
-sh: customize: not found
simple C program
Completeroot@PO-TEST:/ # Could not locate executable lf95
-sh: Could: not found
output from command /usr/local/bin/proot@PO-TEST:/ # customize PGroupFCompiler
-sh: ython2.7 -c "import setuptoolscustomize: not found
root@PO-TEST:/ # Could not locate executable pgfortran
-sh: Could: not found
;__file__='/tmp/pip-build/numpy/setup.py';root@PO-TEST:/ # customize AbsoftFCompiler
-sh: customize: not found
exec(compile(open(__file__).reroot@PO-TEST:/ # Could not locate executable f90
-sh: Could: not found
ad().replace('\r\n', '\n'), __file__root@PO-TEST:/ # Could not locate executable f77
-sh: Could: not found
, 'exec'))" install --record /tmp/piroot@PO-TEST:/ # customize NAGFCompiler
-sh: customize: not found
p-h6P_Pq-record/install-recroot@PO-TEST:/ # customize VastFCompiler
-sh: customize: not found
ord.txt --single-version-extroot@PO-TEST:/ # customize CompaqFCompiler
-sh: customize: not found
ernally-managed:
Running froot@PO-TEST:/ # Could not locate executable fort
-sh: Could: not found
>
> /usr/local/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribut
ion option: 'define_macros'
>
> warnings.warn(msg)
>
> running install
>
> running build
>
> running config_cc
>
> unifing config_cc, config, build_clib, build_ext, build commands --compiler op
tions
>
> running config_fc
>
> unifing config_fc, config, build_clib, build_ext, build commands --fcompiler o
ptions
>
> running build_src
>
> build_src
>
> building py_modules sources
>
> creating build
>
> creating build/src.linux-armv5tel-2.7
>
> creating build/src.linux-armv5tel-2.7/numpy
>
> creating build/src.linux-armv5tel-2.7/numpy/distutils
>
> building library "npymath" sources
>
> customize Gnu95FCompiler
>
> Could not locate executable gfortran
>
> Could not locate executable f95
>
> customize IntelFCompiler
>
> Could not locate executable ifort
>
> Could not locate executable ifc
>
> customize LaheyFCompiler
>
> Could not locate executable lf95
>
> customize PGroupFCompiler
>
> Could not locate executable pgfortran
>
> customize AbsoftFCompiler
>
> Could not locate executable f90
>
> Could not locate executable f77
>
> customize NAGFCompiler
>
> customize VastFCompiler
>
> customize CompaqFCompiler
>
> Could not locate executable fort
>
> customize IntelItaniumFCompiler
>
> Could not locate executable efort
>
> Could not locate executable efc
>
> customize IntelEM64TFCompiler
>
> customize GnuFCompiler
>
> Could not locate executable g77
>
> customize G95FCompiler
>
> Could not locate executable g95
>
> customize PathScaleFCompiler
>
> Could not locate executable pathf95
>
> don't know how to compile Fortran code on platform 'posix'
-sh: dont know how to compile Fortran code on platform posix
C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: -I/rw_fs/tmp/pip-build/numpy/numpy/core/src/private: not found
root@PO-TEST:/ #
root@PO-TEST:/ # C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DN
DEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
-sh: C: not found
root@PO-TEST:/ #
root@PO-TEST:/ #
root@PO-TEST:/ #
root@PO-TEST:/ # compile options: '-I/rw_fs/tmp/pip-build/numpy/numpy/cor
e/src/private -I/rw_fs/tmp/pip-build/numpy/numpy/core/src -I/rw_fs/tmp/pip-build
/numpy/numpy/core -I/rw_fs/tmp/pip-build/numpy/numpy/core/src/npymath -I/rw_fs/t
mp/pip-build/numpy/numpy/core/src/multiarray -I/rw_fs/tmp/pip-build/numpy/numpy/
core/src/umath -I/rw_fs/tmp/pip-build/numpy/numpy/core/src/npysort -I/rw_fs/tmp/
pip-build/numpy/numpy/core/include -I/usr/local/include/python2.7 -c'
-sh: compile: not found
root@PO-TEST:/ #
root@PO-TEST:/ # gcc: _configtest.c
-sh: gcc:: not found
root@PO-TEST:/ #
root@PO-TEST:/ # sh: gcc: not found
-sh: sh:: not found
root@PO-TEST:/ #
root@PO-TEST:/ # sh: gcc: not found
-sh: sh:: not found
root@PO-TEST:/ #
root@PO-TEST:/ # failure.
-sh: failure.: not found
root@PO-TEST:/ #
root@PO-TEST:/ # removing: _configtest.c _configtest.o
-sh: removing:: not found
root@PO-TEST:/ #
root@PO-TEST:/ # Traceback (most recent call last):
-sh: syntax error: unexpected word (expecting ")")
root@PO-TEST:/ #
root@PO-TEST:/ # File "<string>", line 1, in <module>
-sh: syntax error: unexpected newline
root@PO-TEST:/ #
root@PO-TEST:/ # File "/tmp/pip-build/numpy/setup.py", line 251, in <mo
dule>
-sh: syntax error: unexpected newline
root@PO-TEST:/ #
root@PO-TEST:/ # setup_package()
>
> File "/tmp/pip-build/numpy/setup.py", line 243, in setup_package
root@PO-TEST:/ #
root@PO-TEST:/ # setup(**metadata)
-sh: syntax error: unexpected word (expecting ")")
root@PO-TEST:/ #
root@PO-TEST:/ # File "/rw_fs/tmp/pip-build/numpy/numpy/distutils/core.
py", line 169, in setup
-sh: File: not found
root@PO-TEST:/ #
root@PO-TEST:/ # return old_setup(**new_attr)
-sh: syntax error: unexpected "("
root@PO-TEST:/ #
root@PO-TEST:/ # File "/usr/local/lib/python2.7/distutils/core.py", lin
e 152, in setup
-sh: File: not found
root@PO-TEST:/ #
root@PO-TEST:/ # dist.run_commands()
-sh: syntax error: bad function name
root@PO-TEST:/ #
root@PO-TEST:/ # File "/usr/local/lib/python2.7/distutils/dist.py", lin
e 953, in run_commands
-sh: File: not found
root@PO-TEST:/ #
root@PO-TEST:/ # self.run_command(cmd)
-sh: syntax error: unexpected word (expecting ")")
root@PO-TEST:/ #
root@PO-TEST:/ # File "/usr/local/lib/python2.7/distutils/dist.py", lin
e 972, in run_command
-sh: File: not found
root@PO-TEST:/ #
root@PO-TEST:/ # cmd_obj.run()
-sh: syntax error: bad function name
root@PO-TEST:/ #
root@PO-TEST:/ # File "/rw_fs/tmp/pip-build/numpy/numpy/distutils/comma
nd/install.py", line 62, in run
-sh: File: not found
root@PO-TEST:/ #
root@PO-TEST:/ # r = self.setuptools_run()
-sh: syntax error: unexpected "("
root@PO-TEST:/ #
root@PO-TEST:/ # File "/rw_fs/tmp/pip-build/numpy/numpy/distutils/comma
nd/install.py", line 36, in setuptools_run
-sh: File: not found
root@PO-TEST:/ #
root@PO-TEST:/ # return distutils_install.run(self)
-sh: syntax error: unexpected "("
root@PO-TEST:/ #
root@PO-TEST:/ # File "/usr/local/lib/python2.7/distutils/command/insta
ll.py", line 563, in run
-sh: File: not found
root@PO-TEST:/ #
root@PO-TEST:/ # self.run_command('build')
-sh: syntax error: unexpected word (expecting ")")
root@PO-TEST:/ #
root@PO-TEST:/ # File "/usr/local/lib/python2.7/distutils/cmd.py", line
326, in run_command
-sh: File: not found
root@PO-TEST:/ #
root@PO-TEST:/ # self.distribution.run_command(command)
-sh: syntax error: unexpected word (expecting ")")
root@PO-TEST:/ #
root@PO-TEST:/ # File "/usr/local/lib/python2.7/distutils/dist.py", lin
e 972, in run_command
-sh: File: not found
root@PO-TEST:/ #
root@PO-TEST:/ # cmd_obj.run()
-sh: syntax error: bad function name
root@PO-TEST:/ #
root@PO-TEST:/ # File "/rw_fs/tmp/pip-build/numpy/numpy/distutils/comma
nd/build.py", line 39, in run
-sh: File: not found
root@PO-TEST:/ #
root@PO-TEST:/ # old_build.run(self)
-sh: syntax error: unexpected word (expecting ")")
root@PO-TEST:/ #
root@PO-TEST:/ # File "/usr/local/lib/python2.7/distutils/command/build
.py", line 127, in run
-sh: File: not found
root@PO-TEST:/ #
root@PO-TEST:/ # self.run_command(cmd_name)
-sh: syntax error: unexpected word (expecting ")")
root@PO-TEST:/ #
root@PO-TEST:/ # File "/usr/local/lib/python2.7/distutils/cmd.py", line
326, in run_command
-sh: File: not found
root@PO-TEST:/ #
root@PO-TEST:/ # self.distribution.run_command(command)
-sh: syntax error: unexpected word (expecting ")")
root@PO-TEST:/ #
root@PO-TEST:/ # File "/usr/local/lib/python2.7/distutils/dist.py", lin
e 972, in run_command
-sh: File: not found
root@PO-TEST:/ #
root@PO-TEST:/ # cmd_obj.run()
-sh: syntax error: bad function name
root@PO-TEST:/ #
root@PO-TEST:/ # File "/rw_fs/tmp/pip-build/numpy/numpy/distutils/comma
nd/build_src.py", line 153, in run
-sh: File: not found
root@PO-TEST:/ #
root@PO-TEST:/ # self.build_sources()
-sh: syntax error: bad function name
root@PO-TEST:/ #
root@PO-TEST:/ # File "/rw_fs/tmp/pip-build/numpy/numpy/distutils/comma
nd/build_src.py", line 164, in build_sources
-sh: File: not found
root@PO-TEST:/ #
root@PO-TEST:/ # self.build_library_sources(*libname_info)
-sh: syntax error: unexpected word (expecting ")")
root@PO-TEST:/ #
root@PO-TEST:/ # File "/rw_fs/tmp/pip-build/numpy/numpy/distutils/comma
nd/build_src.py", line 299, in build_library_sources
-sh: File: not found
root@PO-TEST:/ #
root@PO-TEST:/ # sources = self.generate_sources(sources, (lib_name,
build_info))
-sh: syntax error: unexpected "("
root@PO-TEST:/ #
root@PO-TEST:/ # File "/rw_fs/tmp/pip-build/numpy/numpy/distutils/comma
nd/build_src.py", line 386, in generate_sources
-sh: File: not found
root@PO-TEST:/ #
root@PO-TEST:/ # source = func(extension, build_dir)
-sh: syntax error: unexpected "("
root@PO-TEST:/ #
root@PO-TEST:/ # File "/rw_fs/tmp/pip-build/numpy/numpy/core/setup.py",
line 686, in get_mathlib_info
-sh: File: not found
root@PO-TEST:/ #
root@PO-TEST:/ # raise RuntimeError("Broken toolchain: cannot link a
simple C program")
-sh: syntax error: unexpected "("
root@PO-TEST:/ #
root@PO-TEST:/ # RuntimeError: Broken toolchain: cannot link a simple C p
rogram
-sh: RuntimeError:: not found
root@PO-TEST:/ #
root@PO-TEST:/ # ----------------------------------------
-sh: ----------------------------------------: not found
root@PO-TEST:/ # Command /usr/local/bin/python2.7 -c "import setuptools;_
_file__='/tmp/pip-build/numpy/setup.py';exec(compile(open(__file__).read().repla
ce('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-h6P_Pq-record/in
stall-record.txt --single-version-externally-managed failed with error code 1 in
/tmp/pip-build/numpy
-sh: Command: not found
root@PO-TEST:/ # Storing complete log in /.pip/pip.log