root@x066:[/data/prj/python/python3-3.8]pip3 install pandas /opt/lib/python3.8/site-packages/pip/_vendor/urllib3/util/selectors.py:14: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working from collections import namedtuple, Mapping /opt/lib/python3.8/site-packages/pip/_vendor/urllib3/_collections.py:2: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working from collections import Mapping, MutableMapping /opt/lib/python3.8/site-packages/pip/_vendor/pyparsing.py:3245: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working elif isinstance( exprs, collections.Iterable ): /opt/lib/python3.8/site-packages/pip/_internal/pep425tags.py:255: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp Collecting pandas /opt/lib/python3.8/site-packages/pip/_vendor/requests/models.py:177: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working if isinstance(hook, collections.Callable): /opt/lib/python3.8/site-packages/pip/_vendor/msgpack/fallback.py:220: PendingDeprecationWarning: encoding is deprecated, Use raw=False instead. warnings.warn( Using cached https://files.pythonhosted.org/packages/e9/ad/5e92ba493eff96055a23b0a1323a9a803af71ec859ae3243ced86fcbd0a4/pandas-0.23.4.tar.gz Collecting python-dateutil>=2.5.0 (from pandas) Downloading https://files.pythonhosted.org/packages/74/68/d87d9b36af36f44254a8d512cbfc48369103a3b9e474be9bdfe536abfc45/python_dateutil-2.7.5-py2.py3-none-any.whl (225kB) 100% |################################| 235kB 78kB/s Collecting pytz>=2011k (from pandas) Downloading https://files.pythonhosted.org/packages/f8/0e/2365ddc010afb3d79147f1dd544e5ee24bf4ece58ab99b16fbb465ce6dc0/pytz-2018.7-py2.py3-none-any.whl (506kB) 100% |################################| 512kB 81kB/s Requirement already satisfied: numpy>=1.9.0 in /opt/lib/python3.8/site-packages (from pandas) (1.15.4) Collecting six>=1.5 (from python-dateutil>=2.5.0->pandas) Using cached https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl Installing collected packages: six, python-dateutil, pytz, pandas Running setup.py install for pandas ... error Complete output from command /opt/bin/python3.8 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-f5rvzoc0/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 /tmp/pip-record-kmi2p9sd/install-record.txt --single-version-externally-managed --compile: /opt/lib/python3.8/site-packages/pkg_resources/_vendor/pyparsing.py:943: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working collections.MutableMapping.register(ParseResults) /opt/lib/python3.8/site-packages/pkg_resources/_vendor/pyparsing.py:3226: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working elif isinstance( exprs, collections.Iterable ): /opt/lib/python3.8/site-packages/setuptools/depends.py:2: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp /tmp/pip-install-f5rvzoc0/pandas/versioneer.py:399: DeprecationWarning: The SafeConfigParser class has been renamed to ConfigParser in Python 3.2. This alias will be removed in future versions. Use ConfigParser directly instead. parser = configparser.SafeConfigParser() /tmp/pip-install-f5rvzoc0/pandas/versioneer.py:401: DeprecationWarning: This method will be removed in future versions. Use 'parser.read_file()' instead. parser.readfp(f) running install running build running build_py creating build creating build/lib.aix-6.1-3.8-pydebug creating build/lib.aix-6.1-3.8-pydebug/pandas copying pandas/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas copying pandas/_version.py -> build/lib.aix-6.1-3.8-pydebug/pandas copying pandas/conftest.py -> build/lib.aix-6.1-3.8-pydebug/pandas copying pandas/json.py -> build/lib.aix-6.1-3.8-pydebug/pandas copying pandas/lib.py -> build/lib.aix-6.1-3.8-pydebug/pandas copying pandas/parser.py -> build/lib.aix-6.1-3.8-pydebug/pandas copying pandas/testing.py -> build/lib.aix-6.1-3.8-pydebug/pandas copying pandas/tslib.py -> build/lib.aix-6.1-3.8-pydebug/pandas creating build/lib.aix-6.1-3.8-pydebug/pandas/_libs copying pandas/_libs/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/_libs creating build/lib.aix-6.1-3.8-pydebug/pandas/api copying pandas/api/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/api creating build/lib.aix-6.1-3.8-pydebug/pandas/compat copying pandas/compat/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/compat copying pandas/compat/chainmap.py -> build/lib.aix-6.1-3.8-pydebug/pandas/compat copying pandas/compat/chainmap_impl.py -> build/lib.aix-6.1-3.8-pydebug/pandas/compat copying pandas/compat/pickle_compat.py -> build/lib.aix-6.1-3.8-pydebug/pandas/compat creating build/lib.aix-6.1-3.8-pydebug/pandas/computation copying pandas/computation/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/computation copying pandas/computation/expressions.py -> build/lib.aix-6.1-3.8-pydebug/pandas/computation creating build/lib.aix-6.1-3.8-pydebug/pandas/core copying pandas/core/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core copying pandas/core/accessor.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core copying pandas/core/algorithms.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core copying pandas/core/api.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core copying pandas/core/apply.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core copying pandas/core/base.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core copying pandas/core/categorical.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core copying pandas/core/common.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core copying pandas/core/config.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core copying pandas/core/config_init.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core copying pandas/core/datetools.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core copying pandas/core/frame.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core copying pandas/core/generic.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core copying pandas/core/index.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core copying pandas/core/indexing.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core copying pandas/core/internals.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core copying pandas/core/missing.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core copying pandas/core/nanops.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core copying pandas/core/ops.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core copying pandas/core/panel.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core copying pandas/core/resample.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core copying pandas/core/series.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core copying pandas/core/sorting.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core copying pandas/core/strings.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core copying pandas/core/window.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core creating build/lib.aix-6.1-3.8-pydebug/pandas/errors copying pandas/errors/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/errors creating build/lib.aix-6.1-3.8-pydebug/pandas/formats copying pandas/formats/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/formats copying pandas/formats/style.py -> build/lib.aix-6.1-3.8-pydebug/pandas/formats creating build/lib.aix-6.1-3.8-pydebug/pandas/io copying pandas/io/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io copying pandas/io/api.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io copying pandas/io/clipboards.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io copying pandas/io/common.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io copying pandas/io/date_converters.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io copying pandas/io/excel.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io copying pandas/io/feather_format.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io copying pandas/io/gbq.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io copying pandas/io/html.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io copying pandas/io/packers.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io copying pandas/io/parquet.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io copying pandas/io/parsers.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io copying pandas/io/pickle.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io copying pandas/io/pytables.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io copying pandas/io/s3.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io copying pandas/io/sql.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io copying pandas/io/stata.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io creating build/lib.aix-6.1-3.8-pydebug/pandas/plotting copying pandas/plotting/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/plotting copying pandas/plotting/_compat.py -> build/lib.aix-6.1-3.8-pydebug/pandas/plotting copying pandas/plotting/_converter.py -> build/lib.aix-6.1-3.8-pydebug/pandas/plotting copying pandas/plotting/_core.py -> build/lib.aix-6.1-3.8-pydebug/pandas/plotting copying pandas/plotting/_misc.py -> build/lib.aix-6.1-3.8-pydebug/pandas/plotting copying pandas/plotting/_style.py -> build/lib.aix-6.1-3.8-pydebug/pandas/plotting copying pandas/plotting/_timeseries.py -> build/lib.aix-6.1-3.8-pydebug/pandas/plotting copying pandas/plotting/_tools.py -> build/lib.aix-6.1-3.8-pydebug/pandas/plotting creating build/lib.aix-6.1-3.8-pydebug/pandas/tests copying pandas/tests/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests copying pandas/tests/test_algos.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests copying pandas/tests/test_base.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests copying pandas/tests/test_common.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests copying pandas/tests/test_compat.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests copying pandas/tests/test_config.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests copying pandas/tests/test_downstream.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests copying pandas/tests/test_errors.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests copying pandas/tests/test_expressions.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests copying pandas/tests/test_join.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests copying pandas/tests/test_lib.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests copying pandas/tests/test_multilevel.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests copying pandas/tests/test_nanops.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests copying pandas/tests/test_panel.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests copying pandas/tests/test_register_accessor.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests copying pandas/tests/test_resample.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests copying pandas/tests/test_sorting.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests copying pandas/tests/test_strings.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests copying pandas/tests/test_take.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests copying pandas/tests/test_window.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests creating build/lib.aix-6.1-3.8-pydebug/pandas/tools copying pandas/tools/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tools copying pandas/tools/merge.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tools copying pandas/tools/plotting.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tools creating build/lib.aix-6.1-3.8-pydebug/pandas/tseries copying pandas/tseries/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tseries copying pandas/tseries/api.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tseries copying pandas/tseries/converter.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tseries copying pandas/tseries/frequencies.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tseries copying pandas/tseries/holiday.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tseries copying pandas/tseries/offsets.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tseries copying pandas/tseries/plotting.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tseries creating build/lib.aix-6.1-3.8-pydebug/pandas/types copying pandas/types/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/types copying pandas/types/common.py -> build/lib.aix-6.1-3.8-pydebug/pandas/types copying pandas/types/concat.py -> build/lib.aix-6.1-3.8-pydebug/pandas/types creating build/lib.aix-6.1-3.8-pydebug/pandas/util copying pandas/util/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/util copying pandas/util/_decorators.py -> build/lib.aix-6.1-3.8-pydebug/pandas/util copying pandas/util/_depr_module.py -> build/lib.aix-6.1-3.8-pydebug/pandas/util copying pandas/util/_doctools.py -> build/lib.aix-6.1-3.8-pydebug/pandas/util copying pandas/util/_print_versions.py -> build/lib.aix-6.1-3.8-pydebug/pandas/util copying pandas/util/_test_decorators.py -> build/lib.aix-6.1-3.8-pydebug/pandas/util copying pandas/util/_tester.py -> build/lib.aix-6.1-3.8-pydebug/pandas/util copying pandas/util/_validators.py -> build/lib.aix-6.1-3.8-pydebug/pandas/util copying pandas/util/decorators.py -> build/lib.aix-6.1-3.8-pydebug/pandas/util copying pandas/util/testing.py -> build/lib.aix-6.1-3.8-pydebug/pandas/util creating build/lib.aix-6.1-3.8-pydebug/pandas/_libs/tslibs copying pandas/_libs/tslibs/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/_libs/tslibs creating build/lib.aix-6.1-3.8-pydebug/pandas/api/extensions copying pandas/api/extensions/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/api/extensions creating build/lib.aix-6.1-3.8-pydebug/pandas/api/types copying pandas/api/types/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/api/types creating build/lib.aix-6.1-3.8-pydebug/pandas/compat/numpy copying pandas/compat/numpy/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/compat/numpy copying pandas/compat/numpy/function.py -> build/lib.aix-6.1-3.8-pydebug/pandas/compat/numpy creating build/lib.aix-6.1-3.8-pydebug/pandas/core/arrays copying pandas/core/arrays/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/arrays copying pandas/core/arrays/base.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/arrays copying pandas/core/arrays/categorical.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/arrays creating build/lib.aix-6.1-3.8-pydebug/pandas/core/computation copying pandas/core/computation/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/computation copying pandas/core/computation/align.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/computation copying pandas/core/computation/api.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/computation copying pandas/core/computation/check.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/computation copying pandas/core/computation/common.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/computation copying pandas/core/computation/engines.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/computation copying pandas/core/computation/eval.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/computation copying pandas/core/computation/expr.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/computation copying pandas/core/computation/expressions.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/computation copying pandas/core/computation/ops.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/computation copying pandas/core/computation/pytables.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/computation copying pandas/core/computation/scope.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/computation creating build/lib.aix-6.1-3.8-pydebug/pandas/core/dtypes copying pandas/core/dtypes/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/dtypes copying pandas/core/dtypes/api.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/dtypes copying pandas/core/dtypes/base.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/dtypes copying pandas/core/dtypes/cast.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/dtypes copying pandas/core/dtypes/common.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/dtypes copying pandas/core/dtypes/concat.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/dtypes copying pandas/core/dtypes/dtypes.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/dtypes copying pandas/core/dtypes/generic.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/dtypes copying pandas/core/dtypes/inference.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/dtypes copying pandas/core/dtypes/missing.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/dtypes creating build/lib.aix-6.1-3.8-pydebug/pandas/core/groupby copying pandas/core/groupby/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/groupby copying pandas/core/groupby/groupby.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/groupby creating build/lib.aix-6.1-3.8-pydebug/pandas/core/indexes copying pandas/core/indexes/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/indexes copying pandas/core/indexes/accessors.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/indexes copying pandas/core/indexes/api.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/indexes copying pandas/core/indexes/base.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/indexes copying pandas/core/indexes/category.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/indexes copying pandas/core/indexes/datetimelike.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/indexes copying pandas/core/indexes/datetimes.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/indexes copying pandas/core/indexes/frozen.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/indexes copying pandas/core/indexes/interval.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/indexes copying pandas/core/indexes/multi.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/indexes copying pandas/core/indexes/numeric.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/indexes copying pandas/core/indexes/period.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/indexes copying pandas/core/indexes/range.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/indexes copying pandas/core/indexes/timedeltas.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/indexes creating build/lib.aix-6.1-3.8-pydebug/pandas/core/reshape copying pandas/core/reshape/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/reshape copying pandas/core/reshape/api.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/reshape copying pandas/core/reshape/concat.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/reshape copying pandas/core/reshape/melt.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/reshape copying pandas/core/reshape/merge.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/reshape copying pandas/core/reshape/pivot.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/reshape copying pandas/core/reshape/reshape.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/reshape copying pandas/core/reshape/tile.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/reshape copying pandas/core/reshape/util.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/reshape creating build/lib.aix-6.1-3.8-pydebug/pandas/core/sparse copying pandas/core/sparse/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/sparse copying pandas/core/sparse/api.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/sparse copying pandas/core/sparse/array.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/sparse copying pandas/core/sparse/frame.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/sparse copying pandas/core/sparse/scipy_sparse.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/sparse copying pandas/core/sparse/series.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/sparse creating build/lib.aix-6.1-3.8-pydebug/pandas/core/tools copying pandas/core/tools/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/tools copying pandas/core/tools/datetimes.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/tools copying pandas/core/tools/numeric.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/tools copying pandas/core/tools/timedeltas.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/tools creating build/lib.aix-6.1-3.8-pydebug/pandas/core/util copying pandas/core/util/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/util copying pandas/core/util/hashing.py -> build/lib.aix-6.1-3.8-pydebug/pandas/core/util creating build/lib.aix-6.1-3.8-pydebug/pandas/io/clipboard copying pandas/io/clipboard/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io/clipboard copying pandas/io/clipboard/clipboards.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io/clipboard copying pandas/io/clipboard/exceptions.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io/clipboard copying pandas/io/clipboard/windows.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io/clipboard creating build/lib.aix-6.1-3.8-pydebug/pandas/io/formats copying pandas/io/formats/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io/formats copying pandas/io/formats/console.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io/formats copying pandas/io/formats/css.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io/formats copying pandas/io/formats/csvs.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io/formats copying pandas/io/formats/excel.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io/formats copying pandas/io/formats/format.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io/formats copying pandas/io/formats/html.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io/formats copying pandas/io/formats/latex.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io/formats copying pandas/io/formats/printing.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io/formats copying pandas/io/formats/style.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io/formats copying pandas/io/formats/terminal.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io/formats creating build/lib.aix-6.1-3.8-pydebug/pandas/io/json copying pandas/io/json/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io/json copying pandas/io/json/json.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io/json copying pandas/io/json/normalize.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io/json copying pandas/io/json/table_schema.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io/json creating build/lib.aix-6.1-3.8-pydebug/pandas/io/msgpack copying pandas/io/msgpack/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io/msgpack copying pandas/io/msgpack/_version.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io/msgpack copying pandas/io/msgpack/exceptions.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io/msgpack creating build/lib.aix-6.1-3.8-pydebug/pandas/io/sas copying pandas/io/sas/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io/sas copying pandas/io/sas/sas7bdat.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io/sas copying pandas/io/sas/sas_constants.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io/sas copying pandas/io/sas/sas_xport.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io/sas copying pandas/io/sas/sasreader.py -> build/lib.aix-6.1-3.8-pydebug/pandas/io/sas creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/api copying pandas/tests/api/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/api copying pandas/tests/api/test_api.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/api copying pandas/tests/api/test_types.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/api creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/categorical copying pandas/tests/categorical/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/categorical copying pandas/tests/categorical/common.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/categorical copying pandas/tests/categorical/conftest.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/categorical copying pandas/tests/categorical/test_algos.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/categorical copying pandas/tests/categorical/test_analytics.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/categorical copying pandas/tests/categorical/test_api.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/categorical copying pandas/tests/categorical/test_constructors.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/categorical copying pandas/tests/categorical/test_dtypes.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/categorical copying pandas/tests/categorical/test_indexing.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/categorical copying pandas/tests/categorical/test_missing.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/categorical copying pandas/tests/categorical/test_operators.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/categorical copying pandas/tests/categorical/test_repr.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/categorical copying pandas/tests/categorical/test_sorting.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/categorical copying pandas/tests/categorical/test_subclass.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/categorical copying pandas/tests/categorical/test_warnings.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/categorical creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/computation copying pandas/tests/computation/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/computation copying pandas/tests/computation/test_compat.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/computation copying pandas/tests/computation/test_eval.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/computation creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/dtypes copying pandas/tests/dtypes/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/dtypes copying pandas/tests/dtypes/test_cast.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/dtypes copying pandas/tests/dtypes/test_common.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/dtypes copying pandas/tests/dtypes/test_concat.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/dtypes copying pandas/tests/dtypes/test_dtypes.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/dtypes copying pandas/tests/dtypes/test_generic.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/dtypes copying pandas/tests/dtypes/test_inference.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/dtypes copying pandas/tests/dtypes/test_missing.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/dtypes creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/extension copying pandas/tests/extension/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/extension copying pandas/tests/extension/conftest.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/extension copying pandas/tests/extension/test_common.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/extension copying pandas/tests/extension/test_external_block.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/extension creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/common.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/test_alter_axes.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/test_analytics.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/test_api.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/test_apply.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/test_arithmetic.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/test_asof.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/test_axis_select_reindex.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/test_block_internals.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/test_combine_concat.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/test_constructors.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/test_convert_to.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/test_dtypes.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/test_indexing.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/test_join.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/test_missing.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/test_mutate_columns.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/test_nonunique_indexes.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/test_operators.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/test_period.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/test_quantile.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/test_query_eval.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/test_rank.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/test_replace.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/test_repr_info.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/test_reshape.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/test_sort_values_level_as_str.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/test_sorting.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/test_subclass.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/test_timeseries.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/test_timezones.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/test_to_csv.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame copying pandas/tests/frame/test_validate.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/frame creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/generic copying pandas/tests/generic/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/generic copying pandas/tests/generic/test_frame.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/generic copying pandas/tests/generic/test_generic.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/generic copying pandas/tests/generic/test_label_or_level_utils.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/generic copying pandas/tests/generic/test_panel.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/generic copying pandas/tests/generic/test_series.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/generic creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/groupby copying pandas/tests/groupby/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/groupby copying pandas/tests/groupby/conftest.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/groupby copying pandas/tests/groupby/test_apply.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/groupby copying pandas/tests/groupby/test_bin_groupby.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/groupby copying pandas/tests/groupby/test_categorical.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/groupby copying pandas/tests/groupby/test_counting.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/groupby copying pandas/tests/groupby/test_filters.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/groupby copying pandas/tests/groupby/test_function.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/groupby copying pandas/tests/groupby/test_groupby.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/groupby copying pandas/tests/groupby/test_grouping.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/groupby copying pandas/tests/groupby/test_index_as_string.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/groupby copying pandas/tests/groupby/test_nth.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/groupby copying pandas/tests/groupby/test_rank.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/groupby copying pandas/tests/groupby/test_timegrouper.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/groupby copying pandas/tests/groupby/test_transform.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/groupby copying pandas/tests/groupby/test_value_counts.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/groupby copying pandas/tests/groupby/test_whitelist.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/groupby creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes copying pandas/tests/indexes/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes copying pandas/tests/indexes/common.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes copying pandas/tests/indexes/conftest.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes copying pandas/tests/indexes/datetimelike.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes copying pandas/tests/indexes/test_base.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes copying pandas/tests/indexes/test_category.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes copying pandas/tests/indexes/test_frozen.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes copying pandas/tests/indexes/test_multi.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes copying pandas/tests/indexes/test_numeric.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes copying pandas/tests/indexes/test_range.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexing copying pandas/tests/indexing/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexing copying pandas/tests/indexing/common.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexing copying pandas/tests/indexing/test_callable.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexing copying pandas/tests/indexing/test_categorical.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexing copying pandas/tests/indexing/test_chaining_and_caching.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexing copying pandas/tests/indexing/test_coercion.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexing copying pandas/tests/indexing/test_datetime.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexing copying pandas/tests/indexing/test_floats.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexing copying pandas/tests/indexing/test_iloc.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexing copying pandas/tests/indexing/test_indexing.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexing copying pandas/tests/indexing/test_indexing_slow.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexing copying pandas/tests/indexing/test_ix.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexing copying pandas/tests/indexing/test_loc.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexing copying pandas/tests/indexing/test_multiindex.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexing copying pandas/tests/indexing/test_panel.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexing copying pandas/tests/indexing/test_partial.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexing copying pandas/tests/indexing/test_scalar.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexing copying pandas/tests/indexing/test_timedelta.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexing creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/internals copying pandas/tests/internals/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/internals copying pandas/tests/internals/test_internals.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/internals creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/io copying pandas/tests/io/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io copying pandas/tests/io/conftest.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io copying pandas/tests/io/generate_legacy_storage_files.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io copying pandas/tests/io/test_clipboard.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io copying pandas/tests/io/test_common.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io copying pandas/tests/io/test_excel.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io copying pandas/tests/io/test_feather.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io copying pandas/tests/io/test_gbq.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io copying pandas/tests/io/test_html.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io copying pandas/tests/io/test_packers.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io copying pandas/tests/io/test_parquet.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io copying pandas/tests/io/test_pickle.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io copying pandas/tests/io/test_pytables.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io copying pandas/tests/io/test_s3.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io copying pandas/tests/io/test_sql.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io copying pandas/tests/io/test_stata.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/plotting copying pandas/tests/plotting/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/plotting copying pandas/tests/plotting/common.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/plotting copying pandas/tests/plotting/test_boxplot_method.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/plotting copying pandas/tests/plotting/test_converter.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/plotting copying pandas/tests/plotting/test_datetimelike.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/plotting copying pandas/tests/plotting/test_deprecated.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/plotting copying pandas/tests/plotting/test_frame.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/plotting copying pandas/tests/plotting/test_groupby.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/plotting copying pandas/tests/plotting/test_hist_method.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/plotting copying pandas/tests/plotting/test_misc.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/plotting copying pandas/tests/plotting/test_series.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/plotting creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/reshape copying pandas/tests/reshape/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/reshape copying pandas/tests/reshape/test_concat.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/reshape copying pandas/tests/reshape/test_melt.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/reshape copying pandas/tests/reshape/test_pivot.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/reshape copying pandas/tests/reshape/test_reshape.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/reshape copying pandas/tests/reshape/test_tile.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/reshape copying pandas/tests/reshape/test_union_categoricals.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/reshape copying pandas/tests/reshape/test_util.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/reshape creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/scalar copying pandas/tests/scalar/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/scalar copying pandas/tests/scalar/test_nat.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/scalar creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/series copying pandas/tests/series/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series copying pandas/tests/series/common.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series copying pandas/tests/series/test_alter_axes.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series copying pandas/tests/series/test_analytics.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series copying pandas/tests/series/test_api.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series copying pandas/tests/series/test_apply.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series copying pandas/tests/series/test_arithmetic.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series copying pandas/tests/series/test_asof.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series copying pandas/tests/series/test_combine_concat.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series copying pandas/tests/series/test_constructors.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series copying pandas/tests/series/test_datetime_values.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series copying pandas/tests/series/test_dtypes.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series copying pandas/tests/series/test_internals.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series copying pandas/tests/series/test_io.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series copying pandas/tests/series/test_missing.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series copying pandas/tests/series/test_operators.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series copying pandas/tests/series/test_period.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series copying pandas/tests/series/test_quantile.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series copying pandas/tests/series/test_rank.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series copying pandas/tests/series/test_replace.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series copying pandas/tests/series/test_repr.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series copying pandas/tests/series/test_sorting.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series copying pandas/tests/series/test_subclass.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series copying pandas/tests/series/test_timeseries.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series copying pandas/tests/series/test_timezones.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series copying pandas/tests/series/test_validate.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/sparse copying pandas/tests/sparse/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/sparse copying pandas/tests/sparse/common.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/sparse copying pandas/tests/sparse/test_arithmetics.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/sparse copying pandas/tests/sparse/test_array.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/sparse copying pandas/tests/sparse/test_combine_concat.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/sparse copying pandas/tests/sparse/test_format.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/sparse copying pandas/tests/sparse/test_groupby.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/sparse copying pandas/tests/sparse/test_indexing.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/sparse copying pandas/tests/sparse/test_libsparse.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/sparse copying pandas/tests/sparse/test_pivot.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/sparse copying pandas/tests/sparse/test_reshape.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/sparse creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/tools copying pandas/tests/tools/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/tools copying pandas/tests/tools/test_numeric.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/tools creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/tseries copying pandas/tests/tseries/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/tseries copying pandas/tests/tseries/conftest.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/tseries copying pandas/tests/tseries/test_frequencies.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/tseries copying pandas/tests/tseries/test_holiday.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/tseries creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/tslibs copying pandas/tests/tslibs/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/tslibs copying pandas/tests/tslibs/test_array_to_datetime.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/tslibs copying pandas/tests/tslibs/test_ccalendar.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/tslibs copying pandas/tests/tslibs/test_conversion.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/tslibs copying pandas/tests/tslibs/test_libfrequencies.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/tslibs copying pandas/tests/tslibs/test_liboffsets.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/tslibs copying pandas/tests/tslibs/test_parsing.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/tslibs copying pandas/tests/tslibs/test_period_asfreq.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/tslibs copying pandas/tests/tslibs/test_timezones.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/tslibs creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/util copying pandas/tests/util/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/util copying pandas/tests/util/test_hashing.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/util copying pandas/tests/util/test_testing.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/util copying pandas/tests/util/test_util.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/util creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/extension/base copying pandas/tests/extension/base/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/extension/base copying pandas/tests/extension/base/base.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/extension/base copying pandas/tests/extension/base/casting.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/extension/base copying pandas/tests/extension/base/constructors.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/extension/base copying pandas/tests/extension/base/dtype.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/extension/base copying pandas/tests/extension/base/getitem.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/extension/base copying pandas/tests/extension/base/groupby.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/extension/base copying pandas/tests/extension/base/interface.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/extension/base copying pandas/tests/extension/base/methods.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/extension/base copying pandas/tests/extension/base/missing.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/extension/base copying pandas/tests/extension/base/reshaping.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/extension/base copying pandas/tests/extension/base/setitem.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/extension/base creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/extension/category copying pandas/tests/extension/category/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/extension/category copying pandas/tests/extension/category/test_categorical.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/extension/category creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/extension/decimal copying pandas/tests/extension/decimal/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/extension/decimal copying pandas/tests/extension/decimal/array.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/extension/decimal copying pandas/tests/extension/decimal/test_decimal.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/extension/decimal creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/extension/json copying pandas/tests/extension/json/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/extension/json copying pandas/tests/extension/json/array.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/extension/json copying pandas/tests/extension/json/test_json.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/extension/json creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/groupby/aggregate copying pandas/tests/groupby/aggregate/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/groupby/aggregate copying pandas/tests/groupby/aggregate/test_aggregate.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/groupby/aggregate copying pandas/tests/groupby/aggregate/test_cython.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/groupby/aggregate copying pandas/tests/groupby/aggregate/test_other.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/groupby/aggregate creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/datetimes copying pandas/tests/indexes/datetimes/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/datetimes copying pandas/tests/indexes/datetimes/test_arithmetic.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/datetimes copying pandas/tests/indexes/datetimes/test_astype.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/datetimes copying pandas/tests/indexes/datetimes/test_construction.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/datetimes copying pandas/tests/indexes/datetimes/test_date_range.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/datetimes copying pandas/tests/indexes/datetimes/test_datetime.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/datetimes copying pandas/tests/indexes/datetimes/test_datetimelike.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/datetimes copying pandas/tests/indexes/datetimes/test_formats.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/datetimes copying pandas/tests/indexes/datetimes/test_indexing.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/datetimes copying pandas/tests/indexes/datetimes/test_misc.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/datetimes copying pandas/tests/indexes/datetimes/test_missing.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/datetimes copying pandas/tests/indexes/datetimes/test_ops.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/datetimes copying pandas/tests/indexes/datetimes/test_partial_slicing.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/datetimes copying pandas/tests/indexes/datetimes/test_scalar_compat.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/datetimes copying pandas/tests/indexes/datetimes/test_setops.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/datetimes copying pandas/tests/indexes/datetimes/test_timezones.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/datetimes copying pandas/tests/indexes/datetimes/test_tools.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/datetimes creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/interval copying pandas/tests/indexes/interval/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/interval copying pandas/tests/indexes/interval/test_astype.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/interval copying pandas/tests/indexes/interval/test_construction.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/interval copying pandas/tests/indexes/interval/test_interval.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/interval copying pandas/tests/indexes/interval/test_interval_new.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/interval copying pandas/tests/indexes/interval/test_interval_range.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/interval copying pandas/tests/indexes/interval/test_interval_tree.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/interval creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/period copying pandas/tests/indexes/period/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/period copying pandas/tests/indexes/period/test_arithmetic.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/period copying pandas/tests/indexes/period/test_asfreq.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/period copying pandas/tests/indexes/period/test_astype.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/period copying pandas/tests/indexes/period/test_construction.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/period copying pandas/tests/indexes/period/test_formats.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/period copying pandas/tests/indexes/period/test_indexing.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/period copying pandas/tests/indexes/period/test_ops.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/period copying pandas/tests/indexes/period/test_partial_slicing.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/period copying pandas/tests/indexes/period/test_period.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/period copying pandas/tests/indexes/period/test_period_range.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/period copying pandas/tests/indexes/period/test_scalar_compat.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/period copying pandas/tests/indexes/period/test_setops.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/period copying pandas/tests/indexes/period/test_tools.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/period creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/timedeltas copying pandas/tests/indexes/timedeltas/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/timedeltas copying pandas/tests/indexes/timedeltas/test_arithmetic.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/timedeltas copying pandas/tests/indexes/timedeltas/test_astype.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/timedeltas copying pandas/tests/indexes/timedeltas/test_construction.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/timedeltas copying pandas/tests/indexes/timedeltas/test_formats.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/timedeltas copying pandas/tests/indexes/timedeltas/test_indexing.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/timedeltas copying pandas/tests/indexes/timedeltas/test_ops.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/timedeltas copying pandas/tests/indexes/timedeltas/test_partial_slicing.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/timedeltas copying pandas/tests/indexes/timedeltas/test_scalar_compat.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/timedeltas copying pandas/tests/indexes/timedeltas/test_setops.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/timedeltas copying pandas/tests/indexes/timedeltas/test_timedelta.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/timedeltas copying pandas/tests/indexes/timedeltas/test_timedelta_range.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/timedeltas copying pandas/tests/indexes/timedeltas/test_tools.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexes/timedeltas creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexing/interval copying pandas/tests/indexing/interval/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexing/interval copying pandas/tests/indexing/interval/test_interval.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexing/interval copying pandas/tests/indexing/interval/test_interval_new.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/indexing/interval creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/formats copying pandas/tests/io/formats/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/formats copying pandas/tests/io/formats/test_css.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/formats copying pandas/tests/io/formats/test_eng_formatting.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/formats copying pandas/tests/io/formats/test_format.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/formats copying pandas/tests/io/formats/test_printing.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/formats copying pandas/tests/io/formats/test_style.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/formats copying pandas/tests/io/formats/test_to_csv.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/formats copying pandas/tests/io/formats/test_to_excel.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/formats copying pandas/tests/io/formats/test_to_html.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/formats copying pandas/tests/io/formats/test_to_latex.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/formats creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/json copying pandas/tests/io/json/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/json copying pandas/tests/io/json/test_compression.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/json copying pandas/tests/io/json/test_json_table_schema.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/json copying pandas/tests/io/json/test_normalize.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/json copying pandas/tests/io/json/test_pandas.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/json copying pandas/tests/io/json/test_readlines.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/json copying pandas/tests/io/json/test_ujson.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/json creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/msgpack copying pandas/tests/io/msgpack/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/msgpack copying pandas/tests/io/msgpack/common.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/msgpack copying pandas/tests/io/msgpack/test_buffer.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/msgpack copying pandas/tests/io/msgpack/test_case.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/msgpack copying pandas/tests/io/msgpack/test_except.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/msgpack copying pandas/tests/io/msgpack/test_extension.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/msgpack copying pandas/tests/io/msgpack/test_format.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/msgpack copying pandas/tests/io/msgpack/test_limits.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/msgpack copying pandas/tests/io/msgpack/test_newspec.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/msgpack copying pandas/tests/io/msgpack/test_obj.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/msgpack copying pandas/tests/io/msgpack/test_pack.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/msgpack copying pandas/tests/io/msgpack/test_read_size.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/msgpack copying pandas/tests/io/msgpack/test_seq.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/msgpack copying pandas/tests/io/msgpack/test_sequnpack.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/msgpack copying pandas/tests/io/msgpack/test_subtype.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/msgpack copying pandas/tests/io/msgpack/test_unpack.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/msgpack copying pandas/tests/io/msgpack/test_unpack_raw.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/msgpack creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/parser copying pandas/tests/io/parser/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/parser copying pandas/tests/io/parser/c_parser_only.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/parser copying pandas/tests/io/parser/comment.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/parser copying pandas/tests/io/parser/common.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/parser copying pandas/tests/io/parser/compression.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/parser copying pandas/tests/io/parser/converters.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/parser copying pandas/tests/io/parser/dialect.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/parser copying pandas/tests/io/parser/dtypes.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/parser copying pandas/tests/io/parser/header.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/parser copying pandas/tests/io/parser/index_col.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/parser copying pandas/tests/io/parser/mangle_dupes.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/parser copying pandas/tests/io/parser/multithread.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/parser copying pandas/tests/io/parser/na_values.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/parser copying pandas/tests/io/parser/parse_dates.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/parser copying pandas/tests/io/parser/python_parser_only.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/parser copying pandas/tests/io/parser/quoting.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/parser copying pandas/tests/io/parser/skiprows.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/parser copying pandas/tests/io/parser/test_network.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/parser copying pandas/tests/io/parser/test_parsers.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/parser copying pandas/tests/io/parser/test_read_fwf.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/parser copying pandas/tests/io/parser/test_textreader.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/parser copying pandas/tests/io/parser/test_unsupported.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/parser copying pandas/tests/io/parser/usecols.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/parser creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/sas copying pandas/tests/io/sas/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/sas copying pandas/tests/io/sas/test_sas.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/sas copying pandas/tests/io/sas/test_sas7bdat.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/sas copying pandas/tests/io/sas/test_xport.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/io/sas creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/reshape/merge copying pandas/tests/reshape/merge/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/reshape/merge copying pandas/tests/reshape/merge/test_join.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/reshape/merge copying pandas/tests/reshape/merge/test_merge.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/reshape/merge copying pandas/tests/reshape/merge/test_merge_asof.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/reshape/merge copying pandas/tests/reshape/merge/test_merge_index_as_string.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/reshape/merge copying pandas/tests/reshape/merge/test_merge_ordered.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/reshape/merge creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/scalar/interval copying pandas/tests/scalar/interval/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/scalar/interval copying pandas/tests/scalar/interval/test_interval.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/scalar/interval creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/scalar/period copying pandas/tests/scalar/period/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/scalar/period copying pandas/tests/scalar/period/test_asfreq.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/scalar/period copying pandas/tests/scalar/period/test_period.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/scalar/period creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/scalar/timedelta copying pandas/tests/scalar/timedelta/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/scalar/timedelta copying pandas/tests/scalar/timedelta/test_arithmetic.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/scalar/timedelta copying pandas/tests/scalar/timedelta/test_construction.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/scalar/timedelta copying pandas/tests/scalar/timedelta/test_formats.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/scalar/timedelta copying pandas/tests/scalar/timedelta/test_timedelta.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/scalar/timedelta creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/scalar/timestamp copying pandas/tests/scalar/timestamp/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/scalar/timestamp copying pandas/tests/scalar/timestamp/test_arithmetic.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/scalar/timestamp copying pandas/tests/scalar/timestamp/test_comparisons.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/scalar/timestamp copying pandas/tests/scalar/timestamp/test_rendering.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/scalar/timestamp copying pandas/tests/scalar/timestamp/test_timestamp.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/scalar/timestamp copying pandas/tests/scalar/timestamp/test_timezones.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/scalar/timestamp copying pandas/tests/scalar/timestamp/test_unary_ops.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/scalar/timestamp creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/series/indexing copying pandas/tests/series/indexing/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series/indexing copying pandas/tests/series/indexing/conftest.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series/indexing copying pandas/tests/series/indexing/test_alter_index.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series/indexing copying pandas/tests/series/indexing/test_boolean.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series/indexing copying pandas/tests/series/indexing/test_callable.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series/indexing copying pandas/tests/series/indexing/test_datetime.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series/indexing copying pandas/tests/series/indexing/test_iloc.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series/indexing copying pandas/tests/series/indexing/test_indexing.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series/indexing copying pandas/tests/series/indexing/test_loc.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series/indexing copying pandas/tests/series/indexing/test_numeric.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/series/indexing creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/sparse/frame copying pandas/tests/sparse/frame/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/sparse/frame copying pandas/tests/sparse/frame/test_analytics.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/sparse/frame copying pandas/tests/sparse/frame/test_apply.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/sparse/frame copying pandas/tests/sparse/frame/test_frame.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/sparse/frame copying pandas/tests/sparse/frame/test_indexing.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/sparse/frame copying pandas/tests/sparse/frame/test_to_csv.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/sparse/frame copying pandas/tests/sparse/frame/test_to_from_scipy.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/sparse/frame creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/sparse/series copying pandas/tests/sparse/series/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/sparse/series copying pandas/tests/sparse/series/test_indexing.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/sparse/series copying pandas/tests/sparse/series/test_series.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/sparse/series creating build/lib.aix-6.1-3.8-pydebug/pandas/tests/tseries/offsets copying pandas/tests/tseries/offsets/__init__.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/tseries/offsets copying pandas/tests/tseries/offsets/common.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/tseries/offsets copying pandas/tests/tseries/offsets/conftest.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/tseries/offsets copying pandas/tests/tseries/offsets/test_fiscal.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/tseries/offsets copying pandas/tests/tseries/offsets/test_offsets.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/tseries/offsets copying pandas/tests/tseries/offsets/test_ticks.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/tseries/offsets copying pandas/tests/tseries/offsets/test_yqm_offsets.py -> build/lib.aix-6.1-3.8-pydebug/pandas/tests/tseries/offsets creating build/lib.aix-6.1-3.8-pydebug/pandas/io/formats/templates copying pandas/io/formats/templates/html.tpl -> build/lib.aix-6.1-3.8-pydebug/pandas/io/formats/templates UPDATING build/lib.aix-6.1-3.8-pydebug/pandas/_version.py set build/lib.aix-6.1-3.8-pydebug/pandas/_version.py to '0.23.4' running build_ext building 'pandas._libs.algos' extension creating build/temp.aix-6.1-3.8-pydebug creating build/temp.aix-6.1-3.8-pydebug/pandas creating build/temp.aix-6.1-3.8-pydebug/pandas/_libs xlc_r -O -I/opt/include -O2 -qmaxmem=-1 -qarch=pwr5 -I/opt/include -O2 -qmaxmem=-1 -qarch=pwr5 -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/opt/lib/python3.8/site-packages/numpy/core/include -I/opt/include/python3.8dm -c pandas/_libs/algos.c -o build/temp.aix-6.1-3.8-pydebug/pandas/_libs/algos.o -Wno-unused-function xlc_r: 1501-210 (S) command option Wno-unused-function contains an incorrect subargument error: command 'xlc_r' failed with exit status 40 ---------------------------------------- Command "/opt/bin/python3.8 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-f5rvzoc0/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 /tmp/pip-record-kmi2p9sd/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-f5rvzoc0/pandas/ You are using pip version 10.0.1, however version 18.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. root@x066:[/data/prj/python/python3-3.8]