Teichlab / cellphonedb

MIT License
342 stars 105 forks source link

error during installation #183

Closed williamsdrake closed 3 years ago

williamsdrake commented 4 years ago

Hi cellphonedb developers,

I am trying to install the cellphonedb package following the readme instructions. My code thus far is:

python3 -m venv cpdb-venv
source vpdb-venv/bin/activate
pip install cellphonedb

The error:

Running setup.py install for pandas ... error
    ERROR: Command errored out with exit status 1:
     command: /Users/Helen/cpdb-venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/r6/48jdjc_16zq0hrssr5msbphc0000gn/T/pip-install-9akibw19/pandas/setup.py'"'"'; __file__='"'"'/private/var/folders/r6/48jdjc_16zq0hrssr5msbphc0000gn/T/pip-install-9akibw19/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 /private/var/folders/r6/48jdjc_16zq0hrssr5msbphc0000gn/T/pip-record-64aeb8p5/install-record.txt --single-version-externally-managed --compile --install-headers /Users/Helen/cpdb-venv/include/site/python3.8/pandas
         cwd: /private/var/folders/r6/48jdjc_16zq0hrssr5msbphc0000gn/T/pip-install-9akibw19/pandas/
    Complete output (703 lines):
    running install
    running build
    running build_py
    creating build
    creating build/lib.macosx-10.9-x86_64-3.8
    creating build/lib.macosx-10.9-x86_64-3.8/pandas
    copying pandas/conftest.py -> build/lib.macosx-10.9-x86_64-3.8/pandas
    copying pandas/_version.py -> build/lib.macosx-10.9-x86_64-3.8/pandas
    copying pandas/lib.py -> build/lib.macosx-10.9-x86_64-3.8/pandas
    copying pandas/tslib.py -> build/lib.macosx-10.9-x86_64-3.8/pandas
    copying pandas/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas
    copying pandas/parser.py -> build/lib.macosx-10.9-x86_64-3.8/pandas
    copying pandas/testing.py -> build/lib.macosx-10.9-x86_64-3.8/pandas
    copying pandas/json.py -> build/lib.macosx-10.9-x86_64-3.8/pandas
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tools
    copying pandas/tools/merge.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tools
    copying pandas/tools/plotting.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tools
    copying pandas/tools/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tools
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/compat
    copying pandas/compat/chainmap_impl.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/compat
    copying pandas/compat/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/compat
    copying pandas/compat/chainmap.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/compat
    copying pandas/compat/pickle_compat.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/compat
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/types
    copying pandas/types/concat.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/types
    copying pandas/types/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/types
    copying pandas/types/common.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/types
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/core
    copying pandas/core/accessor.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core
    copying pandas/core/categorical.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core
    copying pandas/core/nanops.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core
    copying pandas/core/missing.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core
    copying pandas/core/internals.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core
    copying pandas/core/algorithms.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core
    copying pandas/core/config.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core
    copying pandas/core/resample.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core
    copying pandas/core/window.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core
    copying pandas/core/index.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core
    copying pandas/core/config_init.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core
    copying pandas/core/generic.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core
    copying pandas/core/series.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core
    copying pandas/core/sorting.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core
    copying pandas/core/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core
    copying pandas/core/datetools.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core
    copying pandas/core/api.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core
    copying pandas/core/ops.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core
    copying pandas/core/common.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core
    copying pandas/core/frame.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core
    copying pandas/core/indexing.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core
    copying pandas/core/panel.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core
    copying pandas/core/base.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core
    copying pandas/core/strings.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core
    copying pandas/core/apply.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/formats
    copying pandas/formats/style.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/formats
    copying pandas/formats/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/formats
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/util
    copying pandas/util/_depr_module.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/util
    copying pandas/util/_test_decorators.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/util
    copying pandas/util/_validators.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/util
    copying pandas/util/_print_versions.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/util
    copying pandas/util/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/util
    copying pandas/util/_decorators.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/util
    copying pandas/util/_doctools.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/util
    copying pandas/util/testing.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/util
    copying pandas/util/_tester.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/util
    copying pandas/util/decorators.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/util
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/io
    copying pandas/io/feather_format.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io
    copying pandas/io/parquet.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io
    copying pandas/io/pytables.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io
    copying pandas/io/html.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io
    copying pandas/io/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io
    copying pandas/io/clipboards.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io
    copying pandas/io/parsers.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io
    copying pandas/io/excel.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io
    copying pandas/io/api.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io
    copying pandas/io/common.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io
    copying pandas/io/date_converters.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io
    copying pandas/io/pickle.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io
    copying pandas/io/sql.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io
    copying pandas/io/s3.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io
    copying pandas/io/packers.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io
    copying pandas/io/stata.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io
    copying pandas/io/gbq.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tseries
    copying pandas/tseries/plotting.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tseries
    copying pandas/tseries/converter.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tseries
    copying pandas/tseries/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tseries
    copying pandas/tseries/api.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tseries
    copying pandas/tseries/offsets.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tseries
    copying pandas/tseries/frequencies.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tseries
    copying pandas/tseries/holiday.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tseries
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests
    copying pandas/tests/test_expressions.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests
    copying pandas/tests/test_register_accessor.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests
    copying pandas/tests/test_common.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests
    copying pandas/tests/test_downstream.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests
    copying pandas/tests/test_errors.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests
    copying pandas/tests/test_sorting.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests
    copying pandas/tests/test_join.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests
    copying pandas/tests/test_panel.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests
    copying pandas/tests/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests
    copying pandas/tests/test_lib.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests
    copying pandas/tests/test_resample.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests
    copying pandas/tests/test_nanops.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests
    copying pandas/tests/test_take.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests
    copying pandas/tests/test_algos.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests
    copying pandas/tests/test_multilevel.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests
    copying pandas/tests/test_compat.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests
    copying pandas/tests/test_config.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests
    copying pandas/tests/test_window.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests
    copying pandas/tests/test_strings.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests
    copying pandas/tests/test_base.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/computation
    copying pandas/computation/expressions.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/computation
    copying pandas/computation/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/computation
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/_libs
    copying pandas/_libs/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/_libs
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/plotting
    copying pandas/plotting/_converter.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/plotting
    copying pandas/plotting/_tools.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/plotting
    copying pandas/plotting/_style.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/plotting
    copying pandas/plotting/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/plotting
    copying pandas/plotting/_core.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/plotting
    copying pandas/plotting/_timeseries.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/plotting
    copying pandas/plotting/_compat.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/plotting
    copying pandas/plotting/_misc.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/plotting
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/api
    copying pandas/api/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/api
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/errors
    copying pandas/errors/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/errors
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/compat/numpy
    copying pandas/compat/numpy/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/compat/numpy
    copying pandas/compat/numpy/function.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/compat/numpy
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/core/reshape
    copying pandas/core/reshape/tile.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/reshape
    copying pandas/core/reshape/merge.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/reshape
    copying pandas/core/reshape/concat.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/reshape
    copying pandas/core/reshape/util.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/reshape
    copying pandas/core/reshape/reshape.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/reshape
    copying pandas/core/reshape/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/reshape
    copying pandas/core/reshape/api.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/reshape
    copying pandas/core/reshape/melt.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/reshape
    copying pandas/core/reshape/pivot.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/reshape
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/core/tools
    copying pandas/core/tools/timedeltas.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/tools
    copying pandas/core/tools/datetimes.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/tools
    copying pandas/core/tools/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/tools
    copying pandas/core/tools/numeric.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/tools
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/core/util
    copying pandas/core/util/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/util
    copying pandas/core/util/hashing.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/util
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/core/dtypes
    copying pandas/core/dtypes/cast.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/dtypes
    copying pandas/core/dtypes/missing.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/dtypes
    copying pandas/core/dtypes/concat.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/dtypes
    copying pandas/core/dtypes/generic.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/dtypes
    copying pandas/core/dtypes/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/dtypes
    copying pandas/core/dtypes/dtypes.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/dtypes
    copying pandas/core/dtypes/api.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/dtypes
    copying pandas/core/dtypes/common.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/dtypes
    copying pandas/core/dtypes/inference.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/dtypes
    copying pandas/core/dtypes/base.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/dtypes
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/core/groupby
    copying pandas/core/groupby/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/groupby
    copying pandas/core/groupby/groupby.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/groupby
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/core/computation
    copying pandas/core/computation/check.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/computation
    copying pandas/core/computation/align.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/computation
    copying pandas/core/computation/pytables.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/computation
    copying pandas/core/computation/engines.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/computation
    copying pandas/core/computation/expressions.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/computation
    copying pandas/core/computation/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/computation
    copying pandas/core/computation/api.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/computation
    copying pandas/core/computation/ops.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/computation
    copying pandas/core/computation/common.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/computation
    copying pandas/core/computation/eval.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/computation
    copying pandas/core/computation/scope.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/computation
    copying pandas/core/computation/expr.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/computation
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/core/arrays
    copying pandas/core/arrays/categorical.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/arrays
    copying pandas/core/arrays/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/arrays
    copying pandas/core/arrays/base.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/arrays
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/core/sparse
    copying pandas/core/sparse/scipy_sparse.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/sparse
    copying pandas/core/sparse/series.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/sparse
    copying pandas/core/sparse/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/sparse
    copying pandas/core/sparse/api.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/sparse
    copying pandas/core/sparse/frame.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/sparse
    copying pandas/core/sparse/array.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/sparse
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/core/indexes
    copying pandas/core/indexes/accessors.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/indexes
    copying pandas/core/indexes/interval.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/indexes
    copying pandas/core/indexes/timedeltas.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/indexes
    copying pandas/core/indexes/range.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/indexes
    copying pandas/core/indexes/datetimes.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/indexes
    copying pandas/core/indexes/multi.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/indexes
    copying pandas/core/indexes/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/indexes
    copying pandas/core/indexes/api.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/indexes
    copying pandas/core/indexes/period.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/indexes
    copying pandas/core/indexes/frozen.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/indexes
    copying pandas/core/indexes/numeric.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/indexes
    copying pandas/core/indexes/datetimelike.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/indexes
    copying pandas/core/indexes/base.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/indexes
    copying pandas/core/indexes/category.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/core/indexes
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/io/msgpack
    copying pandas/io/msgpack/_version.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io/msgpack
    copying pandas/io/msgpack/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io/msgpack
    copying pandas/io/msgpack/exceptions.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io/msgpack
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/io/formats
    copying pandas/io/formats/console.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io/formats
    copying pandas/io/formats/style.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io/formats
    copying pandas/io/formats/terminal.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io/formats
    copying pandas/io/formats/html.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io/formats
    copying pandas/io/formats/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io/formats
    copying pandas/io/formats/format.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io/formats
    copying pandas/io/formats/excel.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io/formats
    copying pandas/io/formats/css.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io/formats
    copying pandas/io/formats/csvs.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io/formats
    copying pandas/io/formats/latex.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io/formats
    copying pandas/io/formats/printing.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io/formats
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/io/json
    copying pandas/io/json/normalize.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io/json
    copying pandas/io/json/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io/json
    copying pandas/io/json/table_schema.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io/json
    copying pandas/io/json/json.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io/json
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/io/sas
    copying pandas/io/sas/sas7bdat.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io/sas
    copying pandas/io/sas/sas_constants.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io/sas
    copying pandas/io/sas/sasreader.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io/sas
    copying pandas/io/sas/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io/sas
    copying pandas/io/sas/sas_xport.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io/sas
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/io/clipboard
    copying pandas/io/clipboard/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io/clipboard
    copying pandas/io/clipboard/clipboards.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io/clipboard
    copying pandas/io/clipboard/exceptions.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io/clipboard
    copying pandas/io/clipboard/windows.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/io/clipboard
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series
    copying pandas/tests/series/test_alter_axes.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series
    copying pandas/tests/series/test_period.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series
    copying pandas/tests/series/test_timeseries.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series
    copying pandas/tests/series/test_constructors.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series
    copying pandas/tests/series/test_missing.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series
    copying pandas/tests/series/test_sorting.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series
    copying pandas/tests/series/test_timezones.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series
    copying pandas/tests/series/test_operators.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series
    copying pandas/tests/series/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series
    copying pandas/tests/series/test_subclass.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series
    copying pandas/tests/series/test_analytics.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series
    copying pandas/tests/series/test_io.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series
    copying pandas/tests/series/test_apply.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series
    copying pandas/tests/series/test_quantile.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series
    copying pandas/tests/series/test_datetime_values.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series
    copying pandas/tests/series/test_internals.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series
    copying pandas/tests/series/common.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series
    copying pandas/tests/series/test_repr.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series
    copying pandas/tests/series/test_validate.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series
    copying pandas/tests/series/test_asof.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series
    copying pandas/tests/series/test_api.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series
    copying pandas/tests/series/test_rank.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series
    copying pandas/tests/series/test_arithmetic.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series
    copying pandas/tests/series/test_replace.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series
    copying pandas/tests/series/test_combine_concat.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series
    copying pandas/tests/series/test_dtypes.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/reshape
    copying pandas/tests/reshape/test_union_categoricals.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/reshape
    copying pandas/tests/reshape/test_tile.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/reshape
    copying pandas/tests/reshape/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/reshape
    copying pandas/tests/reshape/test_pivot.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/reshape
    copying pandas/tests/reshape/test_reshape.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/reshape
    copying pandas/tests/reshape/test_util.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/reshape
    copying pandas/tests/reshape/test_melt.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/reshape
    copying pandas/tests/reshape/test_concat.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/reshape
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/tools
    copying pandas/tests/tools/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/tools
    copying pandas/tests/tools/test_numeric.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/tools
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/extension
    copying pandas/tests/extension/test_external_block.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/extension
    copying pandas/tests/extension/conftest.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/extension
    copying pandas/tests/extension/test_common.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/extension
    copying pandas/tests/extension/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/extension
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/util
    copying pandas/tests/util/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/util
    copying pandas/tests/util/test_util.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/util
    copying pandas/tests/util/test_hashing.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/util
    copying pandas/tests/util/test_testing.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/util
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io
    copying pandas/tests/io/test_parquet.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io
    copying pandas/tests/io/conftest.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io
    copying pandas/tests/io/test_common.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io
    copying pandas/tests/io/test_pickle.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io
    copying pandas/tests/io/test_clipboard.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io
    copying pandas/tests/io/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io
    copying pandas/tests/io/test_stata.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io
    copying pandas/tests/io/test_html.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io
    copying pandas/tests/io/test_pytables.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io
    copying pandas/tests/io/test_sql.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io
    copying pandas/tests/io/test_gbq.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io
    copying pandas/tests/io/test_feather.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io
    copying pandas/tests/io/generate_legacy_storage_files.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io
    copying pandas/tests/io/test_excel.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io
    copying pandas/tests/io/test_s3.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io
    copying pandas/tests/io/test_packers.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/tseries
    copying pandas/tests/tseries/conftest.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/tseries
    copying pandas/tests/tseries/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/tseries
    copying pandas/tests/tseries/test_frequencies.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/tseries
    copying pandas/tests/tseries/test_holiday.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/tseries
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/test_block_internals.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/test_alter_axes.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/test_period.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/test_axis_select_reindex.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/test_convert_to.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/test_timeseries.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/test_constructors.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/test_mutate_columns.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/test_missing.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/test_sorting.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/test_query_eval.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/test_join.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/test_timezones.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/test_sort_values_level_as_str.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/test_operators.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/test_subclass.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/test_reshape.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/test_analytics.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/test_apply.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/test_quantile.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/test_indexing.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/test_repr_info.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/common.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/test_nonunique_indexes.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/test_validate.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/test_asof.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/test_api.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/test_rank.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/test_arithmetic.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/test_replace.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/test_combine_concat.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/test_dtypes.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    copying pandas/tests/frame/test_to_csv.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/frame
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/dtypes
    copying pandas/tests/dtypes/test_inference.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/dtypes
    copying pandas/tests/dtypes/test_common.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/dtypes
    copying pandas/tests/dtypes/test_cast.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/dtypes
    copying pandas/tests/dtypes/test_missing.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/dtypes
    copying pandas/tests/dtypes/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/dtypes
    copying pandas/tests/dtypes/test_generic.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/dtypes
    copying pandas/tests/dtypes/test_concat.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/dtypes
    copying pandas/tests/dtypes/test_dtypes.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/dtypes
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/categorical
    copying pandas/tests/categorical/conftest.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/categorical
    copying pandas/tests/categorical/test_warnings.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/categorical
    copying pandas/tests/categorical/test_constructors.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/categorical
    copying pandas/tests/categorical/test_missing.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/categorical
    copying pandas/tests/categorical/test_sorting.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/categorical
    copying pandas/tests/categorical/test_operators.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/categorical
    copying pandas/tests/categorical/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/categorical
    copying pandas/tests/categorical/test_subclass.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/categorical
    copying pandas/tests/categorical/test_analytics.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/categorical
    copying pandas/tests/categorical/test_indexing.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/categorical
    copying pandas/tests/categorical/test_algos.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/categorical
    copying pandas/tests/categorical/common.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/categorical
    copying pandas/tests/categorical/test_repr.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/categorical
    copying pandas/tests/categorical/test_api.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/categorical
    copying pandas/tests/categorical/test_dtypes.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/categorical
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/groupby
    copying pandas/tests/groupby/test_timegrouper.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/groupby
    copying pandas/tests/groupby/test_grouping.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/groupby
    copying pandas/tests/groupby/test_counting.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/groupby
    copying pandas/tests/groupby/test_value_counts.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/groupby
    copying pandas/tests/groupby/conftest.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/groupby
    copying pandas/tests/groupby/test_transform.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/groupby
    copying pandas/tests/groupby/test_nth.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/groupby
    copying pandas/tests/groupby/test_categorical.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/groupby
    copying pandas/tests/groupby/test_bin_groupby.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/groupby
    copying pandas/tests/groupby/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/groupby
    copying pandas/tests/groupby/test_apply.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/groupby
    copying pandas/tests/groupby/test_function.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/groupby
    copying pandas/tests/groupby/test_groupby.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/groupby
    copying pandas/tests/groupby/test_filters.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/groupby
    copying pandas/tests/groupby/test_rank.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/groupby
    copying pandas/tests/groupby/test_index_as_string.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/groupby
    copying pandas/tests/groupby/test_whitelist.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/groupby
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/internals
    copying pandas/tests/internals/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/internals
    copying pandas/tests/internals/test_internals.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/internals
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/computation
    copying pandas/tests/computation/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/computation
    copying pandas/tests/computation/test_compat.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/computation
    copying pandas/tests/computation/test_eval.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/computation
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/plotting
    copying pandas/tests/plotting/test_frame.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/plotting
    copying pandas/tests/plotting/test_misc.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/plotting
    copying pandas/tests/plotting/test_boxplot_method.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/plotting
    copying pandas/tests/plotting/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/plotting
    copying pandas/tests/plotting/test_datetimelike.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/plotting
    copying pandas/tests/plotting/test_deprecated.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/plotting
    copying pandas/tests/plotting/test_hist_method.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/plotting
    copying pandas/tests/plotting/common.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/plotting
    copying pandas/tests/plotting/test_groupby.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/plotting
    copying pandas/tests/plotting/test_converter.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/plotting
    copying pandas/tests/plotting/test_series.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/plotting
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/api
    copying pandas/tests/api/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/api
    copying pandas/tests/api/test_api.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/api
    copying pandas/tests/api/test_types.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/api
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/generic
    copying pandas/tests/generic/test_frame.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/generic
    copying pandas/tests/generic/test_panel.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/generic
    copying pandas/tests/generic/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/generic
    copying pandas/tests/generic/test_generic.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/generic
    copying pandas/tests/generic/test_label_or_level_utils.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/generic
    copying pandas/tests/generic/test_series.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/generic
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/tslibs
    copying pandas/tests/tslibs/test_parsing.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/tslibs
    copying pandas/tests/tslibs/test_ccalendar.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/tslibs
    copying pandas/tests/tslibs/test_timezones.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/tslibs
    copying pandas/tests/tslibs/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/tslibs
    copying pandas/tests/tslibs/test_conversion.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/tslibs
    copying pandas/tests/tslibs/test_array_to_datetime.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/tslibs
    copying pandas/tests/tslibs/test_liboffsets.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/tslibs
    copying pandas/tests/tslibs/test_libfrequencies.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/tslibs
    copying pandas/tests/tslibs/test_period_asfreq.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/tslibs
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/sparse
    copying pandas/tests/sparse/test_libsparse.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/sparse
    copying pandas/tests/sparse/test_array.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/sparse
    copying pandas/tests/sparse/test_arithmetics.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/sparse
    copying pandas/tests/sparse/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/sparse
    copying pandas/tests/sparse/test_pivot.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/sparse
    copying pandas/tests/sparse/test_reshape.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/sparse
    copying pandas/tests/sparse/test_indexing.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/sparse
    copying pandas/tests/sparse/common.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/sparse
    copying pandas/tests/sparse/test_groupby.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/sparse
    copying pandas/tests/sparse/test_combine_concat.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/sparse
    copying pandas/tests/sparse/test_format.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/sparse
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexing
    copying pandas/tests/indexing/test_indexing_slow.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexing
    copying pandas/tests/indexing/test_multiindex.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexing
    copying pandas/tests/indexing/test_ix.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexing
    copying pandas/tests/indexing/test_chaining_and_caching.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexing
    copying pandas/tests/indexing/test_callable.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexing
    copying pandas/tests/indexing/test_panel.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexing
    copying pandas/tests/indexing/test_categorical.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexing
    copying pandas/tests/indexing/test_iloc.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexing
    copying pandas/tests/indexing/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexing
    copying pandas/tests/indexing/test_loc.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexing
    copying pandas/tests/indexing/test_timedelta.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexing
    copying pandas/tests/indexing/test_indexing.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexing
    copying pandas/tests/indexing/test_datetime.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexing
    copying pandas/tests/indexing/test_floats.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexing
    copying pandas/tests/indexing/common.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexing
    copying pandas/tests/indexing/test_coercion.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexing
    copying pandas/tests/indexing/test_scalar.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexing
    copying pandas/tests/indexing/test_partial.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexing
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/scalar
    copying pandas/tests/scalar/test_nat.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/scalar
    copying pandas/tests/scalar/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/scalar
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes
    copying pandas/tests/indexes/test_frozen.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes
    copying pandas/tests/indexes/conftest.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes
    copying pandas/tests/indexes/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes
    copying pandas/tests/indexes/test_numeric.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes
    copying pandas/tests/indexes/common.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes
    copying pandas/tests/indexes/datetimelike.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes
    copying pandas/tests/indexes/test_category.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes
    copying pandas/tests/indexes/test_multi.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes
    copying pandas/tests/indexes/test_range.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes
    copying pandas/tests/indexes/test_base.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series/indexing
    copying pandas/tests/series/indexing/test_alter_index.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series/indexing
    copying pandas/tests/series/indexing/conftest.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series/indexing
    copying pandas/tests/series/indexing/test_callable.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series/indexing
    copying pandas/tests/series/indexing/test_boolean.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series/indexing
    copying pandas/tests/series/indexing/test_iloc.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series/indexing
    copying pandas/tests/series/indexing/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series/indexing
    copying pandas/tests/series/indexing/test_loc.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series/indexing
    copying pandas/tests/series/indexing/test_indexing.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series/indexing
    copying pandas/tests/series/indexing/test_numeric.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series/indexing
    copying pandas/tests/series/indexing/test_datetime.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/series/indexing
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/reshape/merge
    copying pandas/tests/reshape/merge/test_merge_index_as_string.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/reshape/merge
    copying pandas/tests/reshape/merge/test_merge_asof.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/reshape/merge
    copying pandas/tests/reshape/merge/test_join.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/reshape/merge
    copying pandas/tests/reshape/merge/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/reshape/merge
    copying pandas/tests/reshape/merge/test_merge.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/reshape/merge
    copying pandas/tests/reshape/merge/test_merge_ordered.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/reshape/merge
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/extension/decimal
    copying pandas/tests/extension/decimal/test_decimal.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/extension/decimal
    copying pandas/tests/extension/decimal/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/extension/decimal
    copying pandas/tests/extension/decimal/array.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/extension/decimal
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/extension/category
    copying pandas/tests/extension/category/test_categorical.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/extension/category
    copying pandas/tests/extension/category/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/extension/category
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/extension/json
    copying pandas/tests/extension/json/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/extension/json
    copying pandas/tests/extension/json/test_json.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/extension/json
    copying pandas/tests/extension/json/array.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/extension/json
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/extension/base
    copying pandas/tests/extension/base/missing.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/extension/base
    copying pandas/tests/extension/base/reshaping.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/extension/base
    copying pandas/tests/extension/base/methods.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/extension/base
    copying pandas/tests/extension/base/setitem.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/extension/base
    copying pandas/tests/extension/base/dtype.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/extension/base
    copying pandas/tests/extension/base/interface.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/extension/base
    copying pandas/tests/extension/base/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/extension/base
    copying pandas/tests/extension/base/getitem.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/extension/base
    copying pandas/tests/extension/base/casting.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/extension/base
    copying pandas/tests/extension/base/groupby.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/extension/base
    copying pandas/tests/extension/base/base.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/extension/base
    copying pandas/tests/extension/base/constructors.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/extension/base
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/test_extension.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/test_subtype.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/test_buffer.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/test_unpack.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/test_pack.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/test_unpack_raw.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/test_except.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/test_case.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/test_read_size.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/common.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/test_seq.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/test_limits.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/test_obj.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/test_newspec.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/test_format.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/msgpack
    copying pandas/tests/io/msgpack/test_sequnpack.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/msgpack
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/formats
    copying pandas/tests/io/formats/test_to_latex.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/formats
    copying pandas/tests/io/formats/test_to_html.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/formats
    copying pandas/tests/io/formats/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/formats
    copying pandas/tests/io/formats/test_eng_formatting.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/formats
    copying pandas/tests/io/formats/test_printing.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/formats
    copying pandas/tests/io/formats/test_style.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/formats
    copying pandas/tests/io/formats/test_css.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/formats
    copying pandas/tests/io/formats/test_to_excel.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/formats
    copying pandas/tests/io/formats/test_format.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/formats
    copying pandas/tests/io/formats/test_to_csv.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/formats
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/parser
    copying pandas/tests/io/parser/parse_dates.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/parser
    copying pandas/tests/io/parser/na_values.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/parser
    copying pandas/tests/io/parser/comment.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/parser
    copying pandas/tests/io/parser/skiprows.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/parser
    copying pandas/tests/io/parser/header.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/parser
    copying pandas/tests/io/parser/dialect.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/parser
    copying pandas/tests/io/parser/test_parsers.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/parser
    copying pandas/tests/io/parser/compression.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/parser
    copying pandas/tests/io/parser/python_parser_only.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/parser
    copying pandas/tests/io/parser/index_col.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/parser
    copying pandas/tests/io/parser/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/parser
    copying pandas/tests/io/parser/dtypes.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/parser
    copying pandas/tests/io/parser/test_read_fwf.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/parser
    copying pandas/tests/io/parser/c_parser_only.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/parser
    copying pandas/tests/io/parser/test_unsupported.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/parser
    copying pandas/tests/io/parser/test_textreader.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/parser
    copying pandas/tests/io/parser/usecols.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/parser
    copying pandas/tests/io/parser/test_network.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/parser
    copying pandas/tests/io/parser/quoting.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/parser
    copying pandas/tests/io/parser/common.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/parser
    copying pandas/tests/io/parser/mangle_dupes.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/parser
    copying pandas/tests/io/parser/multithread.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/parser
    copying pandas/tests/io/parser/converters.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/parser
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/json
    copying pandas/tests/io/json/test_compression.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/json
    copying pandas/tests/io/json/test_json_table_schema.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/json
    copying pandas/tests/io/json/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/json
    copying pandas/tests/io/json/test_readlines.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/json
    copying pandas/tests/io/json/test_ujson.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/json
    copying pandas/tests/io/json/test_pandas.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/json
    copying pandas/tests/io/json/test_normalize.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/json
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/sas
    copying pandas/tests/io/sas/test_sas7bdat.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/sas
    copying pandas/tests/io/sas/test_sas.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/sas
    copying pandas/tests/io/sas/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/sas
    copying pandas/tests/io/sas/test_xport.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/io/sas
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/tseries/offsets
    copying pandas/tests/tseries/offsets/conftest.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/tseries/offsets
    copying pandas/tests/tseries/offsets/test_fiscal.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/tseries/offsets
    copying pandas/tests/tseries/offsets/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/tseries/offsets
    copying pandas/tests/tseries/offsets/test_yqm_offsets.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/tseries/offsets
    copying pandas/tests/tseries/offsets/common.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/tseries/offsets
    copying pandas/tests/tseries/offsets/test_ticks.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/tseries/offsets
    copying pandas/tests/tseries/offsets/test_offsets.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/tseries/offsets
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/groupby/aggregate
    copying pandas/tests/groupby/aggregate/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/groupby/aggregate
    copying pandas/tests/groupby/aggregate/test_cython.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/groupby/aggregate
    copying pandas/tests/groupby/aggregate/test_aggregate.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/groupby/aggregate
    copying pandas/tests/groupby/aggregate/test_other.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/groupby/aggregate
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/sparse/series
    copying pandas/tests/sparse/series/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/sparse/series
    copying pandas/tests/sparse/series/test_indexing.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/sparse/series
    copying pandas/tests/sparse/series/test_series.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/sparse/series
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/sparse/frame
    copying pandas/tests/sparse/frame/test_frame.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/sparse/frame
    copying pandas/tests/sparse/frame/test_to_from_scipy.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/sparse/frame
    copying pandas/tests/sparse/frame/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/sparse/frame
    copying pandas/tests/sparse/frame/test_analytics.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/sparse/frame
    copying pandas/tests/sparse/frame/test_apply.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/sparse/frame
    copying pandas/tests/sparse/frame/test_indexing.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/sparse/frame
    copying pandas/tests/sparse/frame/test_to_csv.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/sparse/frame
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexing/interval
    copying pandas/tests/indexing/interval/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexing/interval
    copying pandas/tests/indexing/interval/test_interval.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexing/interval
    copying pandas/tests/indexing/interval/test_interval_new.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexing/interval
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/scalar/interval
    copying pandas/tests/scalar/interval/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/scalar/interval
    copying pandas/tests/scalar/interval/test_interval.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/scalar/interval
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/scalar/timedelta
    copying pandas/tests/scalar/timedelta/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/scalar/timedelta
    copying pandas/tests/scalar/timedelta/test_timedelta.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/scalar/timedelta
    copying pandas/tests/scalar/timedelta/test_formats.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/scalar/timedelta
    copying pandas/tests/scalar/timedelta/test_construction.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/scalar/timedelta
    copying pandas/tests/scalar/timedelta/test_arithmetic.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/scalar/timedelta
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/scalar/period
    copying pandas/tests/scalar/period/test_period.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/scalar/period
    copying pandas/tests/scalar/period/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/scalar/period
    copying pandas/tests/scalar/period/test_asfreq.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/scalar/period
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/scalar/timestamp
    copying pandas/tests/scalar/timestamp/test_timezones.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/scalar/timestamp
    copying pandas/tests/scalar/timestamp/test_timestamp.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/scalar/timestamp
    copying pandas/tests/scalar/timestamp/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/scalar/timestamp
    copying pandas/tests/scalar/timestamp/test_comparisons.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/scalar/timestamp
    copying pandas/tests/scalar/timestamp/test_rendering.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/scalar/timestamp
    copying pandas/tests/scalar/timestamp/test_unary_ops.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/scalar/timestamp
    copying pandas/tests/scalar/timestamp/test_arithmetic.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/scalar/timestamp
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/interval
    copying pandas/tests/indexes/interval/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/interval
    copying pandas/tests/indexes/interval/test_interval_range.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/interval
    copying pandas/tests/indexes/interval/test_interval.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/interval
    copying pandas/tests/indexes/interval/test_astype.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/interval
    copying pandas/tests/indexes/interval/test_construction.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/interval
    copying pandas/tests/indexes/interval/test_interval_new.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/interval
    copying pandas/tests/indexes/interval/test_interval_tree.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/interval
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/period
    copying pandas/tests/indexes/period/test_period.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/period
    copying pandas/tests/indexes/period/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/period
    copying pandas/tests/indexes/period/test_scalar_compat.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/period
    copying pandas/tests/indexes/period/test_indexing.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/period
    copying pandas/tests/indexes/period/test_astype.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/period
    copying pandas/tests/indexes/period/test_formats.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/period
    copying pandas/tests/indexes/period/test_setops.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/period
    copying pandas/tests/indexes/period/test_construction.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/period
    copying pandas/tests/indexes/period/test_partial_slicing.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/period
    copying pandas/tests/indexes/period/test_ops.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/period
    copying pandas/tests/indexes/period/test_arithmetic.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/period
    copying pandas/tests/indexes/period/test_tools.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/period
    copying pandas/tests/indexes/period/test_asfreq.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/period
    copying pandas/tests/indexes/period/test_period_range.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/period
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/test_misc.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/test_missing.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/test_date_range.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/test_timezones.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/test_datetimelike.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/test_scalar_compat.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/test_indexing.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/test_astype.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/test_formats.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/test_setops.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/test_datetime.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/test_construction.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/test_partial_slicing.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/test_ops.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/test_arithmetic.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/datetimes
    copying pandas/tests/indexes/datetimes/test_tools.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/datetimes
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/timedeltas
    copying pandas/tests/indexes/timedeltas/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/timedeltas
    copying pandas/tests/indexes/timedeltas/test_timedelta.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/timedeltas
    copying pandas/tests/indexes/timedeltas/test_scalar_compat.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/timedeltas
    copying pandas/tests/indexes/timedeltas/test_indexing.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/timedeltas
    copying pandas/tests/indexes/timedeltas/test_astype.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/timedeltas
    copying pandas/tests/indexes/timedeltas/test_formats.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/timedeltas
    copying pandas/tests/indexes/timedeltas/test_setops.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/timedeltas
    copying pandas/tests/indexes/timedeltas/test_construction.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/timedeltas
    copying pandas/tests/indexes/timedeltas/test_partial_slicing.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/timedeltas
    copying pandas/tests/indexes/timedeltas/test_ops.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/timedeltas
    copying pandas/tests/indexes/timedeltas/test_arithmetic.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/timedeltas
    copying pandas/tests/indexes/timedeltas/test_timedelta_range.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/timedeltas
    copying pandas/tests/indexes/timedeltas/test_tools.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/tests/indexes/timedeltas
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/_libs/tslibs
    copying pandas/_libs/tslibs/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/_libs/tslibs
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/api/types
    copying pandas/api/types/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/api/types
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/api/extensions
    copying pandas/api/extensions/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/pandas/api/extensions
    creating build/lib.macosx-10.9-x86_64-3.8/pandas/io/formats/templates
    copying pandas/io/formats/templates/html.tpl -> build/lib.macosx-10.9-x86_64-3.8/pandas/io/formats/templates
    UPDATING build/lib.macosx-10.9-x86_64-3.8/pandas/_version.py
    set build/lib.macosx-10.9-x86_64-3.8/pandas/_version.py to '0.23.4'
    running build_ext
    building 'pandas._libs.algos' extension
    creating build/temp.macosx-10.9-x86_64-3.8
    creating build/temp.macosx-10.9-x86_64-3.8/pandas
    creating build/temp.macosx-10.9-x86_64-3.8/pandas/_libs
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/Users/Helen/cpdb-venv/lib/python3.8/site-packages/numpy/core/include -I/Users/Helen/cpdb-venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c pandas/_libs/algos.c -o build/temp.macosx-10.9-x86_64-3.8/pandas/_libs/algos.o -Wno-unused-function
    xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
    error: command 'gcc' failed with exit status 1
    ----------------------------------------
ERROR: Command errored out with exit status 1: /Users/Helen/cpdb-venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/r6/48jdjc_16zq0hrssr5msbphc0000gn/T/pip-install-9akibw19/pandas/setup.py'"'"'; __file__='"'"'/private/var/folders/r6/48jdjc_16zq0hrssr5msbphc0000gn/T/pip-install-9akibw19/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 /private/var/folders/r6/48jdjc_16zq0hrssr5msbphc0000gn/T/pip-record-64aeb8p5/install-record.txt --single-version-externally-managed --compile --install-headers /Users/Helen/cpdb-venv/include/site/python3.8/pandas Check the logs for full command output.

Mac OS 10.13.6 Python v. 3.8

I would love to try using this for my single cell datasets, so any guidance is appreciated. Thank you

lesleycheung commented 4 years ago

Same error. Please help. Thanks.

Running setup.py install for pandas ... error
ERROR: Command errored out with exit status 1:
 command: /Users/Singlecell/cpdb-venv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/02/5cyzq_0j6lv64hrcz5m_blr008nlvy/T/pip-install-a2e0xvkl/pandas/setup.py'"'"'; __file__='"'"'/private/var/folders/02/5cyzq_0j6lv64hrcz5m_blr008nlvy/T/pip-install-a2e0xvkl/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 /private/var/folders/02/5cyzq_0j6lv64hrcz5m_blr008nlvy/T/pip-record-rk9bcfb4/install-record.txt --single-version-externally-managed --compile --install-headers /Users/Singlecell/cpdb-venv/include/site/python3.8/pandas
     cwd: /private/var/folders/02/5cyzq_0j6lv64hrcz5m_blr008nlvy/T/pip-install-a2e0xvkl/pandas/
Complete output (3402 lines):
Weimin-LinA commented 4 years ago

I successfully installed the cellphoneDB package a few months ago and it can run smoothly, but now I use the same steps to reinstall it but I get an error. I don’t know if this is caused by a software upgrade.

czlcaltech commented 4 years ago

I also faced with the same error. And don't know the solutions to it. Tested both in Linux and MacOS platform.

mzhibo commented 4 years ago

Same error, I am installing it in Linux. Does anyone know how to fix it? ERROR: Command errored out with exit status 1: /home/mzhibo/anaconda3/envs/CellPhoneDB/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-c3im6d06/pandas/setup.py'"'"'; __file__='"'"'/tmp/pip-install-c3im6d06/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-v8g6uejn/install-record.txt --single-version-externally-managed --compile --install-headers /home/mzhibo/anaconda3/envs/CellPhoneDB/include/python3.8/pandas Check the logs for full command output.

mzhibo commented 4 years ago

Mine was fixed after using python 3.6

Sumithrasank commented 3 years ago

I get the same error using python3.8

rlittman16 commented 3 years ago

Using python3.6 also worked for me

MingwuDuan commented 3 years ago

Using python3.6 also worked for me

me too.

prete commented 3 years ago

This error shows up when using python 3.8 (you can check your python version using python -V) and, for the time being, CellphoneDB only seems to work only with python version from 3.5.0 to 3.7.9.

Your options for now are: