Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure Installing Pandas with Pip on Docker with Python 2 #21317

Closed
nfeldbaum opened this issue Jun 4, 2018 · 5 comments
Closed

Failure Installing Pandas with Pip on Docker with Python 2 #21317

nfeldbaum opened this issue Jun 4, 2018 · 5 comments

Comments

@nfeldbaum
Copy link

I'm unable to run pip install pandas in docker. It states that it Failed building wheel for pandas and then outputs:

Command "/home/vimeo/stack/bin/python -u -c "import setuptools, tokenize;__file__='/home/vimeo/tc/tmp/pip-install-cYh_Po/pandas/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /home/vimeo/tc/tmp/pip-record-_A3gVK/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /home/vimeo/tc/tmp/pip-install-cYh_Po/pandas/

I am using pip 10.0.1, Python 2.7.6, and the most current version of Pandas, 0.23.0. My setuptools is also up-to-date (version 39.2.0).

Entire output is:

Collecting pandas
  Using cached https://files.pythonhosted.org/packages/45/12/1e1ba99fb65df9f7f3724d3232feef35cc044d18604d57492d561e90219f/pandas-0.23.0.tar.gz
Requirement already satisfied: python-dateutil>=2.5.0 in ./stack/lib/python2.7/site-packages (from pandas) (2.7.3)
Requirement already satisfied: pytz>=2011k in ./stack/lib/python2.7/site-packages (from pandas) (2018.4)
Requirement already satisfied: numpy>=1.9.0 in ./stack/lib/python2.7/site-packages (from pandas) (1.14.3)
Requirement already satisfied: six>=1.5 in ./stack/lib/python2.7/site-packages (from python-dateutil>=2.5.0->pandas) (1.11.0)
Building wheels for collected packages: pandas
  Running setup.py bdist_wheel for pandas ... error
  Complete output from command /home/vimeo/stack/bin/python -u -c "import setuptools, tokenize;__file__='/home/vimeo/tc/tmp/pip-install-cYh_Po/pandas/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /home/vimeo/tc/tmp/pip-wheel-AY1FkU --python-tag cp27:
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-x86_64-2.7
  creating build/lib.linux-x86_64-2.7/pandas
  copying pandas/__init__.py -> build/lib.linux-x86_64-2.7/pandas
  copying pandas/_version.py -> build/lib.linux-x86_64-2.7/pandas
  copying pandas/conftest.py -> build/lib.linux-x86_64-2.7/pandas
  copying pandas/json.py -> build/lib.linux-x86_64-2.7/pandas
  copying pandas/lib.py -> build/lib.linux-x86_64-2.7/pandas
  copying pandas/parser.py -> build/lib.linux-x86_64-2.7/pandas
  copying pandas/testing.py -> build/lib.linux-x86_64-2.7/pandas
  copying pandas/tslib.py -> build/lib.linux-x86_64-2.7/pandas
  creating build/lib.linux-x86_64-2.7/pandas/_libs
  copying pandas/_libs/__init__.py -> build/lib.linux-x86_64-2.7/pandas/_libs
  creating build/lib.linux-x86_64-2.7/pandas/api
  copying pandas/api/__init__.py -> build/lib.linux-x86_64-2.7/pandas/api
  creating build/lib.linux-x86_64-2.7/pandas/compat
  copying pandas/compat/__init__.py -> build/lib.linux-x86_64-2.7/pandas/compat
  copying pandas/compat/chainmap.py -> build/lib.linux-x86_64-2.7/pandas/compat
  copying pandas/compat/chainmap_impl.py -> build/lib.linux-x86_64-2.7/pandas/compat
  copying pandas/compat/pickle_compat.py -> build/lib.linux-x86_64-2.7/pandas/compat
  creating build/lib.linux-x86_64-2.7/pandas/computation
  copying pandas/computation/__init__.py -> build/lib.linux-x86_64-2.7/pandas/computation
  copying pandas/computation/expressions.py -> build/lib.linux-x86_64-2.7/pandas/computation
  creating build/lib.linux-x86_64-2.7/pandas/core
  copying pandas/core/__init__.py -> build/lib.linux-x86_64-2.7/pandas/core
  copying pandas/core/accessor.py -> build/lib.linux-x86_64-2.7/pandas/core
  copying pandas/core/algorithms.py -> build/lib.linux-x86_64-2.7/pandas/core
  copying pandas/core/api.py -> build/lib.linux-x86_64-2.7/pandas/core
  copying pandas/core/apply.py -> build/lib.linux-x86_64-2.7/pandas/core
  copying pandas/core/base.py -> build/lib.linux-x86_64-2.7/pandas/core
  copying pandas/core/categorical.py -> build/lib.linux-x86_64-2.7/pandas/core
  copying pandas/core/common.py -> build/lib.linux-x86_64-2.7/pandas/core
  copying pandas/core/config.py -> build/lib.linux-x86_64-2.7/pandas/core
  copying pandas/core/config_init.py -> build/lib.linux-x86_64-2.7/pandas/core
  copying pandas/core/datetools.py -> build/lib.linux-x86_64-2.7/pandas/core
  copying pandas/core/frame.py -> build/lib.linux-x86_64-2.7/pandas/core
  copying pandas/core/generic.py -> build/lib.linux-x86_64-2.7/pandas/core
  copying pandas/core/index.py -> build/lib.linux-x86_64-2.7/pandas/core
  copying pandas/core/indexing.py -> build/lib.linux-x86_64-2.7/pandas/core
  copying pandas/core/internals.py -> build/lib.linux-x86_64-2.7/pandas/core
  copying pandas/core/missing.py -> build/lib.linux-x86_64-2.7/pandas/core
  copying pandas/core/nanops.py -> build/lib.linux-x86_64-2.7/pandas/core
  copying pandas/core/ops.py -> build/lib.linux-x86_64-2.7/pandas/core
  copying pandas/core/panel.py -> build/lib.linux-x86_64-2.7/pandas/core
  copying pandas/core/resample.py -> build/lib.linux-x86_64-2.7/pandas/core
  copying pandas/core/series.py -> build/lib.linux-x86_64-2.7/pandas/core
  copying pandas/core/sorting.py -> build/lib.linux-x86_64-2.7/pandas/core
  copying pandas/core/strings.py -> build/lib.linux-x86_64-2.7/pandas/core
  copying pandas/core/window.py -> build/lib.linux-x86_64-2.7/pandas/core
  creating build/lib.linux-x86_64-2.7/pandas/errors
  copying pandas/errors/__init__.py -> build/lib.linux-x86_64-2.7/pandas/errors
  creating build/lib.linux-x86_64-2.7/pandas/formats
  copying pandas/formats/__init__.py -> build/lib.linux-x86_64-2.7/pandas/formats
  copying pandas/formats/style.py -> build/lib.linux-x86_64-2.7/pandas/formats
  creating build/lib.linux-x86_64-2.7/pandas/io
  copying pandas/io/__init__.py -> build/lib.linux-x86_64-2.7/pandas/io
  copying pandas/io/api.py -> build/lib.linux-x86_64-2.7/pandas/io
  copying pandas/io/clipboards.py -> build/lib.linux-x86_64-2.7/pandas/io
  copying pandas/io/common.py -> build/lib.linux-x86_64-2.7/pandas/io
  copying pandas/io/date_converters.py -> build/lib.linux-x86_64-2.7/pandas/io
  copying pandas/io/excel.py -> build/lib.linux-x86_64-2.7/pandas/io
  copying pandas/io/feather_format.py -> build/lib.linux-x86_64-2.7/pandas/io
  copying pandas/io/gbq.py -> build/lib.linux-x86_64-2.7/pandas/io
  copying pandas/io/html.py -> build/lib.linux-x86_64-2.7/pandas/io
  copying pandas/io/packers.py -> build/lib.linux-x86_64-2.7/pandas/io
  copying pandas/io/parquet.py -> build/lib.linux-x86_64-2.7/pandas/io
  copying pandas/io/parsers.py -> build/lib.linux-x86_64-2.7/pandas/io
  copying pandas/io/pickle.py -> build/lib.linux-x86_64-2.7/pandas/io
  copying pandas/io/pytables.py -> build/lib.linux-x86_64-2.7/pandas/io
  copying pandas/io/s3.py -> build/lib.linux-x86_64-2.7/pandas/io
  copying pandas/io/sql.py -> build/lib.linux-x86_64-2.7/pandas/io
  copying pandas/io/stata.py -> build/lib.linux-x86_64-2.7/pandas/io
  creating build/lib.linux-x86_64-2.7/pandas/plotting
  copying pandas/plotting/__init__.py -> build/lib.linux-x86_64-2.7/pandas/plotting
  copying pandas/plotting/_compat.py -> build/lib.linux-x86_64-2.7/pandas/plotting
  copying pandas/plotting/_converter.py -> build/lib.linux-x86_64-2.7/pandas/plotting
  copying pandas/plotting/_core.py -> build/lib.linux-x86_64-2.7/pandas/plotting
  copying pandas/plotting/_misc.py -> build/lib.linux-x86_64-2.7/pandas/plotting
  copying pandas/plotting/_style.py -> build/lib.linux-x86_64-2.7/pandas/plotting
  copying pandas/plotting/_timeseries.py -> build/lib.linux-x86_64-2.7/pandas/plotting
  copying pandas/plotting/_tools.py -> build/lib.linux-x86_64-2.7/pandas/plotting
  creating build/lib.linux-x86_64-2.7/pandas/tests
  copying pandas/tests/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests
  copying pandas/tests/test_algos.py -> build/lib.linux-x86_64-2.7/pandas/tests
  copying pandas/tests/test_base.py -> build/lib.linux-x86_64-2.7/pandas/tests
  copying pandas/tests/test_common.py -> build/lib.linux-x86_64-2.7/pandas/tests
  copying pandas/tests/test_compat.py -> build/lib.linux-x86_64-2.7/pandas/tests
  copying pandas/tests/test_config.py -> build/lib.linux-x86_64-2.7/pandas/tests
  copying pandas/tests/test_downstream.py -> build/lib.linux-x86_64-2.7/pandas/tests
  copying pandas/tests/test_errors.py -> build/lib.linux-x86_64-2.7/pandas/tests
  copying pandas/tests/test_expressions.py -> build/lib.linux-x86_64-2.7/pandas/tests
  copying pandas/tests/test_join.py -> build/lib.linux-x86_64-2.7/pandas/tests
  copying pandas/tests/test_lib.py -> build/lib.linux-x86_64-2.7/pandas/tests
  copying pandas/tests/test_multilevel.py -> build/lib.linux-x86_64-2.7/pandas/tests
  copying pandas/tests/test_nanops.py -> build/lib.linux-x86_64-2.7/pandas/tests
  copying pandas/tests/test_panel.py -> build/lib.linux-x86_64-2.7/pandas/tests
  copying pandas/tests/test_register_accessor.py -> build/lib.linux-x86_64-2.7/pandas/tests
  copying pandas/tests/test_resample.py -> build/lib.linux-x86_64-2.7/pandas/tests
  copying pandas/tests/test_sorting.py -> build/lib.linux-x86_64-2.7/pandas/tests
  copying pandas/tests/test_strings.py -> build/lib.linux-x86_64-2.7/pandas/tests
  copying pandas/tests/test_take.py -> build/lib.linux-x86_64-2.7/pandas/tests
  copying pandas/tests/test_window.py -> build/lib.linux-x86_64-2.7/pandas/tests
  creating build/lib.linux-x86_64-2.7/pandas/tools
  copying pandas/tools/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tools
  copying pandas/tools/merge.py -> build/lib.linux-x86_64-2.7/pandas/tools
  copying pandas/tools/plotting.py -> build/lib.linux-x86_64-2.7/pandas/tools
  creating build/lib.linux-x86_64-2.7/pandas/tseries
  copying pandas/tseries/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tseries
  copying pandas/tseries/api.py -> build/lib.linux-x86_64-2.7/pandas/tseries
  copying pandas/tseries/converter.py -> build/lib.linux-x86_64-2.7/pandas/tseries
  copying pandas/tseries/frequencies.py -> build/lib.linux-x86_64-2.7/pandas/tseries
  copying pandas/tseries/holiday.py -> build/lib.linux-x86_64-2.7/pandas/tseries
  copying pandas/tseries/offsets.py -> build/lib.linux-x86_64-2.7/pandas/tseries
  copying pandas/tseries/plotting.py -> build/lib.linux-x86_64-2.7/pandas/tseries
  creating build/lib.linux-x86_64-2.7/pandas/types
  copying pandas/types/__init__.py -> build/lib.linux-x86_64-2.7/pandas/types
  copying pandas/types/common.py -> build/lib.linux-x86_64-2.7/pandas/types
  copying pandas/types/concat.py -> build/lib.linux-x86_64-2.7/pandas/types
  creating build/lib.linux-x86_64-2.7/pandas/util
  copying pandas/util/__init__.py -> build/lib.linux-x86_64-2.7/pandas/util
  copying pandas/util/_decorators.py -> build/lib.linux-x86_64-2.7/pandas/util
  copying pandas/util/_depr_module.py -> build/lib.linux-x86_64-2.7/pandas/util
  copying pandas/util/_doctools.py -> build/lib.linux-x86_64-2.7/pandas/util
  copying pandas/util/_print_versions.py -> build/lib.linux-x86_64-2.7/pandas/util
  copying pandas/util/_test_decorators.py -> build/lib.linux-x86_64-2.7/pandas/util
  copying pandas/util/_tester.py -> build/lib.linux-x86_64-2.7/pandas/util
  copying pandas/util/_validators.py -> build/lib.linux-x86_64-2.7/pandas/util
  copying pandas/util/decorators.py -> build/lib.linux-x86_64-2.7/pandas/util
  copying pandas/util/testing.py -> build/lib.linux-x86_64-2.7/pandas/util
  creating build/lib.linux-x86_64-2.7/pandas/_libs/tslibs
  copying pandas/_libs/tslibs/__init__.py -> build/lib.linux-x86_64-2.7/pandas/_libs/tslibs
  creating build/lib.linux-x86_64-2.7/pandas/api/extensions
  copying pandas/api/extensions/__init__.py -> build/lib.linux-x86_64-2.7/pandas/api/extensions
  creating build/lib.linux-x86_64-2.7/pandas/api/types
  copying pandas/api/types/__init__.py -> build/lib.linux-x86_64-2.7/pandas/api/types
  creating build/lib.linux-x86_64-2.7/pandas/compat/numpy
  copying pandas/compat/numpy/__init__.py -> build/lib.linux-x86_64-2.7/pandas/compat/numpy
  copying pandas/compat/numpy/function.py -> build/lib.linux-x86_64-2.7/pandas/compat/numpy
  creating build/lib.linux-x86_64-2.7/pandas/core/arrays
  copying pandas/core/arrays/__init__.py -> build/lib.linux-x86_64-2.7/pandas/core/arrays
  copying pandas/core/arrays/base.py -> build/lib.linux-x86_64-2.7/pandas/core/arrays
  copying pandas/core/arrays/categorical.py -> build/lib.linux-x86_64-2.7/pandas/core/arrays
  creating build/lib.linux-x86_64-2.7/pandas/core/computation
  copying pandas/core/computation/__init__.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
  copying pandas/core/computation/align.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
  copying pandas/core/computation/api.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
  copying pandas/core/computation/check.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
  copying pandas/core/computation/common.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
  copying pandas/core/computation/engines.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
  copying pandas/core/computation/eval.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
  copying pandas/core/computation/expr.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
  copying pandas/core/computation/expressions.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
  copying pandas/core/computation/ops.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
  copying pandas/core/computation/pytables.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
  copying pandas/core/computation/scope.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
  creating build/lib.linux-x86_64-2.7/pandas/core/dtypes
  copying pandas/core/dtypes/__init__.py -> build/lib.linux-x86_64-2.7/pandas/core/dtypes
  copying pandas/core/dtypes/api.py -> build/lib.linux-x86_64-2.7/pandas/core/dtypes
  copying pandas/core/dtypes/base.py -> build/lib.linux-x86_64-2.7/pandas/core/dtypes
  copying pandas/core/dtypes/cast.py -> build/lib.linux-x86_64-2.7/pandas/core/dtypes
  copying pandas/core/dtypes/common.py -> build/lib.linux-x86_64-2.7/pandas/core/dtypes
  copying pandas/core/dtypes/concat.py -> build/lib.linux-x86_64-2.7/pandas/core/dtypes
  copying pandas/core/dtypes/dtypes.py -> build/lib.linux-x86_64-2.7/pandas/core/dtypes
  copying pandas/core/dtypes/generic.py -> build/lib.linux-x86_64-2.7/pandas/core/dtypes
  copying pandas/core/dtypes/inference.py -> build/lib.linux-x86_64-2.7/pandas/core/dtypes
  copying pandas/core/dtypes/missing.py -> build/lib.linux-x86_64-2.7/pandas/core/dtypes
  creating build/lib.linux-x86_64-2.7/pandas/core/groupby
  copying pandas/core/groupby/__init__.py -> build/lib.linux-x86_64-2.7/pandas/core/groupby
  copying pandas/core/groupby/groupby.py -> build/lib.linux-x86_64-2.7/pandas/core/groupby
  creating build/lib.linux-x86_64-2.7/pandas/core/indexes
  copying pandas/core/indexes/__init__.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
  copying pandas/core/indexes/accessors.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
  copying pandas/core/indexes/api.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
  copying pandas/core/indexes/base.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
  copying pandas/core/indexes/category.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
  copying pandas/core/indexes/datetimelike.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
  copying pandas/core/indexes/datetimes.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
  copying pandas/core/indexes/frozen.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
  copying pandas/core/indexes/interval.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
  copying pandas/core/indexes/multi.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
  copying pandas/core/indexes/numeric.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
  copying pandas/core/indexes/period.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
  copying pandas/core/indexes/range.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
  copying pandas/core/indexes/timedeltas.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
  creating build/lib.linux-x86_64-2.7/pandas/core/reshape
  copying pandas/core/reshape/__init__.py -> build/lib.linux-x86_64-2.7/pandas/core/reshape
  copying pandas/core/reshape/api.py -> build/lib.linux-x86_64-2.7/pandas/core/reshape
  copying pandas/core/reshape/concat.py -> build/lib.linux-x86_64-2.7/pandas/core/reshape
  copying pandas/core/reshape/melt.py -> build/lib.linux-x86_64-2.7/pandas/core/reshape
  copying pandas/core/reshape/merge.py -> build/lib.linux-x86_64-2.7/pandas/core/reshape
  copying pandas/core/reshape/pivot.py -> build/lib.linux-x86_64-2.7/pandas/core/reshape
  copying pandas/core/reshape/reshape.py -> build/lib.linux-x86_64-2.7/pandas/core/reshape
  copying pandas/core/reshape/tile.py -> build/lib.linux-x86_64-2.7/pandas/core/reshape
  copying pandas/core/reshape/util.py -> build/lib.linux-x86_64-2.7/pandas/core/reshape
  creating build/lib.linux-x86_64-2.7/pandas/core/sparse
  copying pandas/core/sparse/__init__.py -> build/lib.linux-x86_64-2.7/pandas/core/sparse
  copying pandas/core/sparse/api.py -> build/lib.linux-x86_64-2.7/pandas/core/sparse
  copying pandas/core/sparse/array.py -> build/lib.linux-x86_64-2.7/pandas/core/sparse
  copying pandas/core/sparse/frame.py -> build/lib.linux-x86_64-2.7/pandas/core/sparse
  copying pandas/core/sparse/scipy_sparse.py -> build/lib.linux-x86_64-2.7/pandas/core/sparse
  copying pandas/core/sparse/series.py -> build/lib.linux-x86_64-2.7/pandas/core/sparse
  creating build/lib.linux-x86_64-2.7/pandas/core/tools
  copying pandas/core/tools/__init__.py -> build/lib.linux-x86_64-2.7/pandas/core/tools
  copying pandas/core/tools/datetimes.py -> build/lib.linux-x86_64-2.7/pandas/core/tools
  copying pandas/core/tools/numeric.py -> build/lib.linux-x86_64-2.7/pandas/core/tools
  copying pandas/core/tools/timedeltas.py -> build/lib.linux-x86_64-2.7/pandas/core/tools
  creating build/lib.linux-x86_64-2.7/pandas/core/util
  copying pandas/core/util/__init__.py -> build/lib.linux-x86_64-2.7/pandas/core/util
  copying pandas/core/util/hashing.py -> build/lib.linux-x86_64-2.7/pandas/core/util
  creating build/lib.linux-x86_64-2.7/pandas/io/clipboard
  copying pandas/io/clipboard/__init__.py -> build/lib.linux-x86_64-2.7/pandas/io/clipboard
  copying pandas/io/clipboard/clipboards.py -> build/lib.linux-x86_64-2.7/pandas/io/clipboard
  copying pandas/io/clipboard/exceptions.py -> build/lib.linux-x86_64-2.7/pandas/io/clipboard
  copying pandas/io/clipboard/windows.py -> build/lib.linux-x86_64-2.7/pandas/io/clipboard
  creating build/lib.linux-x86_64-2.7/pandas/io/formats
  copying pandas/io/formats/__init__.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
  copying pandas/io/formats/console.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
  copying pandas/io/formats/css.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
  copying pandas/io/formats/csvs.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
  copying pandas/io/formats/excel.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
  copying pandas/io/formats/format.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
  copying pandas/io/formats/html.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
  copying pandas/io/formats/latex.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
  copying pandas/io/formats/printing.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
  copying pandas/io/formats/style.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
  copying pandas/io/formats/terminal.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
  creating build/lib.linux-x86_64-2.7/pandas/io/json
  copying pandas/io/json/__init__.py -> build/lib.linux-x86_64-2.7/pandas/io/json
  copying pandas/io/json/json.py -> build/lib.linux-x86_64-2.7/pandas/io/json
  copying pandas/io/json/normalize.py -> build/lib.linux-x86_64-2.7/pandas/io/json
  copying pandas/io/json/table_schema.py -> build/lib.linux-x86_64-2.7/pandas/io/json
  creating build/lib.linux-x86_64-2.7/pandas/io/msgpack
  copying pandas/io/msgpack/__init__.py -> build/lib.linux-x86_64-2.7/pandas/io/msgpack
  copying pandas/io/msgpack/_version.py -> build/lib.linux-x86_64-2.7/pandas/io/msgpack
  copying pandas/io/msgpack/exceptions.py -> build/lib.linux-x86_64-2.7/pandas/io/msgpack
  creating build/lib.linux-x86_64-2.7/pandas/io/sas
  copying pandas/io/sas/__init__.py -> build/lib.linux-x86_64-2.7/pandas/io/sas
  copying pandas/io/sas/sas7bdat.py -> build/lib.linux-x86_64-2.7/pandas/io/sas
  copying pandas/io/sas/sas_constants.py -> build/lib.linux-x86_64-2.7/pandas/io/sas
  copying pandas/io/sas/sas_xport.py -> build/lib.linux-x86_64-2.7/pandas/io/sas
  copying pandas/io/sas/sasreader.py -> build/lib.linux-x86_64-2.7/pandas/io/sas
  creating build/lib.linux-x86_64-2.7/pandas/tests/api
  copying pandas/tests/api/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/api
  copying pandas/tests/api/test_api.py -> build/lib.linux-x86_64-2.7/pandas/tests/api
  copying pandas/tests/api/test_types.py -> build/lib.linux-x86_64-2.7/pandas/tests/api
  creating build/lib.linux-x86_64-2.7/pandas/tests/categorical
  copying pandas/tests/categorical/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
  copying pandas/tests/categorical/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
  copying pandas/tests/categorical/conftest.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
  copying pandas/tests/categorical/test_algos.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
  copying pandas/tests/categorical/test_analytics.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
  copying pandas/tests/categorical/test_api.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
  copying pandas/tests/categorical/test_constructors.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
  copying pandas/tests/categorical/test_dtypes.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
  copying pandas/tests/categorical/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
  copying pandas/tests/categorical/test_missing.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
  copying pandas/tests/categorical/test_operators.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
  copying pandas/tests/categorical/test_repr.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
  copying pandas/tests/categorical/test_sorting.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
  copying pandas/tests/categorical/test_subclass.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
  copying pandas/tests/categorical/test_warnings.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
  creating build/lib.linux-x86_64-2.7/pandas/tests/computation
  copying pandas/tests/computation/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/computation
  copying pandas/tests/computation/test_compat.py -> build/lib.linux-x86_64-2.7/pandas/tests/computation
  copying pandas/tests/computation/test_eval.py -> build/lib.linux-x86_64-2.7/pandas/tests/computation
  creating build/lib.linux-x86_64-2.7/pandas/tests/dtypes
  copying pandas/tests/dtypes/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/dtypes
  copying pandas/tests/dtypes/test_cast.py -> build/lib.linux-x86_64-2.7/pandas/tests/dtypes
  copying pandas/tests/dtypes/test_common.py -> build/lib.linux-x86_64-2.7/pandas/tests/dtypes
  copying pandas/tests/dtypes/test_concat.py -> build/lib.linux-x86_64-2.7/pandas/tests/dtypes
  copying pandas/tests/dtypes/test_dtypes.py -> build/lib.linux-x86_64-2.7/pandas/tests/dtypes
  copying pandas/tests/dtypes/test_generic.py -> build/lib.linux-x86_64-2.7/pandas/tests/dtypes
  copying pandas/tests/dtypes/test_inference.py -> build/lib.linux-x86_64-2.7/pandas/tests/dtypes
  copying pandas/tests/dtypes/test_missing.py -> build/lib.linux-x86_64-2.7/pandas/tests/dtypes
  creating build/lib.linux-x86_64-2.7/pandas/tests/extension
  copying pandas/tests/extension/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension
  copying pandas/tests/extension/conftest.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension
  copying pandas/tests/extension/test_common.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension
  copying pandas/tests/extension/test_external_block.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension
  creating build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/test_alter_axes.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/test_analytics.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/test_api.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/test_apply.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/test_arithmetic.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/test_asof.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/test_axis_select_reindex.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/test_block_internals.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/test_combine_concat.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/test_constructors.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/test_convert_to.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/test_dtypes.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/test_join.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/test_missing.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/test_mutate_columns.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/test_nonunique_indexes.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/test_operators.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/test_period.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/test_quantile.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/test_query_eval.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/test_rank.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/test_replace.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/test_repr_info.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/test_reshape.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/test_sort_values_level_as_str.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/test_sorting.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/test_subclass.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/test_timeseries.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/test_timezones.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/test_to_csv.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  copying pandas/tests/frame/test_validate.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
  creating build/lib.linux-x86_64-2.7/pandas/tests/generic
  copying pandas/tests/generic/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/generic
  copying pandas/tests/generic/test_frame.py -> build/lib.linux-x86_64-2.7/pandas/tests/generic
  copying pandas/tests/generic/test_generic.py -> build/lib.linux-x86_64-2.7/pandas/tests/generic
  copying pandas/tests/generic/test_label_or_level_utils.py -> build/lib.linux-x86_64-2.7/pandas/tests/generic
  copying pandas/tests/generic/test_panel.py -> build/lib.linux-x86_64-2.7/pandas/tests/generic
  copying pandas/tests/generic/test_series.py -> build/lib.linux-x86_64-2.7/pandas/tests/generic
  creating build/lib.linux-x86_64-2.7/pandas/tests/groupby
  copying pandas/tests/groupby/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
  copying pandas/tests/groupby/conftest.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
  copying pandas/tests/groupby/test_apply.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
  copying pandas/tests/groupby/test_bin_groupby.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
  copying pandas/tests/groupby/test_categorical.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
  copying pandas/tests/groupby/test_counting.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
  copying pandas/tests/groupby/test_filters.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
  copying pandas/tests/groupby/test_function.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
  copying pandas/tests/groupby/test_groupby.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
  copying pandas/tests/groupby/test_grouping.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
  copying pandas/tests/groupby/test_index_as_string.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
  copying pandas/tests/groupby/test_nth.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
  copying pandas/tests/groupby/test_rank.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
  copying pandas/tests/groupby/test_timegrouper.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
  copying pandas/tests/groupby/test_transform.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
  copying pandas/tests/groupby/test_value_counts.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
  copying pandas/tests/groupby/test_whitelist.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
  creating build/lib.linux-x86_64-2.7/pandas/tests/indexes
  copying pandas/tests/indexes/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes
  copying pandas/tests/indexes/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes
  copying pandas/tests/indexes/conftest.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes
  copying pandas/tests/indexes/datetimelike.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes
  copying pandas/tests/indexes/test_base.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes
  copying pandas/tests/indexes/test_category.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes
  copying pandas/tests/indexes/test_frozen.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes
  copying pandas/tests/indexes/test_multi.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes
  copying pandas/tests/indexes/test_numeric.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes
  copying pandas/tests/indexes/test_range.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes
  creating build/lib.linux-x86_64-2.7/pandas/tests/indexing
  copying pandas/tests/indexing/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
  copying pandas/tests/indexing/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
  copying pandas/tests/indexing/test_callable.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
  copying pandas/tests/indexing/test_categorical.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
  copying pandas/tests/indexing/test_chaining_and_caching.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
  copying pandas/tests/indexing/test_coercion.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
  copying pandas/tests/indexing/test_datetime.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
  copying pandas/tests/indexing/test_floats.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
  copying pandas/tests/indexing/test_iloc.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
  copying pandas/tests/indexing/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
  copying pandas/tests/indexing/test_indexing_slow.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
  copying pandas/tests/indexing/test_ix.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
  copying pandas/tests/indexing/test_loc.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
  copying pandas/tests/indexing/test_multiindex.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
  copying pandas/tests/indexing/test_panel.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
  copying pandas/tests/indexing/test_partial.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
  copying pandas/tests/indexing/test_scalar.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
  copying pandas/tests/indexing/test_timedelta.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
  creating build/lib.linux-x86_64-2.7/pandas/tests/internals
  copying pandas/tests/internals/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/internals
  copying pandas/tests/internals/test_internals.py -> build/lib.linux-x86_64-2.7/pandas/tests/internals
  creating build/lib.linux-x86_64-2.7/pandas/tests/io
  copying pandas/tests/io/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
  copying pandas/tests/io/conftest.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
  copying pandas/tests/io/generate_legacy_storage_files.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
  copying pandas/tests/io/test_clipboard.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
  copying pandas/tests/io/test_common.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
  copying pandas/tests/io/test_excel.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
  copying pandas/tests/io/test_feather.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
  copying pandas/tests/io/test_gbq.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
  copying pandas/tests/io/test_html.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
  copying pandas/tests/io/test_packers.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
  copying pandas/tests/io/test_parquet.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
  copying pandas/tests/io/test_pickle.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
  copying pandas/tests/io/test_pytables.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
  copying pandas/tests/io/test_s3.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
  copying pandas/tests/io/test_sql.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
  copying pandas/tests/io/test_stata.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
  creating build/lib.linux-x86_64-2.7/pandas/tests/plotting
  copying pandas/tests/plotting/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
  copying pandas/tests/plotting/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
  copying pandas/tests/plotting/test_boxplot_method.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
  copying pandas/tests/plotting/test_converter.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
  copying pandas/tests/plotting/test_datetimelike.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
  copying pandas/tests/plotting/test_deprecated.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
  copying pandas/tests/plotting/test_frame.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
  copying pandas/tests/plotting/test_groupby.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
  copying pandas/tests/plotting/test_hist_method.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
  copying pandas/tests/plotting/test_misc.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
  copying pandas/tests/plotting/test_series.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
  creating build/lib.linux-x86_64-2.7/pandas/tests/reshape
  copying pandas/tests/reshape/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape
  copying pandas/tests/reshape/test_concat.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape
  copying pandas/tests/reshape/test_melt.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape
  copying pandas/tests/reshape/test_pivot.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape
  copying pandas/tests/reshape/test_reshape.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape
  copying pandas/tests/reshape/test_tile.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape
  copying pandas/tests/reshape/test_union_categoricals.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape
  copying pandas/tests/reshape/test_util.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape
  creating build/lib.linux-x86_64-2.7/pandas/tests/scalar
  copying pandas/tests/scalar/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar
  copying pandas/tests/scalar/test_nat.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar
  creating build/lib.linux-x86_64-2.7/pandas/tests/series
  copying pandas/tests/series/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
  copying pandas/tests/series/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
  copying pandas/tests/series/test_alter_axes.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
  copying pandas/tests/series/test_analytics.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
  copying pandas/tests/series/test_api.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
  copying pandas/tests/series/test_apply.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
  copying pandas/tests/series/test_arithmetic.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
  copying pandas/tests/series/test_asof.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
  copying pandas/tests/series/test_combine_concat.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
  copying pandas/tests/series/test_constructors.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
  copying pandas/tests/series/test_datetime_values.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
  copying pandas/tests/series/test_dtypes.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
  copying pandas/tests/series/test_internals.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
  copying pandas/tests/series/test_io.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
  copying pandas/tests/series/test_missing.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
  copying pandas/tests/series/test_operators.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
  copying pandas/tests/series/test_period.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
  copying pandas/tests/series/test_quantile.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
  copying pandas/tests/series/test_rank.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
  copying pandas/tests/series/test_replace.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
  copying pandas/tests/series/test_repr.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
  copying pandas/tests/series/test_sorting.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
  copying pandas/tests/series/test_subclass.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
  copying pandas/tests/series/test_timeseries.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
  copying pandas/tests/series/test_timezones.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
  copying pandas/tests/series/test_validate.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
  creating build/lib.linux-x86_64-2.7/pandas/tests/sparse
  copying pandas/tests/sparse/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
  copying pandas/tests/sparse/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
  copying pandas/tests/sparse/test_arithmetics.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
  copying pandas/tests/sparse/test_array.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
  copying pandas/tests/sparse/test_combine_concat.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
  copying pandas/tests/sparse/test_format.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
  copying pandas/tests/sparse/test_groupby.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
  copying pandas/tests/sparse/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
  copying pandas/tests/sparse/test_libsparse.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
  copying pandas/tests/sparse/test_pivot.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
  copying pandas/tests/sparse/test_reshape.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
  creating build/lib.linux-x86_64-2.7/pandas/tests/tools
  copying pandas/tests/tools/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/tools
  copying pandas/tests/tools/test_numeric.py -> build/lib.linux-x86_64-2.7/pandas/tests/tools
  creating build/lib.linux-x86_64-2.7/pandas/tests/tseries
  copying pandas/tests/tseries/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries
  copying pandas/tests/tseries/conftest.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries
  copying pandas/tests/tseries/test_frequencies.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries
  copying pandas/tests/tseries/test_holiday.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries
  creating build/lib.linux-x86_64-2.7/pandas/tests/tslibs
  copying pandas/tests/tslibs/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/tslibs
  copying pandas/tests/tslibs/test_array_to_datetime.py -> build/lib.linux-x86_64-2.7/pandas/tests/tslibs
  copying pandas/tests/tslibs/test_ccalendar.py -> build/lib.linux-x86_64-2.7/pandas/tests/tslibs
  copying pandas/tests/tslibs/test_conversion.py -> build/lib.linux-x86_64-2.7/pandas/tests/tslibs
  copying pandas/tests/tslibs/test_libfrequencies.py -> build/lib.linux-x86_64-2.7/pandas/tests/tslibs
  copying pandas/tests/tslibs/test_liboffsets.py -> build/lib.linux-x86_64-2.7/pandas/tests/tslibs
  copying pandas/tests/tslibs/test_parsing.py -> build/lib.linux-x86_64-2.7/pandas/tests/tslibs
  copying pandas/tests/tslibs/test_period_asfreq.py -> build/lib.linux-x86_64-2.7/pandas/tests/tslibs
  copying pandas/tests/tslibs/test_timezones.py -> build/lib.linux-x86_64-2.7/pandas/tests/tslibs
  creating build/lib.linux-x86_64-2.7/pandas/tests/util
  copying pandas/tests/util/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/util
  copying pandas/tests/util/test_hashing.py -> build/lib.linux-x86_64-2.7/pandas/tests/util
  copying pandas/tests/util/test_testing.py -> build/lib.linux-x86_64-2.7/pandas/tests/util
  copying pandas/tests/util/test_util.py -> build/lib.linux-x86_64-2.7/pandas/tests/util
  creating build/lib.linux-x86_64-2.7/pandas/tests/extension/base
  copying pandas/tests/extension/base/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
  copying pandas/tests/extension/base/base.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
  copying pandas/tests/extension/base/casting.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
  copying pandas/tests/extension/base/constructors.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
  copying pandas/tests/extension/base/dtype.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
  copying pandas/tests/extension/base/getitem.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
  copying pandas/tests/extension/base/groupby.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
  copying pandas/tests/extension/base/interface.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
  copying pandas/tests/extension/base/methods.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
  copying pandas/tests/extension/base/missing.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
  copying pandas/tests/extension/base/reshaping.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
  copying pandas/tests/extension/base/setitem.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
  creating build/lib.linux-x86_64-2.7/pandas/tests/extension/category
  copying pandas/tests/extension/category/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/category
  copying pandas/tests/extension/category/test_categorical.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/category
  creating build/lib.linux-x86_64-2.7/pandas/tests/extension/decimal
  copying pandas/tests/extension/decimal/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/decimal
  copying pandas/tests/extension/decimal/array.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/decimal
  copying pandas/tests/extension/decimal/test_decimal.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/decimal
  creating build/lib.linux-x86_64-2.7/pandas/tests/extension/json
  copying pandas/tests/extension/json/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/json
  copying pandas/tests/extension/json/array.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/json
  copying pandas/tests/extension/json/test_json.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/json
  creating build/lib.linux-x86_64-2.7/pandas/tests/groupby/aggregate
  copying pandas/tests/groupby/aggregate/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby/aggregate
  copying pandas/tests/groupby/aggregate/test_aggregate.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby/aggregate
  copying pandas/tests/groupby/aggregate/test_cython.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby/aggregate
  copying pandas/tests/groupby/aggregate/test_other.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby/aggregate
  creating build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
  copying pandas/tests/indexes/datetimes/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
  copying pandas/tests/indexes/datetimes/test_arithmetic.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
  copying pandas/tests/indexes/datetimes/test_astype.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
  copying pandas/tests/indexes/datetimes/test_construction.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
  copying pandas/tests/indexes/datetimes/test_date_range.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
  copying pandas/tests/indexes/datetimes/test_datetime.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
  copying pandas/tests/indexes/datetimes/test_datetimelike.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
  copying pandas/tests/indexes/datetimes/test_formats.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
  copying pandas/tests/indexes/datetimes/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
  copying pandas/tests/indexes/datetimes/test_misc.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
  copying pandas/tests/indexes/datetimes/test_missing.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
  copying pandas/tests/indexes/datetimes/test_ops.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
  copying pandas/tests/indexes/datetimes/test_partial_slicing.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
  copying pandas/tests/indexes/datetimes/test_scalar_compat.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
  copying pandas/tests/indexes/datetimes/test_setops.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
  copying pandas/tests/indexes/datetimes/test_timezones.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
  copying pandas/tests/indexes/datetimes/test_tools.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
  creating build/lib.linux-x86_64-2.7/pandas/tests/indexes/interval
  copying pandas/tests/indexes/interval/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/interval
  copying pandas/tests/indexes/interval/test_astype.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/interval
  copying pandas/tests/indexes/interval/test_construction.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/interval
  copying pandas/tests/indexes/interval/test_interval.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/interval
  copying pandas/tests/indexes/interval/test_interval_new.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/interval
  copying pandas/tests/indexes/interval/test_interval_range.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/interval
  copying pandas/tests/indexes/interval/test_interval_tree.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/interval
  creating build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
  copying pandas/tests/indexes/period/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
  copying pandas/tests/indexes/period/test_arithmetic.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
  copying pandas/tests/indexes/period/test_asfreq.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
  copying pandas/tests/indexes/period/test_astype.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
  copying pandas/tests/indexes/period/test_construction.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
  copying pandas/tests/indexes/period/test_formats.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
  copying pandas/tests/indexes/period/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
  copying pandas/tests/indexes/period/test_ops.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
  copying pandas/tests/indexes/period/test_partial_slicing.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
  copying pandas/tests/indexes/period/test_period.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
  copying pandas/tests/indexes/period/test_period_range.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
  copying pandas/tests/indexes/period/test_scalar_compat.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
  copying pandas/tests/indexes/period/test_setops.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
  copying pandas/tests/indexes/period/test_tools.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
  creating build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
  copying pandas/tests/indexes/timedeltas/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
  copying pandas/tests/indexes/timedeltas/test_arithmetic.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
  copying pandas/tests/indexes/timedeltas/test_astype.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
  copying pandas/tests/indexes/timedeltas/test_construction.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
  copying pandas/tests/indexes/timedeltas/test_formats.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
  copying pandas/tests/indexes/timedeltas/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
  copying pandas/tests/indexes/timedeltas/test_ops.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
  copying pandas/tests/indexes/timedeltas/test_partial_slicing.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
  copying pandas/tests/indexes/timedeltas/test_scalar_compat.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
  copying pandas/tests/indexes/timedeltas/test_setops.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
  copying pandas/tests/indexes/timedeltas/test_timedelta.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
  copying pandas/tests/indexes/timedeltas/test_timedelta_range.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
  copying pandas/tests/indexes/timedeltas/test_tools.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
  creating build/lib.linux-x86_64-2.7/pandas/tests/indexing/interval
  copying pandas/tests/indexing/interval/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing/interval
  copying pandas/tests/indexing/interval/test_interval.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing/interval
  copying pandas/tests/indexing/interval/test_interval_new.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing/interval
  creating build/lib.linux-x86_64-2.7/pandas/tests/io/formats
  copying pandas/tests/io/formats/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/formats
  copying pandas/tests/io/formats/test_css.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/formats
  copying pandas/tests/io/formats/test_eng_formatting.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/formats
  copying pandas/tests/io/formats/test_format.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/formats
  copying pandas/tests/io/formats/test_printing.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/formats
  copying pandas/tests/io/formats/test_style.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/formats
  copying pandas/tests/io/formats/test_to_csv.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/formats
  copying pandas/tests/io/formats/test_to_excel.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/formats
  copying pandas/tests/io/formats/test_to_html.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/formats
  copying pandas/tests/io/formats/test_to_latex.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/formats
  creating build/lib.linux-x86_64-2.7/pandas/tests/io/json
  copying pandas/tests/io/json/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/json
  copying pandas/tests/io/json/test_compression.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/json
  copying pandas/tests/io/json/test_json_table_schema.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/json
  copying pandas/tests/io/json/test_normalize.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/json
  copying pandas/tests/io/json/test_pandas.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/json
  copying pandas/tests/io/json/test_readlines.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/json
  copying pandas/tests/io/json/test_ujson.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/json
  creating build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
  copying pandas/tests/io/msgpack/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
  copying pandas/tests/io/msgpack/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
  copying pandas/tests/io/msgpack/test_buffer.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
  copying pandas/tests/io/msgpack/test_case.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
  copying pandas/tests/io/msgpack/test_except.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
  copying pandas/tests/io/msgpack/test_extension.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
  copying pandas/tests/io/msgpack/test_format.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
  copying pandas/tests/io/msgpack/test_limits.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
  copying pandas/tests/io/msgpack/test_newspec.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
  copying pandas/tests/io/msgpack/test_obj.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
  copying pandas/tests/io/msgpack/test_pack.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
  copying pandas/tests/io/msgpack/test_read_size.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
  copying pandas/tests/io/msgpack/test_seq.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
  copying pandas/tests/io/msgpack/test_sequnpack.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
  copying pandas/tests/io/msgpack/test_subtype.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
  copying pandas/tests/io/msgpack/test_unpack.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
  copying pandas/tests/io/msgpack/test_unpack_raw.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
  creating build/lib.linux-x86_64-2.7/pandas/tests/io/parser
  copying pandas/tests/io/parser/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
  copying pandas/tests/io/parser/c_parser_only.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
  copying pandas/tests/io/parser/comment.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
  copying pandas/tests/io/parser/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
  copying pandas/tests/io/parser/compression.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
  copying pandas/tests/io/parser/converters.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
  copying pandas/tests/io/parser/dialect.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
  copying pandas/tests/io/parser/dtypes.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
  copying pandas/tests/io/parser/header.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
  copying pandas/tests/io/parser/index_col.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
  copying pandas/tests/io/parser/mangle_dupes.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
  copying pandas/tests/io/parser/multithread.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
  copying pandas/tests/io/parser/na_values.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
  copying pandas/tests/io/parser/parse_dates.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
  copying pandas/tests/io/parser/python_parser_only.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
  copying pandas/tests/io/parser/quoting.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
  copying pandas/tests/io/parser/skiprows.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
  copying pandas/tests/io/parser/test_network.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
  copying pandas/tests/io/parser/test_parsers.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
  copying pandas/tests/io/parser/test_read_fwf.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
  copying pandas/tests/io/parser/test_textreader.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
  copying pandas/tests/io/parser/test_unsupported.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
  copying pandas/tests/io/parser/usecols.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
  creating build/lib.linux-x86_64-2.7/pandas/tests/io/sas
  copying pandas/tests/io/sas/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/sas
  copying pandas/tests/io/sas/test_sas.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/sas
  copying pandas/tests/io/sas/test_sas7bdat.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/sas
  copying pandas/tests/io/sas/test_xport.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/sas
  creating build/lib.linux-x86_64-2.7/pandas/tests/reshape/merge
  copying pandas/tests/reshape/merge/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape/merge
  copying pandas/tests/reshape/merge/test_join.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape/merge
  copying pandas/tests/reshape/merge/test_merge.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape/merge
  copying pandas/tests/reshape/merge/test_merge_asof.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape/merge
  copying pandas/tests/reshape/merge/test_merge_index_as_string.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape/merge
  copying pandas/tests/reshape/merge/test_merge_ordered.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape/merge
  creating build/lib.linux-x86_64-2.7/pandas/tests/scalar/interval
  copying pandas/tests/scalar/interval/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/interval
  copying pandas/tests/scalar/interval/test_interval.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/interval
  creating build/lib.linux-x86_64-2.7/pandas/tests/scalar/period
  copying pandas/tests/scalar/period/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/period
  copying pandas/tests/scalar/period/test_asfreq.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/period
  copying pandas/tests/scalar/period/test_period.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/period
  creating build/lib.linux-x86_64-2.7/pandas/tests/scalar/timedelta
  copying pandas/tests/scalar/timedelta/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timedelta
  copying pandas/tests/scalar/timedelta/test_arithmetic.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timedelta
  copying pandas/tests/scalar/timedelta/test_construction.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timedelta
  copying pandas/tests/scalar/timedelta/test_formats.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timedelta
  copying pandas/tests/scalar/timedelta/test_timedelta.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timedelta
  creating build/lib.linux-x86_64-2.7/pandas/tests/scalar/timestamp
  copying pandas/tests/scalar/timestamp/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timestamp
  copying pandas/tests/scalar/timestamp/test_arithmetic.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timestamp
  copying pandas/tests/scalar/timestamp/test_comparisons.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timestamp
  copying pandas/tests/scalar/timestamp/test_rendering.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timestamp
  copying pandas/tests/scalar/timestamp/test_timestamp.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timestamp
  copying pandas/tests/scalar/timestamp/test_timezones.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timestamp
  copying pandas/tests/scalar/timestamp/test_unary_ops.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timestamp
  creating build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
  copying pandas/tests/series/indexing/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
  copying pandas/tests/series/indexing/conftest.py -> build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
  copying pandas/tests/series/indexing/test_alter_index.py -> build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
  copying pandas/tests/series/indexing/test_boolean.py -> build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
  copying pandas/tests/series/indexing/test_callable.py -> build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
  copying pandas/tests/series/indexing/test_datetime.py -> build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
  copying pandas/tests/series/indexing/test_iloc.py -> build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
  copying pandas/tests/series/indexing/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
  copying pandas/tests/series/indexing/test_loc.py -> build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
  copying pandas/tests/series/indexing/test_numeric.py -> build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
  creating build/lib.linux-x86_64-2.7/pandas/tests/sparse/frame
  copying pandas/tests/sparse/frame/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse/frame
  copying pandas/tests/sparse/frame/test_analytics.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse/frame
  copying pandas/tests/sparse/frame/test_apply.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse/frame
  copying pandas/tests/sparse/frame/test_frame.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse/frame
  copying pandas/tests/sparse/frame/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse/frame
  copying pandas/tests/sparse/frame/test_to_csv.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse/frame
  copying pandas/tests/sparse/frame/test_to_from_scipy.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse/frame
  creating build/lib.linux-x86_64-2.7/pandas/tests/sparse/series
  copying pandas/tests/sparse/series/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse/series
  copying pandas/tests/sparse/series/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse/series
  copying pandas/tests/sparse/series/test_series.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse/series
  creating build/lib.linux-x86_64-2.7/pandas/tests/tseries/offsets
  copying pandas/tests/tseries/offsets/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries/offsets
  copying pandas/tests/tseries/offsets/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries/offsets
  copying pandas/tests/tseries/offsets/conftest.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries/offsets
  copying pandas/tests/tseries/offsets/test_fiscal.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries/offsets
  copying pandas/tests/tseries/offsets/test_offsets.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries/offsets
  copying pandas/tests/tseries/offsets/test_ticks.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries/offsets
  copying pandas/tests/tseries/offsets/test_yqm_offsets.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries/offsets
  creating build/lib.linux-x86_64-2.7/pandas/tests/data
  copying pandas/tests/data/iris.csv -> build/lib.linux-x86_64-2.7/pandas/tests/data
  copying pandas/tests/data/tips.csv -> build/lib.linux-x86_64-2.7/pandas/tests/data
  creating build/lib.linux-x86_64-2.7/pandas/io/formats/templates
  copying pandas/io/formats/templates/html.tpl -> build/lib.linux-x86_64-2.7/pandas/io/formats/templates
  creating build/lib.linux-x86_64-2.7/pandas/tests/indexes/data
  copying pandas/tests/indexes/data/mindex_073.pickle -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/data
  copying pandas/tests/indexes/data/multiindex_v1.pickle -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/data
  creating build/lib.linux-x86_64-2.7/pandas/tests/io/data
  copying pandas/tests/io/data/banklist.csv -> build/lib.linux-x86_64-2.7/pandas/tests/io/data
  copying pandas/tests/io/data/banklist.html -> build/lib.linux-x86_64-2.7/pandas/tests/io/data
  copying pandas/tests/io/data/blank.xls -> build/lib.linux-x86_64-2.7/pandas/tests/io/data
  copying pandas/tests/io/data/blank.xlsm -> build/lib.linux-x86_64-2.7/pandas/tests/io/data
  copying pandas/tests/io/data/blank.xlsx -> build/lib.linux-x86_64-2.7/pandas/tests/io/data
  copying pandas/tests/io/data/blank_with_header.xls -> build/lib.linux-x86_64-2.7/pandas/tests/io/data
  copying pandas/tests/io/data/blank_with_header.xlsm -> build/lib.linux-x86_64-2.7/pandas/tests/io/data
  copying pandas/tests/io/data/blank_with_header.xlsx -> build/lib.linux-x86_64-2.7/pandas/tests/io/data
  copying pandas/tests/io/data/categorical_0_14_1.pickle -> build/lib.linux-x86_64-2.7/pandas/tests/io/data
  copying pandas/tests/io/data/categorical_0_15_2.pickle -> build/lib.linux-x86_64-2.7/pandas/tests/io/data
  copying pandas/tests/io/data/computer_sales_page.html -> build/lib.linux-x86_64-2.7/pandas/tests/io/data
  copying pandas/tests/io/data/feather-0_3_1.feather -> build/lib.linux-x86_64-2.7/pandas/tests/io/data
  copying pandas/tests/io/data/fixed_width_format.txt -> build/lib.linux-x86_64-2.7/pandas/tests/io/data
  copying pandas/tests/io/data/gbq_fake_job.txt -> build/lib.linux-x86_64-2.7/pandas/tests/io/data
  error: can't copy 'pandas/tests/io/data/html_encoding': doesn't exist or not a regular file
  
  ----------------------------------------
  Failed building wheel for pandas
  Running setup.py clean for pandas
Failed to build pandas
Installing collected packages: pandas
  Running setup.py install for pandas ... error
    Complete output from command /home/vimeo/stack/bin/python -u -c "import setuptools, tokenize;__file__='/home/vimeo/tc/tmp/pip-install-cYh_Po/pandas/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /home/vimeo/tc/tmp/pip-record-_A3gVK/install-record.txt --single-version-externally-managed --compile:
    running install
    running build
    running build_py
    creating build
    creating build/lib.linux-x86_64-2.7
    creating build/lib.linux-x86_64-2.7/pandas
    copying pandas/__init__.py -> build/lib.linux-x86_64-2.7/pandas
    copying pandas/_version.py -> build/lib.linux-x86_64-2.7/pandas
    copying pandas/conftest.py -> build/lib.linux-x86_64-2.7/pandas
    copying pandas/json.py -> build/lib.linux-x86_64-2.7/pandas
    copying pandas/lib.py -> build/lib.linux-x86_64-2.7/pandas
    copying pandas/parser.py -> build/lib.linux-x86_64-2.7/pandas
    copying pandas/testing.py -> build/lib.linux-x86_64-2.7/pandas
    copying pandas/tslib.py -> build/lib.linux-x86_64-2.7/pandas
    creating build/lib.linux-x86_64-2.7/pandas/_libs
    copying pandas/_libs/__init__.py -> build/lib.linux-x86_64-2.7/pandas/_libs
    creating build/lib.linux-x86_64-2.7/pandas/api
    copying pandas/api/__init__.py -> build/lib.linux-x86_64-2.7/pandas/api
    creating build/lib.linux-x86_64-2.7/pandas/compat
    copying pandas/compat/__init__.py -> build/lib.linux-x86_64-2.7/pandas/compat
    copying pandas/compat/chainmap.py -> build/lib.linux-x86_64-2.7/pandas/compat
    copying pandas/compat/chainmap_impl.py -> build/lib.linux-x86_64-2.7/pandas/compat
    copying pandas/compat/pickle_compat.py -> build/lib.linux-x86_64-2.7/pandas/compat
    creating build/lib.linux-x86_64-2.7/pandas/computation
    copying pandas/computation/__init__.py -> build/lib.linux-x86_64-2.7/pandas/computation
    copying pandas/computation/expressions.py -> build/lib.linux-x86_64-2.7/pandas/computation
    creating build/lib.linux-x86_64-2.7/pandas/core
    copying pandas/core/__init__.py -> build/lib.linux-x86_64-2.7/pandas/core
    copying pandas/core/accessor.py -> build/lib.linux-x86_64-2.7/pandas/core
    copying pandas/core/algorithms.py -> build/lib.linux-x86_64-2.7/pandas/core
    copying pandas/core/api.py -> build/lib.linux-x86_64-2.7/pandas/core
    copying pandas/core/apply.py -> build/lib.linux-x86_64-2.7/pandas/core
    copying pandas/core/base.py -> build/lib.linux-x86_64-2.7/pandas/core
    copying pandas/core/categorical.py -> build/lib.linux-x86_64-2.7/pandas/core
    copying pandas/core/common.py -> build/lib.linux-x86_64-2.7/pandas/core
    copying pandas/core/config.py -> build/lib.linux-x86_64-2.7/pandas/core
    copying pandas/core/config_init.py -> build/lib.linux-x86_64-2.7/pandas/core
    copying pandas/core/datetools.py -> build/lib.linux-x86_64-2.7/pandas/core
    copying pandas/core/frame.py -> build/lib.linux-x86_64-2.7/pandas/core
    copying pandas/core/generic.py -> build/lib.linux-x86_64-2.7/pandas/core
    copying pandas/core/index.py -> build/lib.linux-x86_64-2.7/pandas/core
    copying pandas/core/indexing.py -> build/lib.linux-x86_64-2.7/pandas/core
    copying pandas/core/internals.py -> build/lib.linux-x86_64-2.7/pandas/core
    copying pandas/core/missing.py -> build/lib.linux-x86_64-2.7/pandas/core
    copying pandas/core/nanops.py -> build/lib.linux-x86_64-2.7/pandas/core
    copying pandas/core/ops.py -> build/lib.linux-x86_64-2.7/pandas/core
    copying pandas/core/panel.py -> build/lib.linux-x86_64-2.7/pandas/core
    copying pandas/core/resample.py -> build/lib.linux-x86_64-2.7/pandas/core
    copying pandas/core/series.py -> build/lib.linux-x86_64-2.7/pandas/core
    copying pandas/core/sorting.py -> build/lib.linux-x86_64-2.7/pandas/core
    copying pandas/core/strings.py -> build/lib.linux-x86_64-2.7/pandas/core
    copying pandas/core/window.py -> build/lib.linux-x86_64-2.7/pandas/core
    creating build/lib.linux-x86_64-2.7/pandas/errors
    copying pandas/errors/__init__.py -> build/lib.linux-x86_64-2.7/pandas/errors
    creating build/lib.linux-x86_64-2.7/pandas/formats
    copying pandas/formats/__init__.py -> build/lib.linux-x86_64-2.7/pandas/formats
    copying pandas/formats/style.py -> build/lib.linux-x86_64-2.7/pandas/formats
    creating build/lib.linux-x86_64-2.7/pandas/io
    copying pandas/io/__init__.py -> build/lib.linux-x86_64-2.7/pandas/io
    copying pandas/io/api.py -> build/lib.linux-x86_64-2.7/pandas/io
    copying pandas/io/clipboards.py -> build/lib.linux-x86_64-2.7/pandas/io
    copying pandas/io/common.py -> build/lib.linux-x86_64-2.7/pandas/io
    copying pandas/io/date_converters.py -> build/lib.linux-x86_64-2.7/pandas/io
    copying pandas/io/excel.py -> build/lib.linux-x86_64-2.7/pandas/io
    copying pandas/io/feather_format.py -> build/lib.linux-x86_64-2.7/pandas/io
    copying pandas/io/gbq.py -> build/lib.linux-x86_64-2.7/pandas/io
    copying pandas/io/html.py -> build/lib.linux-x86_64-2.7/pandas/io
    copying pandas/io/packers.py -> build/lib.linux-x86_64-2.7/pandas/io
    copying pandas/io/parquet.py -> build/lib.linux-x86_64-2.7/pandas/io
    copying pandas/io/parsers.py -> build/lib.linux-x86_64-2.7/pandas/io
    copying pandas/io/pickle.py -> build/lib.linux-x86_64-2.7/pandas/io
    copying pandas/io/pytables.py -> build/lib.linux-x86_64-2.7/pandas/io
    copying pandas/io/s3.py -> build/lib.linux-x86_64-2.7/pandas/io
    copying pandas/io/sql.py -> build/lib.linux-x86_64-2.7/pandas/io
    copying pandas/io/stata.py -> build/lib.linux-x86_64-2.7/pandas/io
    creating build/lib.linux-x86_64-2.7/pandas/plotting
    copying pandas/plotting/__init__.py -> build/lib.linux-x86_64-2.7/pandas/plotting
    copying pandas/plotting/_compat.py -> build/lib.linux-x86_64-2.7/pandas/plotting
    copying pandas/plotting/_converter.py -> build/lib.linux-x86_64-2.7/pandas/plotting
    copying pandas/plotting/_core.py -> build/lib.linux-x86_64-2.7/pandas/plotting
    copying pandas/plotting/_misc.py -> build/lib.linux-x86_64-2.7/pandas/plotting
    copying pandas/plotting/_style.py -> build/lib.linux-x86_64-2.7/pandas/plotting
    copying pandas/plotting/_timeseries.py -> build/lib.linux-x86_64-2.7/pandas/plotting
    copying pandas/plotting/_tools.py -> build/lib.linux-x86_64-2.7/pandas/plotting
    creating build/lib.linux-x86_64-2.7/pandas/tests
    copying pandas/tests/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests
    copying pandas/tests/test_algos.py -> build/lib.linux-x86_64-2.7/pandas/tests
    copying pandas/tests/test_base.py -> build/lib.linux-x86_64-2.7/pandas/tests
    copying pandas/tests/test_common.py -> build/lib.linux-x86_64-2.7/pandas/tests
    copying pandas/tests/test_compat.py -> build/lib.linux-x86_64-2.7/pandas/tests
    copying pandas/tests/test_config.py -> build/lib.linux-x86_64-2.7/pandas/tests
    copying pandas/tests/test_downstream.py -> build/lib.linux-x86_64-2.7/pandas/tests
    copying pandas/tests/test_errors.py -> build/lib.linux-x86_64-2.7/pandas/tests
    copying pandas/tests/test_expressions.py -> build/lib.linux-x86_64-2.7/pandas/tests
    copying pandas/tests/test_join.py -> build/lib.linux-x86_64-2.7/pandas/tests
    copying pandas/tests/test_lib.py -> build/lib.linux-x86_64-2.7/pandas/tests
    copying pandas/tests/test_multilevel.py -> build/lib.linux-x86_64-2.7/pandas/tests
    copying pandas/tests/test_nanops.py -> build/lib.linux-x86_64-2.7/pandas/tests
    copying pandas/tests/test_panel.py -> build/lib.linux-x86_64-2.7/pandas/tests
    copying pandas/tests/test_register_accessor.py -> build/lib.linux-x86_64-2.7/pandas/tests
    copying pandas/tests/test_resample.py -> build/lib.linux-x86_64-2.7/pandas/tests
    copying pandas/tests/test_sorting.py -> build/lib.linux-x86_64-2.7/pandas/tests
    copying pandas/tests/test_strings.py -> build/lib.linux-x86_64-2.7/pandas/tests
    copying pandas/tests/test_take.py -> build/lib.linux-x86_64-2.7/pandas/tests
    copying pandas/tests/test_window.py -> build/lib.linux-x86_64-2.7/pandas/tests
    creating build/lib.linux-x86_64-2.7/pandas/tools
    copying pandas/tools/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tools
    copying pandas/tools/merge.py -> build/lib.linux-x86_64-2.7/pandas/tools
    copying pandas/tools/plotting.py -> build/lib.linux-x86_64-2.7/pandas/tools
    creating build/lib.linux-x86_64-2.7/pandas/tseries
    copying pandas/tseries/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tseries
    copying pandas/tseries/api.py -> build/lib.linux-x86_64-2.7/pandas/tseries
    copying pandas/tseries/converter.py -> build/lib.linux-x86_64-2.7/pandas/tseries
    copying pandas/tseries/frequencies.py -> build/lib.linux-x86_64-2.7/pandas/tseries
    copying pandas/tseries/holiday.py -> build/lib.linux-x86_64-2.7/pandas/tseries
    copying pandas/tseries/offsets.py -> build/lib.linux-x86_64-2.7/pandas/tseries
    copying pandas/tseries/plotting.py -> build/lib.linux-x86_64-2.7/pandas/tseries
    creating build/lib.linux-x86_64-2.7/pandas/types
    copying pandas/types/__init__.py -> build/lib.linux-x86_64-2.7/pandas/types
    copying pandas/types/common.py -> build/lib.linux-x86_64-2.7/pandas/types
    copying pandas/types/concat.py -> build/lib.linux-x86_64-2.7/pandas/types
    creating build/lib.linux-x86_64-2.7/pandas/util
    copying pandas/util/__init__.py -> build/lib.linux-x86_64-2.7/pandas/util
    copying pandas/util/_decorators.py -> build/lib.linux-x86_64-2.7/pandas/util
    copying pandas/util/_depr_module.py -> build/lib.linux-x86_64-2.7/pandas/util
    copying pandas/util/_doctools.py -> build/lib.linux-x86_64-2.7/pandas/util
    copying pandas/util/_print_versions.py -> build/lib.linux-x86_64-2.7/pandas/util
    copying pandas/util/_test_decorators.py -> build/lib.linux-x86_64-2.7/pandas/util
    copying pandas/util/_tester.py -> build/lib.linux-x86_64-2.7/pandas/util
    copying pandas/util/_validators.py -> build/lib.linux-x86_64-2.7/pandas/util
    copying pandas/util/decorators.py -> build/lib.linux-x86_64-2.7/pandas/util
    copying pandas/util/testing.py -> build/lib.linux-x86_64-2.7/pandas/util
    creating build/lib.linux-x86_64-2.7/pandas/_libs/tslibs
    copying pandas/_libs/tslibs/__init__.py -> build/lib.linux-x86_64-2.7/pandas/_libs/tslibs
    creating build/lib.linux-x86_64-2.7/pandas/api/extensions
    copying pandas/api/extensions/__init__.py -> build/lib.linux-x86_64-2.7/pandas/api/extensions
    creating build/lib.linux-x86_64-2.7/pandas/api/types
    copying pandas/api/types/__init__.py -> build/lib.linux-x86_64-2.7/pandas/api/types
    creating build/lib.linux-x86_64-2.7/pandas/compat/numpy
    copying pandas/compat/numpy/__init__.py -> build/lib.linux-x86_64-2.7/pandas/compat/numpy
    copying pandas/compat/numpy/function.py -> build/lib.linux-x86_64-2.7/pandas/compat/numpy
    creating build/lib.linux-x86_64-2.7/pandas/core/arrays
    copying pandas/core/arrays/__init__.py -> build/lib.linux-x86_64-2.7/pandas/core/arrays
    copying pandas/core/arrays/base.py -> build/lib.linux-x86_64-2.7/pandas/core/arrays
    copying pandas/core/arrays/categorical.py -> build/lib.linux-x86_64-2.7/pandas/core/arrays
    creating build/lib.linux-x86_64-2.7/pandas/core/computation
    copying pandas/core/computation/__init__.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
    copying pandas/core/computation/align.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
    copying pandas/core/computation/api.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
    copying pandas/core/computation/check.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
    copying pandas/core/computation/common.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
    copying pandas/core/computation/engines.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
    copying pandas/core/computation/eval.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
    copying pandas/core/computation/expr.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
    copying pandas/core/computation/expressions.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
    copying pandas/core/computation/ops.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
    copying pandas/core/computation/pytables.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
    copying pandas/core/computation/scope.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
    creating build/lib.linux-x86_64-2.7/pandas/core/dtypes
    copying pandas/core/dtypes/__init__.py -> build/lib.linux-x86_64-2.7/pandas/core/dtypes
    copying pandas/core/dtypes/api.py -> build/lib.linux-x86_64-2.7/pandas/core/dtypes
    copying pandas/core/dtypes/base.py -> build/lib.linux-x86_64-2.7/pandas/core/dtypes
    copying pandas/core/dtypes/cast.py -> build/lib.linux-x86_64-2.7/pandas/core/dtypes
    copying pandas/core/dtypes/common.py -> build/lib.linux-x86_64-2.7/pandas/core/dtypes
    copying pandas/core/dtypes/concat.py -> build/lib.linux-x86_64-2.7/pandas/core/dtypes
    copying pandas/core/dtypes/dtypes.py -> build/lib.linux-x86_64-2.7/pandas/core/dtypes
    copying pandas/core/dtypes/generic.py -> build/lib.linux-x86_64-2.7/pandas/core/dtypes
    copying pandas/core/dtypes/inference.py -> build/lib.linux-x86_64-2.7/pandas/core/dtypes
    copying pandas/core/dtypes/missing.py -> build/lib.linux-x86_64-2.7/pandas/core/dtypes
    creating build/lib.linux-x86_64-2.7/pandas/core/groupby
    copying pandas/core/groupby/__init__.py -> build/lib.linux-x86_64-2.7/pandas/core/groupby
    copying pandas/core/groupby/groupby.py -> build/lib.linux-x86_64-2.7/pandas/core/groupby
    creating build/lib.linux-x86_64-2.7/pandas/core/indexes
    copying pandas/core/indexes/__init__.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
    copying pandas/core/indexes/accessors.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
    copying pandas/core/indexes/api.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
    copying pandas/core/indexes/base.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
    copying pandas/core/indexes/category.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
    copying pandas/core/indexes/datetimelike.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
    copying pandas/core/indexes/datetimes.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
    copying pandas/core/indexes/frozen.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
    copying pandas/core/indexes/interval.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
    copying pandas/core/indexes/multi.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
    copying pandas/core/indexes/numeric.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
    copying pandas/core/indexes/period.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
    copying pandas/core/indexes/range.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
    copying pandas/core/indexes/timedeltas.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
    creating build/lib.linux-x86_64-2.7/pandas/core/reshape
    copying pandas/core/reshape/__init__.py -> build/lib.linux-x86_64-2.7/pandas/core/reshape
    copying pandas/core/reshape/api.py -> build/lib.linux-x86_64-2.7/pandas/core/reshape
    copying pandas/core/reshape/concat.py -> build/lib.linux-x86_64-2.7/pandas/core/reshape
    copying pandas/core/reshape/melt.py -> build/lib.linux-x86_64-2.7/pandas/core/reshape
    copying pandas/core/reshape/merge.py -> build/lib.linux-x86_64-2.7/pandas/core/reshape
    copying pandas/core/reshape/pivot.py -> build/lib.linux-x86_64-2.7/pandas/core/reshape
    copying pandas/core/reshape/reshape.py -> build/lib.linux-x86_64-2.7/pandas/core/reshape
    copying pandas/core/reshape/tile.py -> build/lib.linux-x86_64-2.7/pandas/core/reshape
    copying pandas/core/reshape/util.py -> build/lib.linux-x86_64-2.7/pandas/core/reshape
    creating build/lib.linux-x86_64-2.7/pandas/core/sparse
    copying pandas/core/sparse/__init__.py -> build/lib.linux-x86_64-2.7/pandas/core/sparse
    copying pandas/core/sparse/api.py -> build/lib.linux-x86_64-2.7/pandas/core/sparse
    copying pandas/core/sparse/array.py -> build/lib.linux-x86_64-2.7/pandas/core/sparse
    copying pandas/core/sparse/frame.py -> build/lib.linux-x86_64-2.7/pandas/core/sparse
    copying pandas/core/sparse/scipy_sparse.py -> build/lib.linux-x86_64-2.7/pandas/core/sparse
    copying pandas/core/sparse/series.py -> build/lib.linux-x86_64-2.7/pandas/core/sparse
    creating build/lib.linux-x86_64-2.7/pandas/core/tools
    copying pandas/core/tools/__init__.py -> build/lib.linux-x86_64-2.7/pandas/core/tools
    copying pandas/core/tools/datetimes.py -> build/lib.linux-x86_64-2.7/pandas/core/tools
    copying pandas/core/tools/numeric.py -> build/lib.linux-x86_64-2.7/pandas/core/tools
    copying pandas/core/tools/timedeltas.py -> build/lib.linux-x86_64-2.7/pandas/core/tools
    creating build/lib.linux-x86_64-2.7/pandas/core/util
    copying pandas/core/util/__init__.py -> build/lib.linux-x86_64-2.7/pandas/core/util
    copying pandas/core/util/hashing.py -> build/lib.linux-x86_64-2.7/pandas/core/util
    creating build/lib.linux-x86_64-2.7/pandas/io/clipboard
    copying pandas/io/clipboard/__init__.py -> build/lib.linux-x86_64-2.7/pandas/io/clipboard
    copying pandas/io/clipboard/clipboards.py -> build/lib.linux-x86_64-2.7/pandas/io/clipboard
    copying pandas/io/clipboard/exceptions.py -> build/lib.linux-x86_64-2.7/pandas/io/clipboard
    copying pandas/io/clipboard/windows.py -> build/lib.linux-x86_64-2.7/pandas/io/clipboard
    creating build/lib.linux-x86_64-2.7/pandas/io/formats
    copying pandas/io/formats/__init__.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
    copying pandas/io/formats/console.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
    copying pandas/io/formats/css.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
    copying pandas/io/formats/csvs.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
    copying pandas/io/formats/excel.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
    copying pandas/io/formats/format.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
    copying pandas/io/formats/html.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
    copying pandas/io/formats/latex.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
    copying pandas/io/formats/printing.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
    copying pandas/io/formats/style.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
    copying pandas/io/formats/terminal.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
    creating build/lib.linux-x86_64-2.7/pandas/io/json
    copying pandas/io/json/__init__.py -> build/lib.linux-x86_64-2.7/pandas/io/json
    copying pandas/io/json/json.py -> build/lib.linux-x86_64-2.7/pandas/io/json
    copying pandas/io/json/normalize.py -> build/lib.linux-x86_64-2.7/pandas/io/json
    copying pandas/io/json/table_schema.py -> build/lib.linux-x86_64-2.7/pandas/io/json
    creating build/lib.linux-x86_64-2.7/pandas/io/msgpack
    copying pandas/io/msgpack/__init__.py -> build/lib.linux-x86_64-2.7/pandas/io/msgpack
    copying pandas/io/msgpack/_version.py -> build/lib.linux-x86_64-2.7/pandas/io/msgpack
    copying pandas/io/msgpack/exceptions.py -> build/lib.linux-x86_64-2.7/pandas/io/msgpack
    creating build/lib.linux-x86_64-2.7/pandas/io/sas
    copying pandas/io/sas/__init__.py -> build/lib.linux-x86_64-2.7/pandas/io/sas
    copying pandas/io/sas/sas7bdat.py -> build/lib.linux-x86_64-2.7/pandas/io/sas
    copying pandas/io/sas/sas_constants.py -> build/lib.linux-x86_64-2.7/pandas/io/sas
    copying pandas/io/sas/sas_xport.py -> build/lib.linux-x86_64-2.7/pandas/io/sas
    copying pandas/io/sas/sasreader.py -> build/lib.linux-x86_64-2.7/pandas/io/sas
    creating build/lib.linux-x86_64-2.7/pandas/tests/api
    copying pandas/tests/api/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/api
    copying pandas/tests/api/test_api.py -> build/lib.linux-x86_64-2.7/pandas/tests/api
    copying pandas/tests/api/test_types.py -> build/lib.linux-x86_64-2.7/pandas/tests/api
    creating build/lib.linux-x86_64-2.7/pandas/tests/categorical
    copying pandas/tests/categorical/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
    copying pandas/tests/categorical/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
    copying pandas/tests/categorical/conftest.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
    copying pandas/tests/categorical/test_algos.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
    copying pandas/tests/categorical/test_analytics.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
    copying pandas/tests/categorical/test_api.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
    copying pandas/tests/categorical/test_constructors.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
    copying pandas/tests/categorical/test_dtypes.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
    copying pandas/tests/categorical/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
    copying pandas/tests/categorical/test_missing.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
    copying pandas/tests/categorical/test_operators.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
    copying pandas/tests/categorical/test_repr.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
    copying pandas/tests/categorical/test_sorting.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
    copying pandas/tests/categorical/test_subclass.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
    copying pandas/tests/categorical/test_warnings.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
    creating build/lib.linux-x86_64-2.7/pandas/tests/computation
    copying pandas/tests/computation/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/computation
    copying pandas/tests/computation/test_compat.py -> build/lib.linux-x86_64-2.7/pandas/tests/computation
    copying pandas/tests/computation/test_eval.py -> build/lib.linux-x86_64-2.7/pandas/tests/computation
    creating build/lib.linux-x86_64-2.7/pandas/tests/dtypes
    copying pandas/tests/dtypes/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/dtypes
    copying pandas/tests/dtypes/test_cast.py -> build/lib.linux-x86_64-2.7/pandas/tests/dtypes
    copying pandas/tests/dtypes/test_common.py -> build/lib.linux-x86_64-2.7/pandas/tests/dtypes
    copying pandas/tests/dtypes/test_concat.py -> build/lib.linux-x86_64-2.7/pandas/tests/dtypes
    copying pandas/tests/dtypes/test_dtypes.py -> build/lib.linux-x86_64-2.7/pandas/tests/dtypes
    copying pandas/tests/dtypes/test_generic.py -> build/lib.linux-x86_64-2.7/pandas/tests/dtypes
    copying pandas/tests/dtypes/test_inference.py -> build/lib.linux-x86_64-2.7/pandas/tests/dtypes
    copying pandas/tests/dtypes/test_missing.py -> build/lib.linux-x86_64-2.7/pandas/tests/dtypes
    creating build/lib.linux-x86_64-2.7/pandas/tests/extension
    copying pandas/tests/extension/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension
    copying pandas/tests/extension/conftest.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension
    copying pandas/tests/extension/test_common.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension
    copying pandas/tests/extension/test_external_block.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension
    creating build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_alter_axes.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_analytics.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_api.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_apply.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_arithmetic.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_asof.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_axis_select_reindex.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_block_internals.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_combine_concat.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_constructors.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_convert_to.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_dtypes.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_join.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_missing.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_mutate_columns.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_nonunique_indexes.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_operators.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_period.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_quantile.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_query_eval.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_rank.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_replace.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_repr_info.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_reshape.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_sort_values_level_as_str.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_sorting.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_subclass.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_timeseries.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_timezones.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_to_csv.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    copying pandas/tests/frame/test_validate.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
    creating build/lib.linux-x86_64-2.7/pandas/tests/generic
    copying pandas/tests/generic/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/generic
    copying pandas/tests/generic/test_frame.py -> build/lib.linux-x86_64-2.7/pandas/tests/generic
    copying pandas/tests/generic/test_generic.py -> build/lib.linux-x86_64-2.7/pandas/tests/generic
    copying pandas/tests/generic/test_label_or_level_utils.py -> build/lib.linux-x86_64-2.7/pandas/tests/generic
    copying pandas/tests/generic/test_panel.py -> build/lib.linux-x86_64-2.7/pandas/tests/generic
    copying pandas/tests/generic/test_series.py -> build/lib.linux-x86_64-2.7/pandas/tests/generic
    creating build/lib.linux-x86_64-2.7/pandas/tests/groupby
    copying pandas/tests/groupby/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
    copying pandas/tests/groupby/conftest.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
    copying pandas/tests/groupby/test_apply.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
    copying pandas/tests/groupby/test_bin_groupby.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
    copying pandas/tests/groupby/test_categorical.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
    copying pandas/tests/groupby/test_counting.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
    copying pandas/tests/groupby/test_filters.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
    copying pandas/tests/groupby/test_function.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
    copying pandas/tests/groupby/test_groupby.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
    copying pandas/tests/groupby/test_grouping.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
    copying pandas/tests/groupby/test_index_as_string.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
    copying pandas/tests/groupby/test_nth.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
    copying pandas/tests/groupby/test_rank.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
    copying pandas/tests/groupby/test_timegrouper.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
    copying pandas/tests/groupby/test_transform.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
    copying pandas/tests/groupby/test_value_counts.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
    copying pandas/tests/groupby/test_whitelist.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
    creating build/lib.linux-x86_64-2.7/pandas/tests/indexes
    copying pandas/tests/indexes/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes
    copying pandas/tests/indexes/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes
    copying pandas/tests/indexes/conftest.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes
    copying pandas/tests/indexes/datetimelike.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes
    copying pandas/tests/indexes/test_base.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes
    copying pandas/tests/indexes/test_category.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes
    copying pandas/tests/indexes/test_frozen.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes
    copying pandas/tests/indexes/test_multi.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes
    copying pandas/tests/indexes/test_numeric.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes
    copying pandas/tests/indexes/test_range.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes
    creating build/lib.linux-x86_64-2.7/pandas/tests/indexing
    copying pandas/tests/indexing/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
    copying pandas/tests/indexing/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
    copying pandas/tests/indexing/test_callable.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
    copying pandas/tests/indexing/test_categorical.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
    copying pandas/tests/indexing/test_chaining_and_caching.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
    copying pandas/tests/indexing/test_coercion.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
    copying pandas/tests/indexing/test_datetime.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
    copying pandas/tests/indexing/test_floats.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
    copying pandas/tests/indexing/test_iloc.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
    copying pandas/tests/indexing/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
    copying pandas/tests/indexing/test_indexing_slow.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
    copying pandas/tests/indexing/test_ix.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
    copying pandas/tests/indexing/test_loc.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
    copying pandas/tests/indexing/test_multiindex.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
    copying pandas/tests/indexing/test_panel.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
    copying pandas/tests/indexing/test_partial.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
    copying pandas/tests/indexing/test_scalar.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
    copying pandas/tests/indexing/test_timedelta.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
    creating build/lib.linux-x86_64-2.7/pandas/tests/internals
    copying pandas/tests/internals/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/internals
    copying pandas/tests/internals/test_internals.py -> build/lib.linux-x86_64-2.7/pandas/tests/internals
    creating build/lib.linux-x86_64-2.7/pandas/tests/io
    copying pandas/tests/io/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
    copying pandas/tests/io/conftest.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
    copying pandas/tests/io/generate_legacy_storage_files.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
    copying pandas/tests/io/test_clipboard.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
    copying pandas/tests/io/test_common.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
    copying pandas/tests/io/test_excel.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
    copying pandas/tests/io/test_feather.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
    copying pandas/tests/io/test_gbq.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
    copying pandas/tests/io/test_html.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
    copying pandas/tests/io/test_packers.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
    copying pandas/tests/io/test_parquet.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
    copying pandas/tests/io/test_pickle.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
    copying pandas/tests/io/test_pytables.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
    copying pandas/tests/io/test_s3.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
    copying pandas/tests/io/test_sql.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
    copying pandas/tests/io/test_stata.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
    creating build/lib.linux-x86_64-2.7/pandas/tests/plotting
    copying pandas/tests/plotting/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
    copying pandas/tests/plotting/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
    copying pandas/tests/plotting/test_boxplot_method.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
    copying pandas/tests/plotting/test_converter.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
    copying pandas/tests/plotting/test_datetimelike.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
    copying pandas/tests/plotting/test_deprecated.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
    copying pandas/tests/plotting/test_frame.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
    copying pandas/tests/plotting/test_groupby.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
    copying pandas/tests/plotting/test_hist_method.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
    copying pandas/tests/plotting/test_misc.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
    copying pandas/tests/plotting/test_series.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
    creating build/lib.linux-x86_64-2.7/pandas/tests/reshape
    copying pandas/tests/reshape/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape
    copying pandas/tests/reshape/test_concat.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape
    copying pandas/tests/reshape/test_melt.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape
    copying pandas/tests/reshape/test_pivot.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape
    copying pandas/tests/reshape/test_reshape.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape
    copying pandas/tests/reshape/test_tile.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape
    copying pandas/tests/reshape/test_union_categoricals.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape
    copying pandas/tests/reshape/test_util.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape
    creating build/lib.linux-x86_64-2.7/pandas/tests/scalar
    copying pandas/tests/scalar/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar
    copying pandas/tests/scalar/test_nat.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar
    creating build/lib.linux-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_alter_axes.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_analytics.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_api.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_apply.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_arithmetic.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_asof.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_combine_concat.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_constructors.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_datetime_values.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_dtypes.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_internals.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_io.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_missing.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_operators.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_period.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_quantile.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_rank.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_replace.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_repr.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_sorting.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_subclass.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_timeseries.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_timezones.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
    copying pandas/tests/series/test_validate.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
    creating build/lib.linux-x86_64-2.7/pandas/tests/sparse
    copying pandas/tests/sparse/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
    copying pandas/tests/sparse/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
    copying pandas/tests/sparse/test_arithmetics.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
    copying pandas/tests/sparse/test_array.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
    copying pandas/tests/sparse/test_combine_concat.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
    copying pandas/tests/sparse/test_format.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
    copying pandas/tests/sparse/test_groupby.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
    copying pandas/tests/sparse/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
    copying pandas/tests/sparse/test_libsparse.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
    copying pandas/tests/sparse/test_pivot.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
    copying pandas/tests/sparse/test_reshape.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
    creating build/lib.linux-x86_64-2.7/pandas/tests/tools
    copying pandas/tests/tools/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/tools
    copying pandas/tests/tools/test_numeric.py -> build/lib.linux-x86_64-2.7/pandas/tests/tools
    creating build/lib.linux-x86_64-2.7/pandas/tests/tseries
    copying pandas/tests/tseries/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries
    copying pandas/tests/tseries/conftest.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries
    copying pandas/tests/tseries/test_frequencies.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries
    copying pandas/tests/tseries/test_holiday.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries
    creating build/lib.linux-x86_64-2.7/pandas/tests/tslibs
    copying pandas/tests/tslibs/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/tslibs
    copying pandas/tests/tslibs/test_array_to_datetime.py -> build/lib.linux-x86_64-2.7/pandas/tests/tslibs
    copying pandas/tests/tslibs/test_ccalendar.py -> build/lib.linux-x86_64-2.7/pandas/tests/tslibs
    copying pandas/tests/tslibs/test_conversion.py -> build/lib.linux-x86_64-2.7/pandas/tests/tslibs
    copying pandas/tests/tslibs/test_libfrequencies.py -> build/lib.linux-x86_64-2.7/pandas/tests/tslibs
    copying pandas/tests/tslibs/test_liboffsets.py -> build/lib.linux-x86_64-2.7/pandas/tests/tslibs
    copying pandas/tests/tslibs/test_parsing.py -> build/lib.linux-x86_64-2.7/pandas/tests/tslibs
    copying pandas/tests/tslibs/test_period_asfreq.py -> build/lib.linux-x86_64-2.7/pandas/tests/tslibs
    copying pandas/tests/tslibs/test_timezones.py -> build/lib.linux-x86_64-2.7/pandas/tests/tslibs
    creating build/lib.linux-x86_64-2.7/pandas/tests/util
    copying pandas/tests/util/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/util
    copying pandas/tests/util/test_hashing.py -> build/lib.linux-x86_64-2.7/pandas/tests/util
    copying pandas/tests/util/test_testing.py -> build/lib.linux-x86_64-2.7/pandas/tests/util
    copying pandas/tests/util/test_util.py -> build/lib.linux-x86_64-2.7/pandas/tests/util
    creating build/lib.linux-x86_64-2.7/pandas/tests/extension/base
    copying pandas/tests/extension/base/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
    copying pandas/tests/extension/base/base.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
    copying pandas/tests/extension/base/casting.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
    copying pandas/tests/extension/base/constructors.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
    copying pandas/tests/extension/base/dtype.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
    copying pandas/tests/extension/base/getitem.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
    copying pandas/tests/extension/base/groupby.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
    copying pandas/tests/extension/base/interface.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
    copying pandas/tests/extension/base/methods.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
    copying pandas/tests/extension/base/missing.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
    copying pandas/tests/extension/base/reshaping.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
    copying pandas/tests/extension/base/setitem.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
    creating build/lib.linux-x86_64-2.7/pandas/tests/extension/category
    copying pandas/tests/extension/category/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/category
    copying pandas/tests/extension/category/test_categorical.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/category
    creating build/lib.linux-x86_64-2.7/pandas/tests/extension/decimal
    copying pandas/tests/extension/decimal/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/decimal
    copying pandas/tests/extension/decimal/array.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/decimal
    copying pandas/tests/extension/decimal/test_decimal.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/decimal
    creating build/lib.linux-x86_64-2.7/pandas/tests/extension/json
    copying pandas/tests/extension/json/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/json
    copying pandas/tests/extension/json/array.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/json
    copying pandas/tests/extension/json/test_json.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/json
    creating build/lib.linux-x86_64-2.7/pandas/tests/groupby/aggregate
    copying pandas/tests/groupby/aggregate/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby/aggregate
    copying pandas/tests/groupby/aggregate/test_aggregate.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby/aggregate
    copying pandas/tests/groupby/aggregate/test_cython.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby/aggregate
    copying pandas/tests/groupby/aggregate/test_other.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby/aggregate
    creating build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/test_arithmetic.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/test_astype.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/test_construction.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/test_date_range.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/test_datetime.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/test_datetimelike.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/test_formats.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/test_misc.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/test_missing.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/test_ops.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/test_partial_slicing.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/test_scalar_compat.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/test_setops.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/test_timezones.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/test_tools.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
    creating build/lib.linux-x86_64-2.7/pandas/tests/indexes/interval
    copying pandas/tests/indexes/interval/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/interval
    copying pandas/tests/indexes/interval/test_astype.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/interval
    copying pandas/tests/indexes/interval/test_construction.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/interval
    copying pandas/tests/indexes/interval/test_interval.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/interval
    copying pandas/tests/indexes/interval/test_interval_new.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/interval
    copying pandas/tests/indexes/interval/test_interval_range.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/interval
    copying pandas/tests/indexes/interval/test_interval_tree.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/interval
    creating build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
    copying pandas/tests/indexes/period/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
    copying pandas/tests/indexes/period/test_arithmetic.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
    copying pandas/tests/indexes/period/test_asfreq.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
    copying pandas/tests/indexes/period/test_astype.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
    copying pandas/tests/indexes/period/test_construction.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
    copying pandas/tests/indexes/period/test_formats.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
    copying pandas/tests/indexes/period/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
    copying pandas/tests/indexes/period/test_ops.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
    copying pandas/tests/indexes/period/test_partial_slicing.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
    copying pandas/tests/indexes/period/test_period.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
    copying pandas/tests/indexes/period/test_period_range.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
    copying pandas/tests/indexes/period/test_scalar_compat.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
    copying pandas/tests/indexes/period/test_setops.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
    copying pandas/tests/indexes/period/test_tools.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
    creating build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
    copying pandas/tests/indexes/timedeltas/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
    copying pandas/tests/indexes/timedeltas/test_arithmetic.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
    copying pandas/tests/indexes/timedeltas/test_astype.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
    copying pandas/tests/indexes/timedeltas/test_construction.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
    copying pandas/tests/indexes/timedeltas/test_formats.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
    copying pandas/tests/indexes/timedeltas/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
    copying pandas/tests/indexes/timedeltas/test_ops.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
    copying pandas/tests/indexes/timedeltas/test_partial_slicing.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
    copying pandas/tests/indexes/timedeltas/test_scalar_compat.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
    copying pandas/tests/indexes/timedeltas/test_setops.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
    copying pandas/tests/indexes/timedeltas/test_timedelta.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
    copying pandas/tests/indexes/timedeltas/test_timedelta_range.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
    copying pandas/tests/indexes/timedeltas/test_tools.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
    creating build/lib.linux-x86_64-2.7/pandas/tests/indexing/interval
    copying pandas/tests/indexing/interval/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing/interval
    copying pandas/tests/indexing/interval/test_interval.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing/interval
    copying pandas/tests/indexing/interval/test_interval_new.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing/interval
    creating build/lib.linux-x86_64-2.7/pandas/tests/io/formats
    copying pandas/tests/io/formats/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/formats
    copying pandas/tests/io/formats/test_css.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/formats
    copying pandas/tests/io/formats/test_eng_formatting.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/formats
    copying pandas/tests/io/formats/test_format.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/formats
    copying pandas/tests/io/formats/test_printing.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/formats
    copying pandas/tests/io/formats/test_style.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/formats
    copying pandas/tests/io/formats/test_to_csv.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/formats
    copying pandas/tests/io/formats/test_to_excel.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/formats
    copying pandas/tests/io/formats/test_to_html.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/formats
    copying pandas/tests/io/formats/test_to_latex.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/formats
    creating build/lib.linux-x86_64-2.7/pandas/tests/io/json
    copying pandas/tests/io/json/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/json
    copying pandas/tests/io/json/test_compression.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/json
    copying pandas/tests/io/json/test_json_table_schema.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/json
    copying pandas/tests/io/json/test_normalize.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/json
    copying pandas/tests/io/json/test_pandas.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/json
    copying pandas/tests/io/json/test_readlines.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/json
    copying pandas/tests/io/json/test_ujson.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/json
    creating build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/test_buffer.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/test_case.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/test_except.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/test_extension.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/test_format.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/test_limits.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/test_newspec.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/test_obj.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/test_pack.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/test_read_size.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/test_seq.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/test_sequnpack.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/test_subtype.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/test_unpack.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/test_unpack_raw.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
    creating build/lib.linux-x86_64-2.7/pandas/tests/io/parser
    copying pandas/tests/io/parser/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
    copying pandas/tests/io/parser/c_parser_only.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
    copying pandas/tests/io/parser/comment.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
    copying pandas/tests/io/parser/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
    copying pandas/tests/io/parser/compression.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
    copying pandas/tests/io/parser/converters.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
    copying pandas/tests/io/parser/dialect.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
    copying pandas/tests/io/parser/dtypes.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
    copying pandas/tests/io/parser/header.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
    copying pandas/tests/io/parser/index_col.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
    copying pandas/tests/io/parser/mangle_dupes.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
    copying pandas/tests/io/parser/multithread.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
    copying pandas/tests/io/parser/na_values.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
    copying pandas/tests/io/parser/parse_dates.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
    copying pandas/tests/io/parser/python_parser_only.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
    copying pandas/tests/io/parser/quoting.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
    copying pandas/tests/io/parser/skiprows.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
    copying pandas/tests/io/parser/test_network.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
    copying pandas/tests/io/parser/test_parsers.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
    copying pandas/tests/io/parser/test_read_fwf.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
    copying pandas/tests/io/parser/test_textreader.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
    copying pandas/tests/io/parser/test_unsupported.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
    copying pandas/tests/io/parser/usecols.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
    creating build/lib.linux-x86_64-2.7/pandas/tests/io/sas
    copying pandas/tests/io/sas/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/sas
    copying pandas/tests/io/sas/test_sas.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/sas
    copying pandas/tests/io/sas/test_sas7bdat.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/sas
    copying pandas/tests/io/sas/test_xport.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/sas
    creating build/lib.linux-x86_64-2.7/pandas/tests/reshape/merge
    copying pandas/tests/reshape/merge/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape/merge
    copying pandas/tests/reshape/merge/test_join.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape/merge
    copying pandas/tests/reshape/merge/test_merge.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape/merge
    copying pandas/tests/reshape/merge/test_merge_asof.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape/merge
    copying pandas/tests/reshape/merge/test_merge_index_as_string.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape/merge
    copying pandas/tests/reshape/merge/test_merge_ordered.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape/merge
    creating build/lib.linux-x86_64-2.7/pandas/tests/scalar/interval
    copying pandas/tests/scalar/interval/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/interval
    copying pandas/tests/scalar/interval/test_interval.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/interval
    creating build/lib.linux-x86_64-2.7/pandas/tests/scalar/period
    copying pandas/tests/scalar/period/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/period
    copying pandas/tests/scalar/period/test_asfreq.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/period
    copying pandas/tests/scalar/period/test_period.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/period
    creating build/lib.linux-x86_64-2.7/pandas/tests/scalar/timedelta
    copying pandas/tests/scalar/timedelta/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timedelta
    copying pandas/tests/scalar/timedelta/test_arithmetic.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timedelta
    copying pandas/tests/scalar/timedelta/test_construction.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timedelta
    copying pandas/tests/scalar/timedelta/test_formats.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timedelta
    copying pandas/tests/scalar/timedelta/test_timedelta.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timedelta
    creating build/lib.linux-x86_64-2.7/pandas/tests/scalar/timestamp
    copying pandas/tests/scalar/timestamp/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timestamp
    copying pandas/tests/scalar/timestamp/test_arithmetic.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timestamp
    copying pandas/tests/scalar/timestamp/test_comparisons.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timestamp
    copying pandas/tests/scalar/timestamp/test_rendering.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timestamp
    copying pandas/tests/scalar/timestamp/test_timestamp.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timestamp
    copying pandas/tests/scalar/timestamp/test_timezones.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timestamp
    copying pandas/tests/scalar/timestamp/test_unary_ops.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timestamp
    creating build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
    copying pandas/tests/series/indexing/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
    copying pandas/tests/series/indexing/conftest.py -> build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
    copying pandas/tests/series/indexing/test_alter_index.py -> build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
    copying pandas/tests/series/indexing/test_boolean.py -> build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
    copying pandas/tests/series/indexing/test_callable.py -> build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
    copying pandas/tests/series/indexing/test_datetime.py -> build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
    copying pandas/tests/series/indexing/test_iloc.py -> build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
    copying pandas/tests/series/indexing/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
    copying pandas/tests/series/indexing/test_loc.py -> build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
    copying pandas/tests/series/indexing/test_numeric.py -> build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
    creating build/lib.linux-x86_64-2.7/pandas/tests/sparse/frame
    copying pandas/tests/sparse/frame/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse/frame
    copying pandas/tests/sparse/frame/test_analytics.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse/frame
    copying pandas/tests/sparse/frame/test_apply.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse/frame
    copying pandas/tests/sparse/frame/test_frame.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse/frame
    copying pandas/tests/sparse/frame/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse/frame
    copying pandas/tests/sparse/frame/test_to_csv.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse/frame
    copying pandas/tests/sparse/frame/test_to_from_scipy.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse/frame
    creating build/lib.linux-x86_64-2.7/pandas/tests/sparse/series
    copying pandas/tests/sparse/series/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse/series
    copying pandas/tests/sparse/series/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse/series
    copying pandas/tests/sparse/series/test_series.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse/series
    creating build/lib.linux-x86_64-2.7/pandas/tests/tseries/offsets
    copying pandas/tests/tseries/offsets/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries/offsets
    copying pandas/tests/tseries/offsets/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries/offsets
    copying pandas/tests/tseries/offsets/conftest.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries/offsets
    copying pandas/tests/tseries/offsets/test_fiscal.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries/offsets
    copying pandas/tests/tseries/offsets/test_offsets.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries/offsets
    copying pandas/tests/tseries/offsets/test_ticks.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries/offsets
    copying pandas/tests/tseries/offsets/test_yqm_offsets.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries/offsets
    creating build/lib.linux-x86_64-2.7/pandas/tests/data
    copying pandas/tests/data/iris.csv -> build/lib.linux-x86_64-2.7/pandas/tests/data
    copying pandas/tests/data/tips.csv -> build/lib.linux-x86_64-2.7/pandas/tests/data
    creating build/lib.linux-x86_64-2.7/pandas/io/formats/templates
    copying pandas/io/formats/templates/html.tpl -> build/lib.linux-x86_64-2.7/pandas/io/formats/templates
    creating build/lib.linux-x86_64-2.7/pandas/tests/indexes/data
    copying pandas/tests/indexes/data/mindex_073.pickle -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/data
    copying pandas/tests/indexes/data/multiindex_v1.pickle -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/data
    creating build/lib.linux-x86_64-2.7/pandas/tests/io/data
    copying pandas/tests/io/data/banklist.csv -> build/lib.linux-x86_64-2.7/pandas/tests/io/data
    copying pandas/tests/io/data/banklist.html -> build/lib.linux-x86_64-2.7/pandas/tests/io/data
    copying pandas/tests/io/data/blank.xls -> build/lib.linux-x86_64-2.7/pandas/tests/io/data
    copying pandas/tests/io/data/blank.xlsm -> build/lib.linux-x86_64-2.7/pandas/tests/io/data
    copying pandas/tests/io/data/blank.xlsx -> build/lib.linux-x86_64-2.7/pandas/tests/io/data
    copying pandas/tests/io/data/blank_with_header.xls -> build/lib.linux-x86_64-2.7/pandas/tests/io/data
    copying pandas/tests/io/data/blank_with_header.xlsm -> build/lib.linux-x86_64-2.7/pandas/tests/io/data
    copying pandas/tests/io/data/blank_with_header.xlsx -> build/lib.linux-x86_64-2.7/pandas/tests/io/data
    copying pandas/tests/io/data/categorical_0_14_1.pickle -> build/lib.linux-x86_64-2.7/pandas/tests/io/data
    copying pandas/tests/io/data/categorical_0_15_2.pickle -> build/lib.linux-x86_64-2.7/pandas/tests/io/data
    copying pandas/tests/io/data/computer_sales_page.html -> build/lib.linux-x86_64-2.7/pandas/tests/io/data
    copying pandas/tests/io/data/feather-0_3_1.feather -> build/lib.linux-x86_64-2.7/pandas/tests/io/data
    copying pandas/tests/io/data/fixed_width_format.txt -> build/lib.linux-x86_64-2.7/pandas/tests/io/data
    copying pandas/tests/io/data/gbq_fake_job.txt -> build/lib.linux-x86_64-2.7/pandas/tests/io/data
    error: can't copy 'pandas/tests/io/data/html_encoding': doesn't exist or not a regular file
    
    ----------------------------------------
Command "/home/vimeo/stack/bin/python -u -c "import setuptools, tokenize;__file__='/home/vimeo/tc/tmp/pip-install-cYh_Po/pandas/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /home/vimeo/tc/tmp/pip-record-_A3gVK/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /home/vimeo/tc/tmp/pip-install-cYh_Po/pandas/
@TomAugspurger
Copy link
Contributor

I'm assuming your docker image is based of alpine. It's not compatible with manylinux, pypa/manylinux#37, so you don't get the wheel, so you have to compile it.

I think you'll either need to use an image that has glibc, or include the right compilers to build pandas.

LMK if that's not the case.

@TomAugspurger
Copy link
Contributor

TomAugspurger commented Jun 4, 2018

Although that actual error message is different than what I would expect if it's a glibc thing... Maybe I'm wrong. Do you have a small dockerfile that reproduces the problem?

@WillAyd
Copy link
Member

WillAyd commented Jun 4, 2018

I wonder if we should copy the package_data locations over into the MANIFEST. The below issue is relatively dated but I never saw a resolution:

pypa/sampleproject#30 (comment)

In any case a dockerfile to reproduce the issue would be helpful

@TomAugspurger
Copy link
Contributor

Ideally I would finish up #19535 and this would be moot :)

@nfeldbaum
Copy link
Author

nfeldbaum commented Jun 4, 2018

Thanks for the help! It's actually based off of Centos 7. I'm an intern at a company which uses a custom python environment that's from the build rather than the Dockerfile. I tried to reproduce the issue by creating a new container with a basic Dockerfile, and the issue goes away. It must be some system-level package interaction issue. Will update if I figure out what's causing it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants