Skip to content

Instantly share code, notes, and snippets.

@cdeil
Created January 13, 2014 13:22
Show Gist options
  • Save cdeil/8400139 to your computer and use it in GitHub Desktop.
Save cdeil/8400139 to your computer and use it in GitHub Desktop.
$ asv run master^!
Fetching recent changes......
Creating virtualenvs...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Installing dependencies...
Upgrading setuptools...
Upgrading Cython...................
Upgrading numpy==1.8...................................................................................................................................................................................................................................................................................................................................................
Running 12 total benchmarks (1 commits * 1 environments * 12 benchmarks)
astropy commit hash bac1f64f:....
Building for py2.7-Cython-numpy1.8
Uninstalling astropy..
Installing /Users/deil/code/astropy-benchmarks/astropy...............
ERROR: Running env/py2.7-Cython-numpy1.8/bin/pip install -e /Users/deil/code/astropy-benchmarks/astropy
STDOUT ------------------------------------------------------------
Obtaining file:///Users/deil/code/astropy-benchmarks/astropy
Running setup.py egg_info for package from file:///Users/deil/code/astropy-benchmarks/astropy
warning: no files found matching 'astropy/utils/misc/data/.hidden_file.txt'
warning: no previously-included files found matching '*.pyc'
warning: no previously-included files found matching '*.o'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'build'
Requirement already satisfied (use --upgrade to upgrade): numpy>=1.5.0 in ./env/py2.7-Cython-numpy1.8/lib/python2.7/site-packages (from astropy==0.4.dev6916)
Installing collected packages: astropy
Running setup.py develop for astropy
warning: no files found matching 'astropy/utils/misc/data/.hidden_file.txt'
warning: no previously-included files found matching '*.pyc'
warning: no previously-included files found matching '*.o'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'build'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/deil/code/astropy-benchmarks/astropy/setup.py", line 113, in <module>
**package_info
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/Users/deil/code/astropy-benchmarks/env/py2.7-Cython-numpy1.8/lib/python2.7/site-packages/setuptools/command/develop.py", line 27, in run
self.install_for_development()
File "/Users/deil/code/astropy-benchmarks/env/py2.7-Cython-numpy1.8/lib/python2.7/site-packages/setuptools/command/develop.py", line 114, in install_for_development
self.run_command('build_ext')
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "astropy/setup_helpers.py", line 466, in run
np_include = get_numpy_include_path()
File "astropy/setup_helpers.py", line 1277, in get_numpy_include_path
import numpy
File "/Users/deil/code/astropy-benchmarks/env/py2.7-Cython-numpy1.8/lib/python2.7/site-packages/numpy/__init__.py", line 153, in <module>
from . import add_newdocs
File "/Users/deil/code/astropy-benchmarks/env/py2.7-Cython-numpy1.8/lib/python2.7/site-packages/numpy/add_newdocs.py", line 13, in <module>
from numpy.lib import add_newdoc
File "/Users/deil/code/astropy-benchmarks/env/py2.7-Cython-numpy1.8/lib/python2.7/site-packages/numpy/lib/__init__.py", line 17, in <module>
from . import scimath as emath
ImportError: cannot import name scimath
Complete output from command /Users/deil/code/astropy-benchmarks/env/py2.7-Cython-numpy1.8/bin/python -c "import setuptools; __file__='/Users/deil/code/astropy-benchmarks/astropy/setup.py'; exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" develop --no-deps:
running develop
running egg_info
writing requirements to astropy.egg-info/requires.txt
writing astropy.egg-info/PKG-INFO
writing top-level names to astropy.egg-info/top_level.txt
writing dependency_links to astropy.egg-info/dependency_links.txt
writing entry points to astropy.egg-info/entry_points.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'astropy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'astropy/utils/misc/data/.hidden_file.txt'
warning: no previously-included files found matching '*.pyc'
warning: no previously-included files found matching '*.o'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'build'
writing manifest file 'astropy.egg-info/SOURCES.txt'
running build_ext
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/deil/code/astropy-benchmarks/astropy/setup.py", line 113, in <module>
**package_info
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/Users/deil/code/astropy-benchmarks/env/py2.7-Cython-numpy1.8/lib/python2.7/site-packages/setuptools/command/develop.py", line 27, in run
self.install_for_development()
File "/Users/deil/code/astropy-benchmarks/env/py2.7-Cython-numpy1.8/lib/python2.7/site-packages/setuptools/command/develop.py", line 114, in install_for_development
self.run_command('build_ext')
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "astropy/setup_helpers.py", line 466, in run
np_include = get_numpy_include_path()
File "astropy/setup_helpers.py", line 1277, in get_numpy_include_path
import numpy
File "/Users/deil/code/astropy-benchmarks/env/py2.7-Cython-numpy1.8/lib/python2.7/site-packages/numpy/__init__.py", line 153, in <module>
from . import add_newdocs
File "/Users/deil/code/astropy-benchmarks/env/py2.7-Cython-numpy1.8/lib/python2.7/site-packages/numpy/add_newdocs.py", line 13, in <module>
from numpy.lib import add_newdoc
File "/Users/deil/code/astropy-benchmarks/env/py2.7-Cython-numpy1.8/lib/python2.7/site-packages/numpy/lib/__init__.py", line 17, in <module>
from . import scimath as emath
ImportError: cannot import name scimath
----------------------------------------
Cleaning up...
Command /Users/deil/code/astropy-benchmarks/env/py2.7-Cython-numpy1.8/bin/python -c "import setuptools; __file__='/Users/deil/code/astropy-benchmarks/astropy/setup.py'; exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" develop --no-deps failed with error code 1 in /Users/deil/code/astropy-benchmarks/astropy
Storing complete log in /Users/deil/.pip/pip.log
STDERR ------------------------------------------------------------
-------------------------------------------------------------------
Benchmarking py2.7-Cython-numpy1.8 can't install. skipping
[8.33%] time_units.time_unit_compose: skipped
[16.67%] time_quantity.time_quantity_ufunc_sin: skipped
[25.00%] time_units.time_simple_unit_parse: skipped
[33.33%] time_quantity.time_quantity_array_conversion: skipped
[41.67%] time_coordinates.time_latitude: skipped
[50.00%] time_units.time_very_simple_unit_parse: skipped
[58.33%] time_units.time_unit_to: skipped
[66.67%] time_quantity.time_quantity_scalar_conversion: skipped
[75.00%] time_quantity.time_quantity_init_scalar: skipped
[83.33%] time_units.time_unit_parse: skipped
[91.67%] time_units.mem_unit: skipped
[100.00%] time_quantity.time_quantity_init_array: skipped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment