Thanks. I tried to do it in the command line on a fresh install of Sage 7.2 
and I got this error message (the full log is attached) :

[snip]

    In file included from 
/Users/Laurent/Downloads/sage-7.2/local/lib/python2.7/site-packages/numpy-1.11.0-py2.7-macosx-10.9-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1777:0,

                     from 
/Users/Laurent/Downloads/sage-7.2/local/lib/python2.7/site-packages/numpy-1.11.0-py2.7-macosx-10.9-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:18,

                     from 
/Users/Laurent/Downloads/sage-7.2/local/lib/python2.7/site-packages/numpy-1.11.0-py2.7-macosx-10.9-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4,

                     from pandas/src/datetime/np_datetime.c:18:

    
/Users/Laurent/Downloads/sage-7.2/local/lib/python2.7/site-packages/numpy-1.11.0-py2.7-macosx-10.9-x86_64.egg/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2:
 
warning: #warning "Using deprecated NumPy API, disable it by " "#defining 
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]

     #warning "Using deprecated NumPy API, disable it by " \

      ^

    /var/folders/md/71gv03bs6mx4qxg933r_k_x40000gn/T//ccSLsnmg.s:984:suffix 
or operands invalid for `movq'

    
/var/folders/md/71gv03bs6mx4qxg933r_k_x40000gn/T//ccSLsnmg.s:2605:suffix or 
operands invalid for `movq'

    
/var/folders/md/71gv03bs6mx4qxg933r_k_x40000gn/T//ccSLsnmg.s:4735:suffix or 
operands invalid for `movq'

    error: command 'gcc' failed with exit status 1

Le dimanche 24 juillet 2016 19:31:06 UTC+2, Andrey Novoseltsev a écrit :
>
> While it is not included, you can install it yourself via pip 
> (SageMathCell does it):
>
> sage -pip install seaborn
>
>
> On Saturday, 23 July 2016 13:17:26 UTC-6, Laurent Decreusefond wrote:
>>
>> I recently discovered Seaborn, which is a visualization library on top
>> of matplotlib. It doesn't seem to be included in sage 7.2. Is there any
>> projet to do so ? or is there something equivalent ?
>>
>> Best,
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
Collecting pandas
  Using cached pandas-0.18.1.tar.gz
Requirement already satisfied (use --upgrade to upgrade): python-dateutil in 
./local/lib/python2.7/site-packages/python_dateutil-2.2-py2.7.egg (from pandas)
Requirement already satisfied (use --upgrade to upgrade): pytz>=2011k in 
./local/lib/python2.7/site-packages/pytz-2016.3-py2.7.egg (from pandas)
Requirement already satisfied (use --upgrade to upgrade): numpy>=1.7.0 in 
./local/lib/python2.7/site-packages/numpy-1.11.0-py2.7-macosx-10.9-x86_64.egg 
(from pandas)
Requirement already satisfied (use --upgrade to upgrade): six in 
./local/lib/python2.7/site-packages/six-1.10.0-py2.7.egg (from 
python-dateutil->pandas)
Installing collected packages: pandas
  Running setup.py install for pandas: started
    Running setup.py install for pandas: finished with status 'error'
    Complete output from command 
/Users/Laurent/Downloads/sage-7.2/local/bin/python -u -c "import setuptools, 
tokenize;__file__='/private/var/folders/md/71gv03bs6mx4qxg933r_k_x40000gn/T/pip-build-K4PP3E/pandas/setup.py';exec(compile(getattr(tokenize,
 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" 
install --record 
/var/folders/md/71gv03bs6mx4qxg933r_k_x40000gn/T/pip-MRaGoI-record/install-record.txt
 --single-version-externally-managed --compile:
    running install
    running build
    running build_py
    creating build
    creating build/lib.macosx-10.9-x86_64-2.7
    creating build/lib.macosx-10.9-x86_64-2.7/pandas
    copying pandas/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/pandas
    copying pandas/_version.py -> build/lib.macosx-10.9-x86_64-2.7/pandas
    copying pandas/info.py -> build/lib.macosx-10.9-x86_64-2.7/pandas
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/compat
    copying pandas/compat/__init__.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/compat
    copying pandas/compat/chainmap.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/compat
    copying pandas/compat/chainmap_impl.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/compat
    copying pandas/compat/openpyxl_compat.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/compat
    copying pandas/compat/pickle_compat.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/compat
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/compat/numpy
    copying pandas/compat/numpy/__init__.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/compat/numpy
    copying pandas/compat/numpy/function.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/compat/numpy
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/computation
    copying pandas/computation/__init__.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/computation
    copying pandas/computation/align.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/computation
    copying pandas/computation/api.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/computation
    copying pandas/computation/common.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/computation
    copying pandas/computation/engines.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/computation
    copying pandas/computation/eval.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/computation
    copying pandas/computation/expr.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/computation
    copying pandas/computation/expressions.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/computation
    copying pandas/computation/ops.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/computation
    copying pandas/computation/pytables.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/computation
    copying pandas/computation/scope.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/computation
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/computation/tests
    copying pandas/computation/tests/__init__.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/computation/tests
    copying pandas/computation/tests/test_compat.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/computation/tests
    copying pandas/computation/tests/test_eval.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/computation/tests
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/core
    copying pandas/core/__init__.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/core
    copying pandas/core/algorithms.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/core
    copying pandas/core/api.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/core
    copying pandas/core/base.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/core
    copying pandas/core/categorical.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/core
    copying pandas/core/common.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/core
    copying pandas/core/config.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/core
    copying pandas/core/config_init.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/core
    copying pandas/core/convert.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/core
    copying pandas/core/datetools.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/core
    copying pandas/core/frame.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/core
    copying pandas/core/generic.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/core
    copying pandas/core/groupby.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/core
    copying pandas/core/index.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/core
    copying pandas/core/indexing.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/core
    copying pandas/core/internals.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/core
    copying pandas/core/missing.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/core
    copying pandas/core/nanops.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/core
    copying pandas/core/ops.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/core
    copying pandas/core/panel.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/core
    copying pandas/core/panel4d.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/core
    copying pandas/core/panelnd.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/core
    copying pandas/core/reshape.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/core
    copying pandas/core/series.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/core
    copying pandas/core/sparse.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/core
    copying pandas/core/strings.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/core
    copying pandas/core/window.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/core
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/indexes
    copying pandas/indexes/__init__.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/indexes
    copying pandas/indexes/api.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/indexes
    copying pandas/indexes/base.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/indexes
    copying pandas/indexes/category.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/indexes
    copying pandas/indexes/multi.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/indexes
    copying pandas/indexes/numeric.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/indexes
    copying pandas/indexes/range.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/indexes
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/io
    copying pandas/io/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/io
    copying pandas/io/api.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/io
    copying pandas/io/auth.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/io
    copying pandas/io/clipboard.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/io
    copying pandas/io/common.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/io
    copying pandas/io/data.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/io
    copying pandas/io/date_converters.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io
    copying pandas/io/excel.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/io
    copying pandas/io/ga.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/io
    copying pandas/io/gbq.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/io
    copying pandas/io/html.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/io
    copying pandas/io/json.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/io
    copying pandas/io/packers.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/io
    copying pandas/io/parsers.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/io
    copying pandas/io/pickle.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/io
    copying pandas/io/pytables.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/io
    copying pandas/io/sql.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/io
    copying pandas/io/stata.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/io
    copying pandas/io/wb.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/io
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/io/sas
    copying pandas/io/sas/__init__.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/sas
    copying pandas/io/sas/sas7bdat.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/sas
    copying pandas/io/sas/sas_constants.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/sas
    copying pandas/io/sas/sas_xport.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/sas
    copying pandas/io/sas/sasreader.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/sas
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/formats
    copying pandas/formats/__init__.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/formats
    copying pandas/formats/format.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/formats
    copying pandas/formats/printing.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/formats
    copying pandas/formats/style.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/formats
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/rpy
    copying pandas/rpy/__init__.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/rpy
    copying pandas/rpy/base.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/rpy
    copying pandas/rpy/common.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/rpy
    copying pandas/rpy/mass.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/rpy
    copying pandas/rpy/vars.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/rpy
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/sandbox
    copying pandas/sandbox/__init__.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/sandbox
    copying pandas/sandbox/qtpandas.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/sandbox
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/sparse
    copying pandas/sparse/__init__.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/sparse
    copying pandas/sparse/api.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/sparse
    copying pandas/sparse/array.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/sparse
    copying pandas/sparse/frame.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/sparse
    copying pandas/sparse/list.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/sparse
    copying pandas/sparse/panel.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/sparse
    copying pandas/sparse/scipy_sparse.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/sparse
    copying pandas/sparse/series.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/sparse
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/sparse/tests
    copying pandas/sparse/tests/__init__.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/sparse/tests
    copying pandas/sparse/tests/test_array.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/sparse/tests
    copying pandas/sparse/tests/test_combine_concat.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/sparse/tests
    copying pandas/sparse/tests/test_frame.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/sparse/tests
    copying pandas/sparse/tests/test_indexing.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/sparse/tests
    copying pandas/sparse/tests/test_libsparse.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/sparse/tests
    copying pandas/sparse/tests/test_list.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/sparse/tests
    copying pandas/sparse/tests/test_panel.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/sparse/tests
    copying pandas/sparse/tests/test_series.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/sparse/tests
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/stats
    copying pandas/stats/__init__.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/stats
    copying pandas/stats/api.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/stats
    copying pandas/stats/common.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/stats
    copying pandas/stats/fama_macbeth.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/stats
    copying pandas/stats/interface.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/stats
    copying pandas/stats/math.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/stats
    copying pandas/stats/misc.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/stats
    copying pandas/stats/moments.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/stats
    copying pandas/stats/ols.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/stats
    copying pandas/stats/plm.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/stats
    copying pandas/stats/var.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/stats
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/util
    copying pandas/util/__init__.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/util
    copying pandas/util/clipboard.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/util
    copying pandas/util/decorators.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/util
    copying pandas/util/doctools.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/util
    copying pandas/util/nosetester.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/util
    copying pandas/util/print_versions.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/util
    copying pandas/util/terminal.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/util
    copying pandas/util/testing.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/util
    copying pandas/util/validators.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/util
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/tests
    copying pandas/tests/__init__.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests
    copying pandas/tests/test_algos.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests
    copying pandas/tests/test_base.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests
    copying pandas/tests/test_categorical.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests
    copying pandas/tests/test_common.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests
    copying pandas/tests/test_compat.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests
    copying pandas/tests/test_config.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests
    copying pandas/tests/test_expressions.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests
    copying pandas/tests/test_generic.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests
    copying pandas/tests/test_graphics.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests
    copying pandas/tests/test_graphics_others.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests
    copying pandas/tests/test_groupby.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests
    copying pandas/tests/test_internals.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests
    copying pandas/tests/test_lib.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests
    copying pandas/tests/test_multilevel.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests
    copying pandas/tests/test_nanops.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests
    copying pandas/tests/test_panel.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests
    copying pandas/tests/test_panel4d.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests
    copying pandas/tests/test_panelnd.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests
    copying pandas/tests/test_reshape.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests
    copying pandas/tests/test_rplot.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests
    copying pandas/tests/test_stats.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests
    copying pandas/tests/test_strings.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests
    copying pandas/tests/test_take.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests
    copying pandas/tests/test_testing.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests
    copying pandas/tests/test_tseries.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests
    copying pandas/tests/test_util.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests
    copying pandas/tests/test_window.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/__init__.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/common.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_alter_axes.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_analytics.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_apply.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_axis_select_reindex.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_block_internals.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_combine_concat.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_constructors.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_convert_to.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_dtypes.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_indexing.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_misc_api.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_missing.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_mutate_columns.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_nonunique_indexes.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_operators.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_quantile.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_query_eval.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_replace.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_repr_info.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_reshape.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_sorting.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_subclass.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_timeseries.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_to_csv.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/frame
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/tests/indexes
    copying pandas/tests/indexes/__init__.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/indexes
    copying pandas/tests/indexes/common.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/indexes
    copying pandas/tests/indexes/test_base.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/indexes
    copying pandas/tests/indexes/test_category.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/indexes
    copying pandas/tests/indexes/test_datetimelike.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/indexes
    copying pandas/tests/indexes/test_multi.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/indexes
    copying pandas/tests/indexes/test_numeric.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/indexes
    copying pandas/tests/indexes/test_range.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/indexes
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/__init__.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/common.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_alter_axes.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_analytics.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_apply.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_combine_concat.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_constructors.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_datetime_values.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_dtypes.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_indexing.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_internals.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_io.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_misc_api.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_missing.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_operators.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_quantile.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_replace.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_repr.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_subclass.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_timeseries.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/series
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/tests/formats
    copying pandas/tests/formats/__init__.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/formats
    copying pandas/tests/formats/test_format.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/formats
    copying pandas/tests/formats/test_printing.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/formats
    copying pandas/tests/formats/test_style.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/formats
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/tests/types
    copying pandas/tests/types/__init__.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/types
    copying pandas/tests/types/test_dtypes.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/types
    copying pandas/tests/types/test_generic.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/types
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/tests/test_msgpack
    copying pandas/tests/test_msgpack/__init__.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/test_msgpack
    copying pandas/tests/test_msgpack/test_buffer.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/test_msgpack
    copying pandas/tests/test_msgpack/test_case.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/test_msgpack
    copying pandas/tests/test_msgpack/test_except.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/test_msgpack
    copying pandas/tests/test_msgpack/test_extension.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/test_msgpack
    copying pandas/tests/test_msgpack/test_format.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/test_msgpack
    copying pandas/tests/test_msgpack/test_limits.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/test_msgpack
    copying pandas/tests/test_msgpack/test_newspec.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/test_msgpack
    copying pandas/tests/test_msgpack/test_obj.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/test_msgpack
    copying pandas/tests/test_msgpack/test_pack.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/test_msgpack
    copying pandas/tests/test_msgpack/test_read_size.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/test_msgpack
    copying pandas/tests/test_msgpack/test_seq.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/test_msgpack
    copying pandas/tests/test_msgpack/test_sequnpack.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/test_msgpack
    copying pandas/tests/test_msgpack/test_subtype.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/test_msgpack
    copying pandas/tests/test_msgpack/test_unpack.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/test_msgpack
    copying pandas/tests/test_msgpack/test_unpack_raw.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/test_msgpack
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/tools
    copying pandas/tools/__init__.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tools
    copying pandas/tools/merge.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tools
    copying pandas/tools/pivot.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tools
    copying pandas/tools/plotting.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tools
    copying pandas/tools/rplot.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tools
    copying pandas/tools/tile.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tools
    copying pandas/tools/util.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tools
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/tools/tests
    copying pandas/tools/tests/__init__.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tools/tests
    copying pandas/tools/tests/test_merge.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tools/tests
    copying pandas/tools/tests/test_pivot.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tools/tests
    copying pandas/tools/tests/test_tile.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tools/tests
    copying pandas/tools/tests/test_util.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tools/tests
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/tseries
    copying pandas/tseries/__init__.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries
    copying pandas/tseries/api.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries
    copying pandas/tseries/base.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries
    copying pandas/tseries/common.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries
    copying pandas/tseries/converter.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries
    copying pandas/tseries/frequencies.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries
    copying pandas/tseries/holiday.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries
    copying pandas/tseries/index.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries
    copying pandas/tseries/interval.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries
    copying pandas/tseries/offsets.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries
    copying pandas/tseries/period.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries
    copying pandas/tseries/plotting.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries
    copying pandas/tseries/resample.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries
    copying pandas/tseries/tdi.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries
    copying pandas/tseries/timedeltas.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries
    copying pandas/tseries/tools.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries
    copying pandas/tseries/util.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/tseries/tests
    copying pandas/tseries/tests/__init__.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries/tests
    copying pandas/tseries/tests/test_base.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries/tests
    copying pandas/tseries/tests/test_converter.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries/tests
    copying pandas/tseries/tests/test_daterange.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries/tests
    copying pandas/tseries/tests/test_frequencies.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries/tests
    copying pandas/tseries/tests/test_holiday.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries/tests
    copying pandas/tseries/tests/test_offsets.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries/tests
    copying pandas/tseries/tests/test_period.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries/tests
    copying pandas/tseries/tests/test_plotting.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries/tests
    copying pandas/tseries/tests/test_resample.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries/tests
    copying pandas/tseries/tests/test_timedeltas.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries/tests
    copying pandas/tseries/tests/test_timeseries.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries/tests
    copying pandas/tseries/tests/test_timeseries_legacy.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries/tests
    copying pandas/tseries/tests/test_timezones.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries/tests
    copying pandas/tseries/tests/test_tslib.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries/tests
    copying pandas/tseries/tests/test_util.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries/tests
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/types
    copying pandas/types/__init__.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/types
    copying pandas/types/api.py -> build/lib.macosx-10.9-x86_64-2.7/pandas/types
    copying pandas/types/concat.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/types
    copying pandas/types/dtypes.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/types
    copying pandas/types/generic.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/types
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests
    copying pandas/io/tests/__init__.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests
    copying pandas/io/tests/generate_legacy_storage_files.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests
    copying pandas/io/tests/test_clipboard.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests
    copying pandas/io/tests/test_common.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests
    copying pandas/io/tests/test_data.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests
    copying pandas/io/tests/test_date_converters.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests
    copying pandas/io/tests/test_excel.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests
    copying pandas/io/tests/test_ga.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests
    copying pandas/io/tests/test_gbq.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests
    copying pandas/io/tests/test_html.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests
    copying pandas/io/tests/test_packers.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests
    copying pandas/io/tests/test_pickle.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests
    copying pandas/io/tests/test_pytables.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests
    copying pandas/io/tests/test_sql.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests
    copying pandas/io/tests/test_stata.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests
    copying pandas/io/tests/test_wb.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/json
    copying pandas/io/tests/json/__init__.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/json
    copying pandas/io/tests/json/test_json_norm.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/json
    copying pandas/io/tests/json/test_pandas.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/json
    copying pandas/io/tests/json/test_ujson.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/json
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/parser
    copying pandas/io/tests/parser/__init__.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/parser
    copying pandas/io/tests/parser/c_parser_only.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/parser
    copying pandas/io/tests/parser/comment.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/parser
    copying pandas/io/tests/parser/common.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/parser
    copying pandas/io/tests/parser/compression.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/parser
    copying pandas/io/tests/parser/converters.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/parser
    copying pandas/io/tests/parser/header.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/parser
    copying pandas/io/tests/parser/index_col.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/parser
    copying pandas/io/tests/parser/multithread.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/parser
    copying pandas/io/tests/parser/na_values.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/parser
    copying pandas/io/tests/parser/parse_dates.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/parser
    copying pandas/io/tests/parser/python_parser_only.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/parser
    copying pandas/io/tests/parser/skiprows.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/parser
    copying pandas/io/tests/parser/test_network.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/parser
    copying pandas/io/tests/parser/test_parsers.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/parser
    copying pandas/io/tests/parser/test_read_fwf.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/parser
    copying pandas/io/tests/parser/test_textreader.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/parser
    copying pandas/io/tests/parser/test_unsupported.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/parser
    copying pandas/io/tests/parser/usecols.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/parser
    package init file 'pandas/io/tests/sas/__init__.py' not found (or not a 
regular file)
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas
    copying pandas/io/tests/sas/test_sas7bdat.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas
    copying pandas/io/tests/sas/test_xport.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/stats/tests
    copying pandas/stats/tests/__init__.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/stats/tests
    copying pandas/stats/tests/common.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/stats/tests
    copying pandas/stats/tests/test_fama_macbeth.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/stats/tests
    copying pandas/stats/tests/test_math.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/stats/tests
    copying pandas/stats/tests/test_ols.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/stats/tests
    copying pandas/stats/tests/test_var.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/stats/tests
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/msgpack
    copying pandas/msgpack/__init__.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/msgpack
    copying pandas/msgpack/_version.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/msgpack
    copying pandas/msgpack/exceptions.py -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/msgpack
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_hdf
    copying pandas/io/tests/data/legacy_hdf/datetimetz_object.h5 -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_hdf
    copying pandas/io/tests/data/legacy_hdf/legacy.h5 -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_hdf
    copying pandas/io/tests/data/legacy_hdf/legacy_0.10.h5 -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_hdf
    copying pandas/io/tests/data/legacy_hdf/legacy_table.h5 -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_hdf
    copying pandas/io/tests/data/legacy_hdf/legacy_table_0.11.h5 -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_hdf
    copying pandas/io/tests/data/legacy_hdf/pytables_native.h5 -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_hdf
    copying pandas/io/tests/data/legacy_hdf/pytables_native2.h5 -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_hdf
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle
    creating 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.10.1
    copying 
pandas/io/tests/data/legacy_pickle/0.10.1/AMD64_windows_2.7.3.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.10.1
    copying pandas/io/tests/data/legacy_pickle/0.10.1/x86_64_linux_2.7.3.pickle 
-> build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.10.1
    creating 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.11.0
    copying 
pandas/io/tests/data/legacy_pickle/0.11.0/0.11.0_x86_64_linux_3.3.0.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.11.0
    copying pandas/io/tests/data/legacy_pickle/0.11.0/x86_64_linux_2.7.3.pickle 
-> build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.11.0
    copying pandas/io/tests/data/legacy_pickle/0.11.0/x86_64_linux_3.3.0.pickle 
-> build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.11.0
    creating 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.12.0
    copying 
pandas/io/tests/data/legacy_pickle/0.12.0/0.12.0_AMD64_windows_2.7.3.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.12.0
    copying 
pandas/io/tests/data/legacy_pickle/0.12.0/0.12.0_x86_64_linux_2.7.3.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.12.0
    creating 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0
    copying 
pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_AMD64_windows_2.7.3.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0
    copying 
pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_i686_linux_2.6.5.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0
    copying 
pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_i686_linux_2.7.3.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0
    copying 
pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_i686_linux_3.2.3.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0
    copying 
pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_darwin_2.7.5.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0
    copying 
pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_darwin_2.7.6.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0
    copying 
pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_linux_2.7.3.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0
    copying 
pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_linux_2.7.8.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0
    copying 
pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_linux_3.3.0.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0
    creating 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.14.0
    copying 
pandas/io/tests/data/legacy_pickle/0.14.0/0.14.0_x86_64_darwin_2.7.6.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.14.0
    copying 
pandas/io/tests/data/legacy_pickle/0.14.0/0.14.0_x86_64_linux_2.7.8.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.14.0
    creating 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.14.1
    copying 
pandas/io/tests/data/legacy_pickle/0.14.1/0.14.1_x86_64_linux_2.7.8.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.14.1
    creating 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.15.0
    copying 
pandas/io/tests/data/legacy_pickle/0.15.0/0.15.0_x86_64_linux_2.7.8.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.15.0
    creating 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.15.2
    copying 
pandas/io/tests/data/legacy_pickle/0.15.2/0.15.2_x86_64_darwin_2.7.9.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.15.2
    creating 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.16.0
    copying 
pandas/io/tests/data/legacy_pickle/0.16.0/0.16.0_x86_64_darwin_2.7.9.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.16.0
    creating 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.16.2
    copying 
pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_AMD64_windows_2.7.10.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.16.2
    copying 
pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_AMD64_windows_3.4.3.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.16.2
    copying 
pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_x86_64_darwin_2.7.10.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.16.2
    copying 
pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_x86_64_darwin_2.7.9.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.16.2
    copying 
pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_x86_64_darwin_3.4.3.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.16.2
    copying 
pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_x86_64_linux_2.7.10.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.16.2
    copying 
pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_x86_64_linux_3.4.3.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.16.2
    creating 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.17.1
    copying 
pandas/io/tests/data/legacy_pickle/0.17.1/0.17.1_AMD64_windows_2.7.11.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.17.1
    copying 
pandas/io/tests/data/legacy_pickle/0.17.1/0.17.1_x86_64_darwin_2.7.11.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.17.1
    creating 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.18.0
    copying 
pandas/io/tests/data/legacy_pickle/0.18.0/0.18.0_AMD64_windows_2.7.11.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.18.0
    copying 
pandas/io/tests/data/legacy_pickle/0.18.0/0.18.0_AMD64_windows_3.5.1.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.18.0
    copying 
pandas/io/tests/data/legacy_pickle/0.18.0/0.18.0_x86_64_darwin_2.7.11.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.18.0
    copying 
pandas/io/tests/data/legacy_pickle/0.18.0/0.18.0_x86_64_darwin_3.5.1.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.18.0
    creating 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_msgpack
    creating 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.16.0
    copying 
pandas/io/tests/data/legacy_msgpack/0.16.0/0.16.0_x86_64_darwin_2.7.9.msgpack 
-> build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.16.0
    creating 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.16.2
    copying 
pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_AMD64_windows_2.7.10.msgpack 
-> build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.16.2
    copying 
pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_AMD64_windows_3.4.3.msgpack 
-> build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.16.2
    copying 
pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_x86_64_darwin_2.7.10.msgpack 
-> build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.16.2
    copying 
pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_x86_64_darwin_2.7.9.msgpack 
-> build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.16.2
    copying 
pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_x86_64_darwin_3.4.3.msgpack 
-> build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.16.2
    copying 
pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_x86_64_linux_2.7.10.msgpack 
-> build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.16.2
    copying 
pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_x86_64_linux_3.4.3.msgpack -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.16.2
    creating 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.17.1
    copying 
pandas/io/tests/data/legacy_msgpack/0.17.1/0.17.1_AMD64_windows_2.7.11.msgpack 
-> build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.17.1
    copying 
pandas/io/tests/data/legacy_msgpack/0.17.1/0.17.1_AMD64_windows_3.5.1.msgpack 
-> build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.17.1
    copying 
pandas/io/tests/data/legacy_msgpack/0.17.1/0.17.1_x86_64_darwin_2.7.11.msgpack 
-> build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.17.1
    copying 
pandas/io/tests/data/legacy_msgpack/0.17.1/0.17.1_x86_64_darwin_3.5.1.msgpack 
-> build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.17.1
    copying 
pandas/io/tests/data/legacy_msgpack/0.17.1/0.17.1_x86_64_linux_2.7.11.msgpack 
-> build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.17.1
    copying 
pandas/io/tests/data/legacy_msgpack/0.17.1/0.17.1_x86_64_linux_3.4.4.msgpack -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.17.1
    creating 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.18.0
    copying 
pandas/io/tests/data/legacy_msgpack/0.18.0/0.18.0_AMD64_windows_2.7.11.msgpack 
-> build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.18.0
    copying 
pandas/io/tests/data/legacy_msgpack/0.18.0/0.18.0_AMD64_windows_3.5.1.msgpack 
-> build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.18.0
    copying 
pandas/io/tests/data/legacy_msgpack/0.18.0/0.18.0_x86_64_darwin_2.7.11.msgpack 
-> build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.18.0
    copying 
pandas/io/tests/data/legacy_msgpack/0.18.0/0.18.0_x86_64_darwin_3.5.1.msgpack 
-> build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.18.0
    copying pandas/io/tests/data/banklist.csv -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/iris.csv -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata3.csv -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata5.csv -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata6.csv -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/test1.csv -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/tips.csv -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/S4_EDUC1.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata10_115.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata10_117.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata11_115.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata11_117.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata12_117.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata14_118.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata1_114.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata1_117.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata1_encoding.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata2_113.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata2_114.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata2_115.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata2_117.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata3_113.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata3_114.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata3_115.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata3_117.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata4_113.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata4_114.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata4_115.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata4_117.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata5_113.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata5_114.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata5_115.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata5_117.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata6_113.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata6_114.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata6_115.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata6_117.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata7_115.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata7_117.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata8_113.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata8_115.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata8_117.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata9_115.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/stata9_117.dta -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/gbq_fake_job.txt -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/blank.xls -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/blank_with_header.xls -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/test1.xls -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/test2.xls -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/test3.xls -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/test4.xls -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/test_converters.xls -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/test_index_name_pre17.xls -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/test_multisheet.xls -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/test_squeeze.xls -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/test_types.xls -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/testmultiindex.xls -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/testskiprows.xls -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/times_1900.xls -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/times_1904.xls -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/blank.xlsx -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/blank_with_header.xlsx -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/test1.xlsx -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/test2.xlsx -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/test3.xlsx -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/test4.xlsx -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/test_converters.xlsx -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/test_index_name_pre17.xlsx -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/test_multisheet.xlsx -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/test_squeeze.xlsx -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/test_types.xlsx -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/testmultiindex.xlsx -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/testskiprows.xlsx -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/times_1900.xlsx -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/times_1904.xlsx -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/blank.xlsm -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/blank_with_header.xlsm -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/test1.xlsm -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/test2.xlsm -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/test3.xlsm -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/test4.xlsm -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/test_converters.xlsm -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/test_index_name_pre17.xlsm -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/test_multisheet.xlsm -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/test_squeeze.xlsm -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/test_types.xlsm -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/testmultiindex.xlsm -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/testskiprows.xlsm -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/times_1900.xlsm -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/times_1904.xlsm -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/parser/data
    copying pandas/io/tests/parser/data/iris.csv -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/parser/data
    copying pandas/io/tests/parser/data/salary.table.csv -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/parser/data
    copying pandas/io/tests/parser/data/test1.csv -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/parser/data
    copying pandas/io/tests/parser/data/test2.csv -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/parser/data
    copying pandas/io/tests/parser/data/tips.csv -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/parser/data
    copying pandas/io/tests/parser/data/unicode_series.csv -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/parser/data
    copying pandas/io/tests/parser/data/salary.table.gz -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/parser/data
    copying pandas/io/tests/parser/data/test1.csv.gz -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/parser/data
    copying pandas/io/tests/parser/data/test1.csv.bz2 -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/parser/data
    copying pandas/io/tests/parser/data/utf16_ex.txt -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/parser/data
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/sas/data/airline.csv -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/sas/data/DEMO_G.csv -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/sas/data/DRXFCD_G.csv -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/sas/data/paxraw_d_short.csv -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/sas/data/productsales.csv -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/sas/data/SSHSV1_A.csv -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/sas/data/test_12659.csv -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/sas/data/test_sas7bdat_1.csv -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/sas/data/test_sas7bdat_2.csv -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/sas/data/DEMO_G.xpt -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/sas/data/DRXFCD_G.xpt -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/sas/data/paxraw_d_short.xpt -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/sas/data/SSHSV1_A.xpt -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/sas/data/airline.sas7bdat -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/sas/data/productsales.sas7bdat -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/sas/data/test1.sas7bdat -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/sas/data/test10.sas7bdat -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/sas/data/test11.sas7bdat -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/sas/data/test12.sas7bdat -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/sas/data/test13.sas7bdat -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/sas/data/test14.sas7bdat -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/sas/data/test15.sas7bdat -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/sas/data/test16.sas7bdat -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/sas/data/test2.sas7bdat -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/sas/data/test3.sas7bdat -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/sas/data/test4.sas7bdat -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/sas/data/test5.sas7bdat -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/sas/data/test6.sas7bdat -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/sas/data/test7.sas7bdat -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/sas/data/test8.sas7bdat -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/sas/data/test9.sas7bdat -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/sas/data/test_12659.sas7bdat -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/sas/data
    copying pandas/io/tests/data/banklist.html -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/computer_sales_page.html -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/macau.html -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/nyse_wsj.html -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/spam.html -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/valid_markup.html -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/wikipedia_states.html -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/yahoo_options1.html -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/yahoo_options2.html -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    copying pandas/io/tests/data/yahoo_options3.html -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/html_encoding
    copying pandas/io/tests/data/html_encoding/chinese_utf-16.html -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/html_encoding
    copying pandas/io/tests/data/html_encoding/chinese_utf-32.html -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/html_encoding
    copying pandas/io/tests/data/html_encoding/chinese_utf-8.html -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/html_encoding
    copying pandas/io/tests/data/html_encoding/letz_latin1.html -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/data/html_encoding
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/json/data
    copying pandas/io/tests/json/data/tsframe_iso_v012.json -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/json/data
    copying pandas/io/tests/json/data/tsframe_v012.json -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/io/tests/json/data
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/tests/data
    copying pandas/tests/data/categorical_0_14_1.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/data
    copying pandas/tests/data/categorical_0_15_2.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/data
    copying pandas/tests/data/iris.csv -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/data
    copying pandas/tests/data/tips.csv -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/data
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/tests/indexes/data
    copying pandas/tests/indexes/data/mindex_073.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/indexes/data
    copying pandas/tests/indexes/data/multiindex_v1.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/indexes/data
    copying pandas/tests/indexes/data/s1-0.12.0.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/indexes/data
    copying pandas/tests/indexes/data/s2-0.12.0.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/indexes/data
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/tests/formats/data
    copying pandas/tests/formats/data/unicode_series.csv -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tests/formats/data
    copying pandas/tools/tests/cut_data.csv -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tools/tests
    creating build/lib.macosx-10.9-x86_64-2.7/pandas/tseries/tests/data
    copying pandas/tseries/tests/data/cday-0.14.1.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries/tests/data
    copying pandas/tseries/tests/data/dateoffset_0_15_2.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries/tests/data
    copying pandas/tseries/tests/data/daterange_073.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries/tests/data
    copying pandas/tseries/tests/data/frame.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries/tests/data
    copying pandas/tseries/tests/data/series.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries/tests/data
    copying pandas/tseries/tests/data/series_daterange0.pickle -> 
build/lib.macosx-10.9-x86_64-2.7/pandas/tseries/tests/data
    package init file 'pandas/io/tests/sas/__init__.py' not found (or not a 
regular file)
    UPDATING build/lib.macosx-10.9-x86_64-2.7/pandas/_version.py
    set build/lib.macosx-10.9-x86_64-2.7/pandas/_version.py to '0.18.1'
    running build_ext
    skipping 'pandas/index.c' Cython extension (up-to-date)
    building 'pandas.index' extension
    creating build/temp.macosx-10.9-x86_64-2.7
    creating build/temp.macosx-10.9-x86_64-2.7/pandas
    creating build/temp.macosx-10.9-x86_64-2.7/pandas/src
    creating build/temp.macosx-10.9-x86_64-2.7/pandas/src/datetime
    gcc -fno-strict-aliasing 
-I/Users/Laurent/Downloads/sage-7.2/local/var/tmp/sage/build/python2-2.7.10.p1/include
 -DNDEBUG -g -fwrapv -O3 -Wall -Wno-unused -Ipandas/src/klib -Ipandas/src 
-I/Users/Laurent/Downloads/sage-7.2/local/lib/python2.7/site-packages/numpy-1.11.0-py2.7-macosx-10.9-x86_64.egg/numpy/core/include
 -I/Users/Laurent/Downloads/sage-7.2/local/include/python2.7 -c pandas/index.c 
-o build/temp.macosx-10.9-x86_64-2.7/pandas/index.o -Wno-unused-function
    In file included from 
/Users/Laurent/Downloads/sage-7.2/local/lib/python2.7/site-packages/numpy-1.11.0-py2.7-macosx-10.9-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1777:0,
                     from 
/Users/Laurent/Downloads/sage-7.2/local/lib/python2.7/site-packages/numpy-1.11.0-py2.7-macosx-10.9-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:18,
                     from 
/Users/Laurent/Downloads/sage-7.2/local/lib/python2.7/site-packages/numpy-1.11.0-py2.7-macosx-10.9-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4,
                     from pandas/index.c:266:
    
/Users/Laurent/Downloads/sage-7.2/local/lib/python2.7/site-packages/numpy-1.11.0-py2.7-macosx-10.9-x86_64.egg/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2:
 warning: #warning "Using deprecated NumPy API, disable it by " "#defining 
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     #warning "Using deprecated NumPy API, disable it by " \
      ^
    pandas/index.c: In function '__pyx_f_6pandas_5index_11IndexEngine_get_loc':
    pandas/index.c:9429:13: warning: '__pyx_v_mid' may be used uninitialized in 
this function [-Wmaybe-uninitialized]
         __pyx_r = (__pyx_v_mid + 1);
                 ^
    pandas/index.c:9166:14: note: '__pyx_v_mid' was declared here
       Py_ssize_t __pyx_v_mid;
                  ^
    gcc -fno-strict-aliasing 
-I/Users/Laurent/Downloads/sage-7.2/local/var/tmp/sage/build/python2-2.7.10.p1/include
 -DNDEBUG -g -fwrapv -O3 -Wall -Wno-unused -Ipandas/src/klib -Ipandas/src 
-I/Users/Laurent/Downloads/sage-7.2/local/lib/python2.7/site-packages/numpy-1.11.0-py2.7-macosx-10.9-x86_64.egg/numpy/core/include
 -I/Users/Laurent/Downloads/sage-7.2/local/include/python2.7 -c 
pandas/src/datetime/np_datetime.c -o 
build/temp.macosx-10.9-x86_64-2.7/pandas/src/datetime/np_datetime.o 
-Wno-unused-function
    In file included from 
/Users/Laurent/Downloads/sage-7.2/local/lib/python2.7/site-packages/numpy-1.11.0-py2.7-macosx-10.9-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1777:0,
                     from 
/Users/Laurent/Downloads/sage-7.2/local/lib/python2.7/site-packages/numpy-1.11.0-py2.7-macosx-10.9-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:18,
                     from 
/Users/Laurent/Downloads/sage-7.2/local/lib/python2.7/site-packages/numpy-1.11.0-py2.7-macosx-10.9-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4,
                     from pandas/src/datetime/np_datetime.c:18:
    
/Users/Laurent/Downloads/sage-7.2/local/lib/python2.7/site-packages/numpy-1.11.0-py2.7-macosx-10.9-x86_64.egg/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2:
 warning: #warning "Using deprecated NumPy API, disable it by " "#defining 
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     #warning "Using deprecated NumPy API, disable it by " \
      ^
    /var/folders/md/71gv03bs6mx4qxg933r_k_x40000gn/T//ccSLsnmg.s:984:suffix or 
operands invalid for `movq'
    /var/folders/md/71gv03bs6mx4qxg933r_k_x40000gn/T//ccSLsnmg.s:2605:suffix or 
operands invalid for `movq'
    /var/folders/md/71gv03bs6mx4qxg933r_k_x40000gn/T//ccSLsnmg.s:4735:suffix or 
operands invalid for `movq'
    error: command 'gcc' failed with exit status 1
    
    ----------------------------------------

Reply via email to