Created
March 11, 2014 22:43
-
-
Save patkujawa-wf/9496615 to your computer and use it in GitHub Desktop.
Error from pip install numpy in mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Downloading/unpacking numpy | |
Running setup.py (path:/Volumes/workspace/wf-viewer-services/server/smallsky/build/numpy/setup.py) egg_info for package numpy | |
Running from numpy source directory. | |
non-existing path in 'numpy/distutils': 'site.cfg' | |
F2PY Version 2 | |
blas_opt_info: | |
blas_mkl_info: | |
libraries mkl,vml,guide not found in ['/Volumes/workspace/wf-viewer-services/server/smallsky/lib', '/usr/local/lib', '/usr/lib'] | |
NOT AVAILABLE | |
openblas_info: | |
libraries openblas not found in ['/Volumes/workspace/wf-viewer-services/server/smallsky/lib', '/usr/local/lib', '/usr/lib'] | |
NOT AVAILABLE | |
atlas_blas_threads_info: | |
Setting PTATLAS=ATLAS | |
libraries ptf77blas,ptcblas,atlas not found in ['/Volumes/workspace/wf-viewer-services/server/smallsky/lib', '/usr/local/lib', '/usr/lib'] | |
NOT AVAILABLE | |
atlas_blas_info: | |
libraries f77blas,cblas,atlas not found in ['/Volumes/workspace/wf-viewer-services/server/smallsky/lib', '/usr/local/lib', '/usr/lib'] | |
NOT AVAILABLE | |
FOUND: | |
extra_link_args = ['-Wl,-framework', '-Wl,Accelerate'] | |
define_macros = [('NO_ATLAS_INFO', 3)] | |
extra_compile_args = ['-msse3', '-I/System/Library/Frameworks/vecLib.framework/Headers'] | |
non-existing path in 'numpy/lib': 'benchmarks' | |
lapack_opt_info: | |
lapack_mkl_info: | |
mkl_info: | |
libraries mkl,vml,guide not found in ['/Volumes/workspace/wf-viewer-services/server/smallsky/lib', '/usr/local/lib', '/usr/lib'] | |
NOT AVAILABLE | |
NOT AVAILABLE | |
atlas_threads_info: | |
Setting PTATLAS=ATLAS | |
libraries ptf77blas,ptcblas,atlas not found in /Volumes/workspace/wf-viewer-services/server/smallsky/lib | |
libraries lapack_atlas not found in /Volumes/workspace/wf-viewer-services/server/smallsky/lib | |
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 /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 /Volumes/workspace/wf-viewer-services/server/smallsky/lib | |
libraries lapack_atlas not found in /Volumes/workspace/wf-viewer-services/server/smallsky/lib | |
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 /usr/lib | |
libraries lapack_atlas not found in /usr/lib | |
numpy.distutils.system_info.atlas_info | |
NOT AVAILABLE | |
FOUND: | |
extra_link_args = ['-Wl,-framework', '-Wl,Accelerate'] | |
define_macros = [('NO_ATLAS_INFO', 3)] | |
extra_compile_args = ['-msse3'] | |
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'define_macros' | |
warnings.warn(msg) | |
build_src | |
building py_modules sources | |
building library "npymath" sources | |
customize Gnu95FCompiler | |
Found executable /usr/local/bin/gfortran | |
customize Gnu95FCompiler | |
customize Gnu95FCompiler using config | |
C compiler: cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c' | |
cc: _configtest.c | |
clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future] | |
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future | |
clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future] | |
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future | |
failure. | |
removing: _configtest.c _configtest.o | |
Traceback (most recent call last): | |
File "<string>", line 17, in <module> | |
File "/Volumes/workspace/wf-viewer-services/server/smallsky/build/numpy/setup.py", line 192, in <module> | |
setup_package() | |
File "/Volumes/workspace/wf-viewer-services/server/smallsky/build/numpy/setup.py", line 185, in setup_package | |
configuration=configuration ) | |
File "/Volumes/workspace/wf-viewer-services/server/smallsky/build/numpy/numpy/distutils/core.py", line 169, in setup | |
return old_setup(**new_attr) | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 152, in setup | |
dist.run_commands() | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands | |
self.run_command(cmd) | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command | |
cmd_obj.run() | |
File "/Volumes/workspace/wf-viewer-services/server/smallsky/build/numpy/numpy/distutils/command/egg_info.py", line 10, in run | |
self.run_command("build_src") | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 326, in run_command | |
self.distribution.run_command(command) | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command | |
cmd_obj.run() | |
File "/Volumes/workspace/wf-viewer-services/server/smallsky/build/numpy/numpy/distutils/command/build_src.py", line 153, in run | |
self.build_sources() | |
File "/Volumes/workspace/wf-viewer-services/server/smallsky/build/numpy/numpy/distutils/command/build_src.py", line 164, in build_sources | |
self.build_library_sources(*libname_info) | |
File "/Volumes/workspace/wf-viewer-services/server/smallsky/build/numpy/numpy/distutils/command/build_src.py", line 299, in build_library_sources | |
sources = self.generate_sources(sources, (lib_name, build_info)) | |
File "/Volumes/workspace/wf-viewer-services/server/smallsky/build/numpy/numpy/distutils/command/build_src.py", line 386, in generate_sources | |
source = func(extension, build_dir) | |
File "numpy/core/setup.py", line 674, 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 python setup.py egg_info: | |
Running from numpy source directory. | |
non-existing path in 'numpy/distutils': 'site.cfg' | |
F2PY Version 2 | |
blas_opt_info: | |
blas_mkl_info: | |
libraries mkl,vml,guide not found in ['/Volumes/workspace/wf-viewer-services/server/smallsky/lib', '/usr/local/lib', '/usr/lib'] | |
NOT AVAILABLE | |
openblas_info: | |
libraries openblas not found in ['/Volumes/workspace/wf-viewer-services/server/smallsky/lib', '/usr/local/lib', '/usr/lib'] | |
NOT AVAILABLE | |
atlas_blas_threads_info: | |
Setting PTATLAS=ATLAS | |
libraries ptf77blas,ptcblas,atlas not found in ['/Volumes/workspace/wf-viewer-services/server/smallsky/lib', '/usr/local/lib', '/usr/lib'] | |
NOT AVAILABLE | |
atlas_blas_info: | |
libraries f77blas,cblas,atlas not found in ['/Volumes/workspace/wf-viewer-services/server/smallsky/lib', '/usr/local/lib', '/usr/lib'] | |
NOT AVAILABLE | |
FOUND: | |
extra_link_args = ['-Wl,-framework', '-Wl,Accelerate'] | |
define_macros = [('NO_ATLAS_INFO', 3)] | |
extra_compile_args = ['-msse3', '-I/System/Library/Frameworks/vecLib.framework/Headers'] | |
non-existing path in 'numpy/lib': 'benchmarks' | |
lapack_opt_info: | |
lapack_mkl_info: | |
mkl_info: | |
libraries mkl,vml,guide not found in ['/Volumes/workspace/wf-viewer-services/server/smallsky/lib', '/usr/local/lib', '/usr/lib'] | |
NOT AVAILABLE | |
NOT AVAILABLE | |
atlas_threads_info: | |
Setting PTATLAS=ATLAS | |
libraries ptf77blas,ptcblas,atlas not found in /Volumes/workspace/wf-viewer-services/server/smallsky/lib | |
libraries lapack_atlas not found in /Volumes/workspace/wf-viewer-services/server/smallsky/lib | |
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 /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 /Volumes/workspace/wf-viewer-services/server/smallsky/lib | |
libraries lapack_atlas not found in /Volumes/workspace/wf-viewer-services/server/smallsky/lib | |
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 /usr/lib | |
libraries lapack_atlas not found in /usr/lib | |
numpy.distutils.system_info.atlas_info | |
NOT AVAILABLE | |
FOUND: | |
extra_link_args = ['-Wl,-framework', '-Wl,Accelerate'] | |
define_macros = [('NO_ATLAS_INFO', 3)] | |
extra_compile_args = ['-msse3'] | |
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'define_macros' | |
warnings.warn(msg) | |
running egg_info | |
running build_src | |
build_src | |
building py_modules sources | |
creating build | |
creating build/src.macosx-10.9-intel-2.7 | |
creating build/src.macosx-10.9-intel-2.7/numpy | |
creating build/src.macosx-10.9-intel-2.7/numpy/distutils | |
building library "npymath" sources | |
customize Gnu95FCompiler | |
Found executable /usr/local/bin/gfortran | |
customize Gnu95FCompiler | |
customize Gnu95FCompiler using config | |
C compiler: cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c' | |
cc: _configtest.c | |
clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future] | |
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future | |
clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future] | |
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future | |
failure. | |
removing: _configtest.c _configtest.o | |
Traceback (most recent call last): | |
File "<string>", line 17, in <module> | |
File "/Volumes/workspace/wf-viewer-services/server/smallsky/build/numpy/setup.py", line 192, in <module> | |
setup_package() | |
File "/Volumes/workspace/wf-viewer-services/server/smallsky/build/numpy/setup.py", line 185, in setup_package | |
configuration=configuration ) | |
File "/Volumes/workspace/wf-viewer-services/server/smallsky/build/numpy/numpy/distutils/core.py", line 169, in setup | |
return old_setup(**new_attr) | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 152, in setup | |
dist.run_commands() | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands | |
self.run_command(cmd) | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command | |
cmd_obj.run() | |
File "/Volumes/workspace/wf-viewer-services/server/smallsky/build/numpy/numpy/distutils/command/egg_info.py", line 10, in run | |
self.run_command("build_src") | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 326, in run_command | |
self.distribution.run_command(command) | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command | |
cmd_obj.run() | |
File "/Volumes/workspace/wf-viewer-services/server/smallsky/build/numpy/numpy/distutils/command/build_src.py", line 153, in run | |
self.build_sources() | |
File "/Volumes/workspace/wf-viewer-services/server/smallsky/build/numpy/numpy/distutils/command/build_src.py", line 164, in build_sources | |
self.build_library_sources(*libname_info) | |
File "/Volumes/workspace/wf-viewer-services/server/smallsky/build/numpy/numpy/distutils/command/build_src.py", line 299, in build_library_sources | |
sources = self.generate_sources(sources, (lib_name, build_info)) | |
File "/Volumes/workspace/wf-viewer-services/server/smallsky/build/numpy/numpy/distutils/command/build_src.py", line 386, in generate_sources | |
source = func(extension, build_dir) | |
File "numpy/core/setup.py", line 674, 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 python setup.py egg_info failed with error code 1 in /Volumes/workspace/wf-viewer-services/server/smallsky/build/numpy | |
Storing debug log for failure in /Users/patkujawa/.pip/pip.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment