Hi, 是的,pyarrow的编译安装依赖很多与机器相关的c的库,特别难安装上,所以高版本的pyarrow直接就不发源码包,省的你去编译报错安不上。
Best, Xingbo 琴师 <[email protected]> 于2020年8月4日周二 上午10:20写道: > 确实,我尝试了编译pyarrow,但是没有完成,而且不止这一个第三方包。 > 真是遗憾。 > > > > > ------------------ 原始邮件 ------------------ > 发件人: > "user-zh" > < > [email protected]>; > 发送时间: 2020年8月4日(星期二) 上午10:09 > 收件人: "user-zh"<[email protected]>; > > 主题: Re: arm,centos7下部署pyflink > > > > Hello, > > 我们pyflink会依赖pyarrow的包,而pyarrow并没有发布对应在arm下的wheel包,所以,你安装的话,会去下载pyarrow的源码包,然后尝试去编译源码包,所以出现你报错信息中的cmake失败的内容。 > > 现在可行的方式是你得尝试自己手动编译安装pyarrow,不过pyarrow并没有在arm架构下做测试,而且在高版本的pyarrow包甚至不发布源码包了,所以我很怀疑你能否顺利编译安装成功pyarrow。 > > Best, > Xingbo > > 琴师 <[email protected]> 于2020年8月4日周二 上午9:57写道: > > > 你好: > > &nbsp; &nbsp; > > > 我尝试在arm架构下centos系统内部署pyflink,python版本是3.5.9(3.7.1也尝试过),均不能完成部署,卡在pyarrow这一步,请问,这是系统不支持,还是我部署的问题?如果是我部署的问题,请问有解决方案么? > > &nbsp;ERROR: Command errored out with exit status 1: > > &nbsp; &nbsp;command: /usr/local/python3/bin/python3.5 > > > /usr/local/python3/lib/python3.5/site-packages/pip/_vendor/pep517/_in_process.py > > build_wheel /tmp/tmpfda_qhew > > &nbsp; &nbsp; &nbsp; &nbsp;cwd: > /tmp/pip-install-r4b5m7u0/pyarrow > > &nbsp; Complete output (428 lines): > > &nbsp; running bdist_wheel > > &nbsp; running build > > &nbsp; running build_py > > &nbsp; creating build > > &nbsp; creating build/lib.linux-aarch64-3.5 > > &nbsp; creating build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/jvm.py -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/benchmark.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/_generated_version.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/plasma.py -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/hdfs.py -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/cuda.py -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/orc.py -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/filesystem.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/parquet.py -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/flight.py -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/types.py -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/ipc.py -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/fs.py -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/compat.py -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/json.py -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/__init__.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/csv.py -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/util.py -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/pandas_compat.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/serialization.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/feather.py -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; creating build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_jvm.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_deprecations.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_pandas.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_feather.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_gandiva.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_fs.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_json.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_ipc.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_plasma_tf_op.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_misc.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_scalars.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/conftest.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/strategies.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/pandas_examples.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_cuda.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_sparse_tensor.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_compute.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_strategies.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_tensor.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_array.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_hdfs.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_cuda_numba_interop.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_serialization.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/__init__.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_memory.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/deserialize_buffer.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/util.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_plasma.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_cython.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_filesystem.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_io.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_types.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_orc.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_csv.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_flight.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_schema.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_builder.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_table.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_extension_type.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_convert_builtin.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; copying pyarrow/tests/test_parquet.py -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; running egg_info > > &nbsp; writing dependency_links to > pyarrow.egg-info/dependency_links.txt > > &nbsp; writing pyarrow.egg-info/PKG-INFO > > &nbsp; writing requirements to pyarrow.egg-info/requires.txt > > &nbsp; writing entry points to pyarrow.egg-info/entry_points.txt > > &nbsp; writing top-level names to pyarrow.egg-info/top_level.txt > > &nbsp; warning: Failed to find the configured license file > '../LICENSE.txt' > > &nbsp; reading manifest file 'pyarrow.egg-info/SOURCES.txt' > > &nbsp; reading manifest template 'MANIFEST.in' > > &nbsp; warning: no files found matching '../LICENSE.txt' > > &nbsp; warning: no files found matching '../NOTICE.txt' > > &nbsp; warning: no previously-included files matching '*.so' found > > anywhere in distribution > > &nbsp; warning: no previously-included files matching '*.pyc' > found > > anywhere in distribution > > &nbsp; warning: no previously-included files matching '*~' found > anywhere > > in distribution > > &nbsp; warning: no previously-included files matching '#*' found > anywhere > > in distribution > > &nbsp; warning: no previously-included files matching '.git*' > found > > anywhere in distribution > > &nbsp; warning: no previously-included files matching '.DS_Store' > found > > anywhere in distribution > > &nbsp; no previously-included directories found matching '.asv' > > &nbsp; writing manifest file 'pyarrow.egg-info/SOURCES.txt' > > &nbsp; copying pyarrow/__init__.pxd -&gt; > > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/_csv.cpp -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/_csv.pyx -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/_cuda.pxd -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/_cuda.pyx -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/_flight.cpp -&gt; > > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/_flight.pyx -&gt; > > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/_fs.cpp -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/_fs.pyx -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/_json.cpp -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/_json.pyx -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/_orc.cpp -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/_orc.pxd -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/_orc.pyx -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/_parquet.cpp -&gt; > > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/_parquet.pxd -&gt; > > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/_parquet.pyx -&gt; > > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/_plasma.cpp -&gt; > > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/_plasma.pyx -&gt; > > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/_s3.cpp -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/_s3fs.cpp -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/array.pxi -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/benchmark.pxi -&gt; > > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/builder.pxi -&gt; > > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/error.pxi -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/feather.pxi -&gt; > > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/gandiva.cpp -&gt; > > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/gandiva.pyx -&gt; > > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/io-hdfs.pxi -&gt; > > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/io.pxi -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/ipc.pxi -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/lib.cpp -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/lib.pxd -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/lib.pyx -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/lib_api.h -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/memory.pxi -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/pandas-shim.pxi -&gt; > > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/plasma-store-server -&gt; > > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/public-api.pxi -&gt; > > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/scalar.pxi -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/serialization.pxi -&gt; > > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/table.pxi -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/tensor.pxi -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; copying pyarrow/types.pxi -&gt; > build/lib.linux-aarch64-3.5/pyarrow > > &nbsp; creating build/lib.linux-aarch64-3.5/pyarrow/.pytest_cache > > &nbsp; copying pyarrow/.pytest_cache/CACHEDIR.TAG -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/.pytest_cache > > &nbsp; copying pyarrow/.pytest_cache/README.md -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/.pytest_cache > > &nbsp; creating > build/lib.linux-aarch64-3.5/pyarrow/.pytest_cache/v > > &nbsp; creating > build/lib.linux-aarch64-3.5/pyarrow/.pytest_cache/v/cache > > &nbsp; copying pyarrow/.pytest_cache/v/cache/nodeids -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/.pytest_cache/v/cache > > &nbsp; copying pyarrow/.pytest_cache/v/cache/stepwise -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/.pytest_cache/v/cache > > &nbsp; creating build/lib.linux-aarch64-3.5/pyarrow/include > > &nbsp; creating build/lib.linux-aarch64-3.5/pyarrow/include/arrow > > &nbsp; copying pyarrow/include/arrow/api.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow > > &nbsp; copying pyarrow/include/arrow/array.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow > > &nbsp; copying pyarrow/include/arrow/buffer.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow > > &nbsp; copying pyarrow/include/arrow/buffer_builder.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow > > &nbsp; copying pyarrow/include/arrow/builder.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow > > &nbsp; copying pyarrow/include/arrow/compare.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow > > &nbsp; copying pyarrow/include/arrow/extension_type.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow > > &nbsp; copying pyarrow/include/arrow/memory_pool.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow > > &nbsp; copying pyarrow/include/arrow/memory_pool_test.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow > > &nbsp; copying pyarrow/include/arrow/pretty_print.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow > > &nbsp; copying pyarrow/include/arrow/record_batch.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow > > &nbsp; copying pyarrow/include/arrow/result.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow > > &nbsp; copying pyarrow/include/arrow/scalar.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow > > &nbsp; copying pyarrow/include/arrow/sparse_tensor.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow > > &nbsp; copying pyarrow/include/arrow/status.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow > > &nbsp; copying pyarrow/include/arrow/stl.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow > > &nbsp; copying pyarrow/include/arrow/table.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow > > &nbsp; copying pyarrow/include/arrow/table_builder.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow > > &nbsp; copying pyarrow/include/arrow/tensor.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow > > &nbsp; copying pyarrow/include/arrow/type.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow > > &nbsp; copying pyarrow/include/arrow/type_fwd.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow > > &nbsp; copying pyarrow/include/arrow/type_traits.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow > > &nbsp; copying pyarrow/include/arrow/visitor.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow > > &nbsp; copying pyarrow/include/arrow/visitor_inline.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow > > &nbsp; creating > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/adapters > > &nbsp; creating > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/adapters/orc > > &nbsp; copying pyarrow/include/arrow/adapters/orc/adapter.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/adapters/orc > > &nbsp; creating > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/array > > &nbsp; copying pyarrow/include/arrow/array/builder_adaptive.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/array > > &nbsp; copying pyarrow/include/arrow/array/builder_base.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/array > > &nbsp; copying pyarrow/include/arrow/array/builder_binary.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/array > > &nbsp; copying pyarrow/include/arrow/array/builder_decimal.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/array > > &nbsp; copying pyarrow/include/arrow/array/builder_dict.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/array > > &nbsp; copying pyarrow/include/arrow/array/builder_nested.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/array > > &nbsp; copying pyarrow/include/arrow/array/builder_primitive.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/array > > &nbsp; copying pyarrow/include/arrow/array/builder_time.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/array > > &nbsp; copying pyarrow/include/arrow/array/builder_union.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/array > > &nbsp; copying pyarrow/include/arrow/array/concatenate.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/array > > &nbsp; copying pyarrow/include/arrow/array/diff.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/array > > &nbsp; creating > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/compute > > &nbsp; copying pyarrow/include/arrow/compute/api.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/compute > > &nbsp; copying pyarrow/include/arrow/compute/benchmark_util.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/compute > > &nbsp; copying pyarrow/include/arrow/compute/context.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/compute > > &nbsp; copying pyarrow/include/arrow/compute/expression.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/compute > > &nbsp; copying pyarrow/include/arrow/compute/kernel.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/compute > > &nbsp; copying pyarrow/include/arrow/compute/logical_type.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/compute > > &nbsp; copying pyarrow/include/arrow/compute/operation.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/compute > > &nbsp; copying pyarrow/include/arrow/compute/test_util.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/compute > > &nbsp; copying pyarrow/include/arrow/compute/type_fwd.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/compute > > &nbsp; creating > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/compute/kernels > > &nbsp; copying pyarrow/include/arrow/compute/kernels/aggregate.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/compute/kernels > > &nbsp; copying pyarrow/include/arrow/compute/kernels/boolean.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/compute/kernels > > &nbsp; copying pyarrow/include/arrow/compute/kernels/cast.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/compute/kernels > > &nbsp; copying pyarrow/include/arrow/compute/kernels/compare.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/compute/kernels > > &nbsp; copying pyarrow/include/arrow/compute/kernels/count.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/compute/kernels > > &nbsp; copying pyarrow/include/arrow/compute/kernels/filter.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/compute/kernels > > &nbsp; copying pyarrow/include/arrow/compute/kernels/hash.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/compute/kernels > > &nbsp; copying pyarrow/include/arrow/compute/kernels/isin.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/compute/kernels > > &nbsp; copying pyarrow/include/arrow/compute/kernels/mean.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/compute/kernels > > &nbsp; copying > pyarrow/include/arrow/compute/kernels/sort_to_indices.h > > -&gt; > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/compute/kernels > > &nbsp; copying pyarrow/include/arrow/compute/kernels/sum.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/compute/kernels > > &nbsp; copying pyarrow/include/arrow/compute/kernels/take.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/compute/kernels > > &nbsp; creating > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/csv > > &nbsp; copying pyarrow/include/arrow/csv/api.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/csv > > &nbsp; copying pyarrow/include/arrow/csv/chunker.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/csv > > &nbsp; copying pyarrow/include/arrow/csv/column_builder.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/csv > > &nbsp; copying pyarrow/include/arrow/csv/converter.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/csv > > &nbsp; copying pyarrow/include/arrow/csv/options.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/csv > > &nbsp; copying pyarrow/include/arrow/csv/parser.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/csv > > &nbsp; copying pyarrow/include/arrow/csv/reader.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/csv > > &nbsp; copying pyarrow/include/arrow/csv/test_common.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/csv > > &nbsp; creating > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/dataset > > &nbsp; copying pyarrow/include/arrow/dataset/api.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/dataset > > &nbsp; copying pyarrow/include/arrow/dataset/dataset.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/dataset > > &nbsp; copying pyarrow/include/arrow/dataset/discovery.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/dataset > > &nbsp; copying pyarrow/include/arrow/dataset/disk_store.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/dataset > > &nbsp; copying pyarrow/include/arrow/dataset/file_base.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/dataset > > &nbsp; copying pyarrow/include/arrow/dataset/file_csv.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/dataset > > &nbsp; copying pyarrow/include/arrow/dataset/file_feather.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/dataset > > &nbsp; copying pyarrow/include/arrow/dataset/file_json.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/dataset > > &nbsp; copying pyarrow/include/arrow/dataset/file_parquet.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/dataset > > &nbsp; copying pyarrow/include/arrow/dataset/filter.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/dataset > > &nbsp; copying pyarrow/include/arrow/dataset/partition.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/dataset > > &nbsp; copying pyarrow/include/arrow/dataset/scanner.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/dataset > > &nbsp; copying pyarrow/include/arrow/dataset/test_util.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/dataset > > &nbsp; copying pyarrow/include/arrow/dataset/transaction.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/dataset > > &nbsp; copying pyarrow/include/arrow/dataset/type_fwd.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/dataset > > &nbsp; copying pyarrow/include/arrow/dataset/visibility.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/dataset > > &nbsp; copying pyarrow/include/arrow/dataset/writer.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/dataset > > &nbsp; creating > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/filesystem > > &nbsp; copying pyarrow/include/arrow/filesystem/api.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/filesystem > > &nbsp; copying pyarrow/include/arrow/filesystem/filesystem.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/filesystem > > &nbsp; copying pyarrow/include/arrow/filesystem/localfs.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/filesystem > > &nbsp; copying pyarrow/include/arrow/filesystem/mockfs.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/filesystem > > &nbsp; copying pyarrow/include/arrow/filesystem/path_tree.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/filesystem > > &nbsp; copying pyarrow/include/arrow/filesystem/path_util.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/filesystem > > &nbsp; copying pyarrow/include/arrow/filesystem/s3fs.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/filesystem > > &nbsp; copying pyarrow/include/arrow/filesystem/test_util.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/filesystem > > &nbsp; creating > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/flight > > &nbsp; copying pyarrow/include/arrow/flight/api.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/flight > > &nbsp; copying pyarrow/include/arrow/flight/client.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/flight > > &nbsp; copying pyarrow/include/arrow/flight/client_auth.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/flight > > &nbsp; copying pyarrow/include/arrow/flight/client_middleware.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/flight > > &nbsp; copying pyarrow/include/arrow/flight/customize_protobuf.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/flight > > &nbsp; copying pyarrow/include/arrow/flight/middleware.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/flight > > &nbsp; copying pyarrow/include/arrow/flight/platform.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/flight > > &nbsp; copying pyarrow/include/arrow/flight/server.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/flight > > &nbsp; copying pyarrow/include/arrow/flight/server_auth.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/flight > > &nbsp; copying pyarrow/include/arrow/flight/server_middleware.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/flight > > &nbsp; copying pyarrow/include/arrow/flight/test_util.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/flight > > &nbsp; copying pyarrow/include/arrow/flight/types.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/flight > > &nbsp; copying pyarrow/include/arrow/flight/visibility.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/flight > > &nbsp; creating > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/io > > &nbsp; copying pyarrow/include/arrow/io/api.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/io > > &nbsp; copying pyarrow/include/arrow/io/buffered.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/io > > &nbsp; copying pyarrow/include/arrow/io/compressed.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/io > > &nbsp; copying pyarrow/include/arrow/io/concurrency.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/io > > &nbsp; copying pyarrow/include/arrow/io/file.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/io > > &nbsp; copying pyarrow/include/arrow/io/hdfs.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/io > > &nbsp; copying pyarrow/include/arrow/io/interfaces.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/io > > &nbsp; copying pyarrow/include/arrow/io/memory.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/io > > &nbsp; copying pyarrow/include/arrow/io/mman.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/io > > &nbsp; copying pyarrow/include/arrow/io/readahead.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/io > > &nbsp; copying pyarrow/include/arrow/io/slow.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/io > > &nbsp; copying pyarrow/include/arrow/io/test_common.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/io > > &nbsp; creating > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/ipc > > &nbsp; copying pyarrow/include/arrow/ipc/api.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/ipc > > &nbsp; copying pyarrow/include/arrow/ipc/dictionary.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/ipc > > &nbsp; copying pyarrow/include/arrow/ipc/feather.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/ipc > > &nbsp; copying pyarrow/include/arrow/ipc/json_integration.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/ipc > > &nbsp; copying pyarrow/include/arrow/ipc/json_simple.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/ipc > > &nbsp; copying pyarrow/include/arrow/ipc/message.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/ipc > > &nbsp; copying pyarrow/include/arrow/ipc/options.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/ipc > > &nbsp; copying pyarrow/include/arrow/ipc/reader.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/ipc > > &nbsp; copying pyarrow/include/arrow/ipc/test_common.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/ipc > > &nbsp; copying pyarrow/include/arrow/ipc/util.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/ipc > > &nbsp; copying pyarrow/include/arrow/ipc/writer.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/ipc > > &nbsp; creating > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/json > > &nbsp; copying pyarrow/include/arrow/json/api.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/json > > &nbsp; copying pyarrow/include/arrow/json/chunked_builder.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/json > > &nbsp; copying pyarrow/include/arrow/json/chunker.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/json > > &nbsp; copying pyarrow/include/arrow/json/converter.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/json > > &nbsp; copying pyarrow/include/arrow/json/options.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/json > > &nbsp; copying pyarrow/include/arrow/json/parser.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/json > > &nbsp; copying pyarrow/include/arrow/json/rapidjson_defs.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/json > > &nbsp; copying pyarrow/include/arrow/json/reader.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/json > > &nbsp; copying pyarrow/include/arrow/json/test_common.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/json > > &nbsp; creating > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/python > > &nbsp; copying pyarrow/include/arrow/python/api.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/python > > &nbsp; copying pyarrow/include/arrow/python/arrow_to_pandas.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/python > > &nbsp; copying pyarrow/include/arrow/python/benchmark.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/python > > &nbsp; copying pyarrow/include/arrow/python/common.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/python > > &nbsp; copying pyarrow/include/arrow/python/config.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/python > > &nbsp; copying pyarrow/include/arrow/python/datetime.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/python > > &nbsp; copying pyarrow/include/arrow/python/decimal.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/python > > &nbsp; copying pyarrow/include/arrow/python/deserialize.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/python > > &nbsp; copying pyarrow/include/arrow/python/extension_type.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/python > > &nbsp; copying pyarrow/include/arrow/python/flight.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/python > > &nbsp; copying pyarrow/include/arrow/python/helpers.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/python > > &nbsp; copying pyarrow/include/arrow/python/inference.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/python > > &nbsp; copying pyarrow/include/arrow/python/init.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/python > > &nbsp; copying pyarrow/include/arrow/python/io.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/python > > &nbsp; copying pyarrow/include/arrow/python/iterators.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/python > > &nbsp; copying pyarrow/include/arrow/python/numpy_convert.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/python > > &nbsp; copying pyarrow/include/arrow/python/numpy_interop.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/python > > &nbsp; copying pyarrow/include/arrow/python/numpy_to_arrow.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/python > > &nbsp; copying pyarrow/include/arrow/python/platform.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/python > > &nbsp; copying pyarrow/include/arrow/python/pyarrow.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/python > > &nbsp; copying pyarrow/include/arrow/python/pyarrow_api.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/python > > &nbsp; copying pyarrow/include/arrow/python/pyarrow_lib.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/python > > &nbsp; copying pyarrow/include/arrow/python/python_to_arrow.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/python > > &nbsp; copying pyarrow/include/arrow/python/serialize.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/python > > &nbsp; copying pyarrow/include/arrow/python/type_traits.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/python > > &nbsp; copying pyarrow/include/arrow/python/visibility.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/python > > &nbsp; creating > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/testing > > &nbsp; copying pyarrow/include/arrow/testing/generator.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/testing > > &nbsp; copying pyarrow/include/arrow/testing/gtest_common.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/testing > > &nbsp; copying pyarrow/include/arrow/testing/gtest_util.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/testing > > &nbsp; copying pyarrow/include/arrow/testing/random.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/testing > > &nbsp; copying pyarrow/include/arrow/testing/util.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/testing > > &nbsp; creating > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/align_util.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/atomic_shared_ptr.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/base64.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/basic_decimal.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/bit_stream_utils.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/bit_util.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/bpacking.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/checked_cast.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/compare.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/compiler_util.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/compression.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/compression_brotli.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/compression_bz2.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/compression_lz4.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/compression_snappy.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/compression_zlib.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/compression_zstd.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/config.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/cpu_info.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/decimal.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/formatting.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/functional.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/hash_util.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/hashing.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/int_util.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/io_util.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/iterator.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/key_value_metadata.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/logging.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/macros.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/memory.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/neon_util.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/parallel.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/parsing.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/print.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/range.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/rle_encoding.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/sse_util.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/stl.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/stopwatch.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/string.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/string_builder.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/string_view.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/task_group.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/thread_pool.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/trie.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/type_traits.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/ubsan.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/uri.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/utf8.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/variant.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/visibility.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; copying pyarrow/include/arrow/util/windows_compatibility.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/util > > &nbsp; creating > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/vendored > > &nbsp; copying pyarrow/include/arrow/vendored/datetime.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/vendored > > &nbsp; copying pyarrow/include/arrow/vendored/string_view.hpp > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/vendored > > &nbsp; copying pyarrow/include/arrow/vendored/variant.hpp > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/vendored > > &nbsp; copying pyarrow/include/arrow/vendored/xxhash.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/vendored > > &nbsp; creating > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/vendored/datetime > > &nbsp; copying pyarrow/include/arrow/vendored/datetime/date.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/vendored/datetime > > &nbsp; copying pyarrow/include/arrow/vendored/datetime/ios.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/vendored/datetime > > &nbsp; copying pyarrow/include/arrow/vendored/datetime/tz.h > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/vendored/datetime > > &nbsp; copying > pyarrow/include/arrow/vendored/datetime/tz_private.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/vendored/datetime > > &nbsp; copying > pyarrow/include/arrow/vendored/datetime/visibility.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/arrow/vendored/datetime > > &nbsp; creating build/lib.linux-aarch64-3.5/pyarrow/include/plasma > > &nbsp; copying pyarrow/include/plasma/client.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/plasma > > &nbsp; copying pyarrow/include/plasma/common.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/plasma > > &nbsp; copying pyarrow/include/plasma/compat.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/plasma > > &nbsp; copying pyarrow/include/plasma/events.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/plasma > > &nbsp; copying pyarrow/include/plasma/test_util.h -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/include/plasma > > &nbsp; creating build/lib.linux-aarch64-3.5/pyarrow/includes > > &nbsp; copying pyarrow/includes/__init__.pxd -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/includes > > &nbsp; copying pyarrow/includes/common.pxd -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/includes > > &nbsp; copying pyarrow/includes/libarrow.pxd -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/includes > > &nbsp; copying pyarrow/includes/libarrow_cuda.pxd -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/includes > > &nbsp; copying pyarrow/includes/libarrow_flight.pxd -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/includes > > &nbsp; copying pyarrow/includes/libarrow_fs.pxd -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/includes > > &nbsp; copying pyarrow/includes/libgandiva.pxd -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/includes > > &nbsp; copying pyarrow/includes/libplasma.pxd -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/includes > > &nbsp; creating build/lib.linux-aarch64-3.5/pyarrow/tensorflow > > &nbsp; copying pyarrow/tensorflow/plasma_op.cc -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tensorflow > > &nbsp; creating > > build/lib.linux-aarch64-3.5/pyarrow/tensorflow/plasma_op.so.dSYM > > &nbsp; creating > > > build/lib.linux-aarch64-3.5/pyarrow/tensorflow/plasma_op.so.dSYM/Contents > > &nbsp; copying > pyarrow/tensorflow/plasma_op.so.dSYM/Contents/Info.plist > > -&gt; > > > build/lib.linux-aarch64-3.5/pyarrow/tensorflow/plasma_op.so.dSYM/Contents > > &nbsp; copying pyarrow/tests/pyarrow_cython_example.pyx -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests > > &nbsp; creating build/lib.linux-aarch64-3.5/pyarrow/tests/data > > &nbsp; creating build/lib.linux-aarch64-3.5/pyarrow/tests/data/orc > > &nbsp; copying pyarrow/tests/data/orc/README.md -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests/data/orc > > &nbsp; copying > pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests/data/orc > > &nbsp; copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.orc > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests/data/orc > > &nbsp; copying pyarrow/tests/data/orc/TestOrcFile.test1.jsn.gz > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests/data/orc > > &nbsp; copying pyarrow/tests/data/orc/TestOrcFile.test1.orc > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests/data/orc > > &nbsp; copying > pyarrow/tests/data/orc/TestOrcFile.testDate1900.jsn.gz > > -&gt; build/lib.linux-aarch64-3.5/pyarrow/tests/data/orc > > &nbsp; copying > pyarrow/tests/data/orc/TestOrcFile.testDate1900.orc -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests/data/orc > > &nbsp; copying pyarrow/tests/data/orc/decimal.jsn.gz -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests/data/orc > > &nbsp; copying pyarrow/tests/data/orc/decimal.orc -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests/data/orc > > &nbsp; creating > build/lib.linux-aarch64-3.5/pyarrow/tests/data/parquet > > &nbsp; copying > pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet > > -&gt; build/lib.linux-aarch64-3.5/pyarrow/tests/data/parquet > > &nbsp; copying > > pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet > -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests/data/parquet > > &nbsp; copying pyarrow/tests/data/parquet/v0.7.1.parquet -&gt; > > build/lib.linux-aarch64-3.5/pyarrow/tests/data/parquet > > &nbsp; copying > pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet > > -&gt; build/lib.linux-aarch64-3.5/pyarrow/tests/data/parquet > > &nbsp; running build_ext > > &nbsp; creating build/temp.linux-aarch64-3.5 > > &nbsp; -- Running cmake for pyarrow > > &nbsp; cmake > -DPYTHON_EXECUTABLE=/usr/local/python3/bin/python3.5&nbsp; > > -DPYARROW_BOOST_USE_SHARED=on -DCMAKE_BUILD_TYPE=release > > /tmp/pip-install-r4b5m7u0/pyarrow > > &nbsp; error: command 'cmake' failed with exit status 1 > > &nbsp; ---------------------------------------- > > &nbsp; ERROR: Failed building wheel for pyarrow
