Skip to content

Instantly share code, notes, and snippets.

@tdsmith
Created February 21, 2015 23:27
Show Gist options
  • Select an option

  • Save tdsmith/8f2b0455de15bf168314 to your computer and use it in GitHub Desktop.

Select an option

Save tdsmith/8f2b0455de15bf168314 to your computer and use it in GitHub Desktop.
You are using pip version 6.0.7, however version 6.0.8 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting git+https://bitbucket.org/pypy/numpy.git
Cloning https://bitbucket.org/pypy/numpy.git to /var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build
Installing collected packages: numpy
Running setup.py install for numpy
Running from numpy source directory.
non-existing path in '/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/numpy/distutils': 'site.cfg'
non-existing path in '/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/numpy/f2py': 'docs'
non-existing path in '/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/numpy/f2py': 'f2py.1'
F2PY Version 2
blas_opt_info:
blas_mkl_info:
libraries mkl,vml,guide not found in ['/usr/local/Cellar/pypy/2.5.0/libexec/lib', '/usr/local/lib', '/usr/lib', '/opt/local/lib']
NOT AVAILABLE
openblas_info:
libraries openblas not found in ['/usr/local/Cellar/pypy/2.5.0/libexec/lib', '/usr/local/lib', '/usr/lib', '/opt/local/lib']
NOT AVAILABLE
atlas_blas_threads_info:
Setting PTATLAS=ATLAS
libraries ptf77blas,ptcblas,atlas not found in ['/usr/local/Cellar/pypy/2.5.0/libexec/lib', '/usr/local/lib', '/usr/lib', '/opt/local/lib']
NOT AVAILABLE
atlas_blas_info:
libraries f77blas,cblas,atlas not found in ['/usr/local/Cellar/pypy/2.5.0/libexec/lib', '/usr/local/lib', '/usr/lib', '/opt/local/lib']
NOT AVAILABLE
FOUND:
extra_compile_args = ['-msse3', '-I/System/Library/Frameworks/vecLib.framework/Headers']
extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
define_macros = [('NO_ATLAS_INFO', 3)]
non-existing path in '/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/numpy/lib': 'benchmarks'
lapack_opt_info:
openblas_lapack_info:
libraries openblas not found in ['/usr/local/Cellar/pypy/2.5.0/libexec/lib', '/usr/local/lib', '/usr/lib', '/opt/local/lib']
NOT AVAILABLE
lapack_mkl_info:
mkl_info:
libraries mkl,vml,guide not found in ['/usr/local/Cellar/pypy/2.5.0/libexec/lib', '/usr/local/lib', '/usr/lib', '/opt/local/lib']
NOT AVAILABLE
NOT AVAILABLE
atlas_threads_info:
Setting PTATLAS=ATLAS
libraries ptf77blas,ptcblas,atlas not found in /usr/local/Cellar/pypy/2.5.0/libexec/lib
libraries lapack_atlas not found in /usr/local/Cellar/pypy/2.5.0/libexec/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
libraries ptf77blas,ptcblas,atlas not found in /opt/local/lib
libraries lapack_atlas not found in /opt/local/lib
numpy.distutils.system_info.atlas_threads_info
NOT AVAILABLE
atlas_info:
libraries f77blas,cblas,atlas not found in /usr/local/Cellar/pypy/2.5.0/libexec/lib
libraries lapack_atlas not found in /usr/local/Cellar/pypy/2.5.0/libexec/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
libraries f77blas,cblas,atlas not found in /opt/local/lib
libraries lapack_atlas not found in /opt/local/lib
numpy.distutils.system_info.atlas_info
NOT AVAILABLE
FOUND:
extra_compile_args = ['-msse3']
extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
define_macros = [('NO_ATLAS_INFO', 3)]
Traceback (most recent call last):
File "app_main.py", line 75, in run_toplevel
File "app_main.py", line 581, in run_it
File "<string>", line 1, in <module>
File "/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/setup.py", line 251, in <module>
setup_package()
File "/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/setup.py", line 243, in setup_package
setup(**metadata)
File "/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/numpy/distutils/core.py", line 135, in setup
config = configuration()
File "/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/setup.py", line 148, in configuration
config.add_subpackage('numpy')
File "/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/numpy/distutils/misc_util.py", line 966, in add_subpackage
caller_level = 2)
File "/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/numpy/distutils/misc_util.py", line 935, in get_subpackage
caller_level = caller_level + 1)
File "/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/numpy/distutils/misc_util.py", line 872, in _get_configuration_from_setup_py
config = setup_module.configuration(*args)
File "numpy/setup.py", line 14, in configuration
config.add_subpackage('linalg')
File "/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/numpy/distutils/misc_util.py", line 966, in add_subpackage
caller_level = 2)
File "/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/numpy/distutils/misc_util.py", line 935, in get_subpackage
caller_level = caller_level + 1)
File "/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/numpy/distutils/misc_util.py", line 872, in _get_configuration_from_setup_py
config = setup_module.configuration(*args)
File "/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/numpy/linalg/setup.py", line 85, in configuration
'libraries': ['npymath'] + lapack_info['libraries'],
KeyError: 'libraries'
Complete output from command /usr/local/bin/pypy -c "import setuptools, tokenize;__file__='/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-5jN2VT-record/install-record.txt --single-version-externally-managed --compile:
Running from numpy source directory.
non-existing path in '/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/numpy/distutils': 'site.cfg'
non-existing path in '/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/numpy/f2py': 'docs'
non-existing path in '/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/numpy/f2py': 'f2py.1'
F2PY Version 2
blas_opt_info:
blas_mkl_info:
libraries mkl,vml,guide not found in ['/usr/local/Cellar/pypy/2.5.0/libexec/lib', '/usr/local/lib', '/usr/lib', '/opt/local/lib']
NOT AVAILABLE
openblas_info:
libraries openblas not found in ['/usr/local/Cellar/pypy/2.5.0/libexec/lib', '/usr/local/lib', '/usr/lib', '/opt/local/lib']
NOT AVAILABLE
atlas_blas_threads_info:
Setting PTATLAS=ATLAS
libraries ptf77blas,ptcblas,atlas not found in ['/usr/local/Cellar/pypy/2.5.0/libexec/lib', '/usr/local/lib', '/usr/lib', '/opt/local/lib']
NOT AVAILABLE
atlas_blas_info:
libraries f77blas,cblas,atlas not found in ['/usr/local/Cellar/pypy/2.5.0/libexec/lib', '/usr/local/lib', '/usr/lib', '/opt/local/lib']
NOT AVAILABLE
FOUND:
extra_compile_args = ['-msse3', '-I/System/Library/Frameworks/vecLib.framework/Headers']
extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
define_macros = [('NO_ATLAS_INFO', 3)]
non-existing path in '/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/numpy/lib': 'benchmarks'
lapack_opt_info:
openblas_lapack_info:
libraries openblas not found in ['/usr/local/Cellar/pypy/2.5.0/libexec/lib', '/usr/local/lib', '/usr/lib', '/opt/local/lib']
NOT AVAILABLE
lapack_mkl_info:
mkl_info:
libraries mkl,vml,guide not found in ['/usr/local/Cellar/pypy/2.5.0/libexec/lib', '/usr/local/lib', '/usr/lib', '/opt/local/lib']
NOT AVAILABLE
NOT AVAILABLE
atlas_threads_info:
Setting PTATLAS=ATLAS
libraries ptf77blas,ptcblas,atlas not found in /usr/local/Cellar/pypy/2.5.0/libexec/lib
libraries lapack_atlas not found in /usr/local/Cellar/pypy/2.5.0/libexec/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
libraries ptf77blas,ptcblas,atlas not found in /opt/local/lib
libraries lapack_atlas not found in /opt/local/lib
numpy.distutils.system_info.atlas_threads_info
NOT AVAILABLE
atlas_info:
libraries f77blas,cblas,atlas not found in /usr/local/Cellar/pypy/2.5.0/libexec/lib
libraries lapack_atlas not found in /usr/local/Cellar/pypy/2.5.0/libexec/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
libraries f77blas,cblas,atlas not found in /opt/local/lib
libraries lapack_atlas not found in /opt/local/lib
numpy.distutils.system_info.atlas_info
NOT AVAILABLE
FOUND:
extra_compile_args = ['-msse3']
extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
define_macros = [('NO_ATLAS_INFO', 3)]
Traceback (most recent call last):
File "app_main.py", line 75, in run_toplevel
File "app_main.py", line 581, in run_it
File "<string>", line 1, in <module>
File "/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/setup.py", line 251, in <module>
setup_package()
File "/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/setup.py", line 243, in setup_package
setup(**metadata)
File "/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/numpy/distutils/core.py", line 135, in setup
config = configuration()
File "/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/setup.py", line 148, in configuration
config.add_subpackage('numpy')
File "/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/numpy/distutils/misc_util.py", line 966, in add_subpackage
caller_level = 2)
File "/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/numpy/distutils/misc_util.py", line 935, in get_subpackage
caller_level = caller_level + 1)
File "/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/numpy/distutils/misc_util.py", line 872, in _get_configuration_from_setup_py
config = setup_module.configuration(*args)
File "numpy/setup.py", line 14, in configuration
config.add_subpackage('linalg')
File "/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/numpy/distutils/misc_util.py", line 966, in add_subpackage
caller_level = 2)
File "/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/numpy/distutils/misc_util.py", line 935, in get_subpackage
caller_level = caller_level + 1)
File "/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/numpy/distutils/misc_util.py", line 872, in _get_configuration_from_setup_py
config = setup_module.configuration(*args)
File "/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/numpy/linalg/setup.py", line 85, in configuration
'libraries': ['npymath'] + lapack_info['libraries'],
KeyError: 'libraries'
----------------------------------------
Command "/usr/local/bin/pypy -c "import setuptools, tokenize;__file__='/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-5jN2VT-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment