[ 
https://issues.apache.org/jira/browse/ARROW-12934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nic Crane updated ARROW-12934:
------------------------------
    Summary: [Python] "Could NOT find Arrow": Installing "pyarrow" via pip3 on 
Debian 10  (was: "Could NOT find Arrow": Installing "pyarrow" via pip3 on 
Debian 10)

> [Python] "Could NOT find Arrow": Installing "pyarrow" via pip3 on Debian 10
> ---------------------------------------------------------------------------
>
>                 Key: ARROW-12934
>                 URL: https://issues.apache.org/jira/browse/ARROW-12934
>             Project: Apache Arrow
>          Issue Type: Bug
>         Environment: Debian 10 (stable / buster)
> Python 3.7.3
> pandas 1.2.4 (current stable)
>            Reporter: Christian Buhtz
>            Priority: Major
>
> I use Debian 10 (buster / stable) and Python3.
> I tried to install "pyarrow" Python-Package via pip3. I fixed some of the 
> errors installing more things (e.g. cmake, etc).
> But I can not solve this last error.
>  
> {{ This warning is for project developers. Use -Wno-dev to suppress it.}}
>  
> {{ -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29")}}
> {{ -- Could NOT find Arrow (missing: Arrow_DIR)}}
> {{ -- Checking for module 'arrow'}}
> {{ -- No package 'arrow' found}}
> {{ CMake Error at 
> /usr/local/lib/python3.7/dist-packages/cmake/data/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:230
>  (message):}}
> {{ Could NOT find Arrow (missing: ARROW_INCLUDE_DIR ARROW_LIB_DIR}}
> {{ ARROW_FULL_SO_VERSION ARROW_SO_VERSION)}}
> {{ Call Stack (most recent call first):}}
> {{ 
> /usr/local/lib/python3.7/dist-packages/cmake/data/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:594
>  (_FPHSA_FAILURE_MESSAGE)}}
> {{ cmake_modules/FindArrow.cmake:419 (find_package_handle_standard_args)}}
> {{ cmake_modules/FindArrowPython.cmake:46 (find_package)}}
> {{ CMakeLists.txt:218 (find_package)}}
>  
> I can do {{import arrow}} but not {{import pyarrow}} in a Python3.7.3. shell.
> What else can I do know? I am even not sure why I need pyarrow and what it 
> is. ;) I think it is because I use the "feather" storage format with my 
> pandas package. Correct?
>  
> Here is the full bash-output
> {{$ sudo pip3 install -U pyarrow}}
> {{Collecting pyarrow}}
> {{ Using cached 
> https://files.pythonhosted.org/packages/7d/5d/87a22ad2210c6e53d5a87ea99fb1f503238775ab8c04189559e4eb0fd61f/pyarrow-4.0.1.tar.gz}}
> {{ Installing build dependencies ... done}}
> {{Requirement already satisfied, skipping upgrade: numpy>=1.16.6 in 
> /usr/local/lib/python3.7/dist-packages (from pyarrow) (1.20.3)}}
> {{Building wheels for collected packages: pyarrow}}
> {{ Running setup.py bdist_wheel for pyarrow ... error}}
> {{ Complete output from command /usr/bin/python3 -u -c "import setuptools, 
> tokenize;__file__='/tmp/pip-install-bdhf_tmp/pyarrow/setup.py';f=getattr(tokenize,
>  'open', open)(__file__);code=f.read().replace('\r\n', 
> '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d 
> /tmp/pip-wheel-i04y9cvm --python-tag cp37:}}
> {{ running bdist_wheel}}
> {{ running build}}
> {{ running build_py}}
> {{ creating build}}
> {{ creating build/lib.linux-x86_64-3.7}}
> {{ creating build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/util.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/types.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/serialization.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/plasma.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/parquet.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/pandas_compat.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/orc.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/jvm.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/json.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/ipc.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/hdfs.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/fs.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/flight.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/filesystem.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/feather.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/dataset.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/cuda.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/csv.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/compute.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/compat.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/cffi.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/benchmark.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_generated_version.py -> 
> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/__init__.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ creating build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/util.py -> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_types.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_tensor.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_table.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_strategies.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_sparse_tensor.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_serialization_deprecated.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_serialization.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_schema.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_scalars.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_plasma_tf_op.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_plasma.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_pandas.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_orc.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_misc.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_memory.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_jvm.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_json.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_ipc.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_io.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_hdfs.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_gandiva.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_fs.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_flight.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_filesystem.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_feather.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_extension_type.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_deprecations.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_dataset.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_cython.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_cuda_numba_interop.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_cuda.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_csv.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_convert_builtin.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_compute.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_cffi.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_builder.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_array.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_adhoc_memory_leak.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/strategies.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/pandas_threaded_import.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/pandas_examples.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/deserialize_buffer.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/conftest.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/arrow_7980.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/__init__.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ running egg_info}}
> {{ writing pyarrow.egg-info/PKG-INFO}}
> {{ writing dependency_links to pyarrow.egg-info/dependency_links.txt}}
> {{ writing entry points to pyarrow.egg-info/entry_points.txt}}
> {{ writing requirements to pyarrow.egg-info/requires.txt}}
> {{ writing top-level names to pyarrow.egg-info/top_level.txt}}
> {{ reading manifest file 'pyarrow.egg-info/SOURCES.txt'}}
> {{ reading manifest template 'MANIFEST.in'}}
> {{ warning: no files found matching '../LICENSE.txt'}}
> {{ warning: no files found matching '../NOTICE.txt'}}
> {{ warning: no previously-included files matching '*.so' found anywhere in 
> distribution}}
> {{ warning: no previously-included files matching '*.pyc' found anywhere in 
> distribution}}
> {{ warning: no previously-included files matching '*~' found anywhere in 
> distribution}}
> {{ warning: no previously-included files matching '#*' found anywhere in 
> distribution}}
> {{ warning: no previously-included files matching '.git*' found anywhere in 
> distribution}}
> {{ warning: no previously-included files matching '.DS_Store' found anywhere 
> in distribution}}
> {{ no previously-included directories found matching '.asv'}}
> {{ writing manifest file 'pyarrow.egg-info/SOURCES.txt'}}
> {{ copying pyarrow/__init__.pxd -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_compute.pxd -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_compute.pyx -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_csv.pxd -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_csv.pyx -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_cuda.pxd -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_cuda.pyx -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_dataset.pyx -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_flight.pyx -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_fs.pxd -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_fs.pyx -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_hdfs.pyx -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_json.pyx -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_orc.pxd -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_orc.pyx -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_parquet.pxd -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_parquet.pyx -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_plasma.pyx -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_s3fs.pyx -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/array.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/benchmark.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/builder.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/compat.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/config.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/error.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/feather.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/gandiva.pyx -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/io-hdfs.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/io.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/ipc.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/lib.pxd -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/lib.pyx -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/memory.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/pandas-shim.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/public-api.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/scalar.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/serialization.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/table.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/tensor.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/types.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ creating build/lib.linux-x86_64-3.7/pyarrow/includes}}
> {{ copying pyarrow/includes/__init__.pxd -> 
> build/lib.linux-x86_64-3.7/pyarrow/includes}}
> {{ copying pyarrow/includes/common.pxd -> 
> build/lib.linux-x86_64-3.7/pyarrow/includes}}
> {{ copying pyarrow/includes/libarrow.pxd -> 
> build/lib.linux-x86_64-3.7/pyarrow/includes}}
> {{ copying pyarrow/includes/libarrow_cuda.pxd -> 
> build/lib.linux-x86_64-3.7/pyarrow/includes}}
> {{ copying pyarrow/includes/libarrow_dataset.pxd -> 
> build/lib.linux-x86_64-3.7/pyarrow/includes}}
> {{ copying pyarrow/includes/libarrow_flight.pxd -> 
> build/lib.linux-x86_64-3.7/pyarrow/includes}}
> {{ copying pyarrow/includes/libarrow_fs.pxd -> 
> build/lib.linux-x86_64-3.7/pyarrow/includes}}
> {{ copying pyarrow/includes/libgandiva.pxd -> 
> build/lib.linux-x86_64-3.7/pyarrow/includes}}
> {{ copying pyarrow/includes/libplasma.pxd -> 
> build/lib.linux-x86_64-3.7/pyarrow/includes}}
> {{ creating build/lib.linux-x86_64-3.7/pyarrow/tensorflow}}
> {{ copying pyarrow/tensorflow/plasma_op.cc -> 
> build/lib.linux-x86_64-3.7/pyarrow/tensorflow}}
> {{ creating build/lib.linux-x86_64-3.7/pyarrow/vendored}}
> {{ copying pyarrow/vendored/__init__.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/vendored}}
> {{ copying pyarrow/vendored/version.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/vendored}}
> {{ copying pyarrow/tests/pyarrow_cython_example.pyx -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ creating build/lib.linux-x86_64-3.7/pyarrow/tests/data}}
> {{ creating build/lib.linux-x86_64-3.7/pyarrow/tests/data/feather}}
> {{ copying 
> pyarrow/tests/data/feather/v0.17.0.version=2-compression=lz4.feather -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/data/feather}}
> {{ creating build/lib.linux-x86_64-3.7/pyarrow/tests/data/orc}}
> {{ copying pyarrow/tests/data/orc/README.md -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/data/orc}}
> {{ copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/data/orc}}
> {{ copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.orc -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/data/orc}}
> {{ copying pyarrow/tests/data/orc/TestOrcFile.test1.jsn.gz -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/data/orc}}
> {{ copying pyarrow/tests/data/orc/TestOrcFile.test1.orc -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/data/orc}}
> {{ copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.jsn.gz -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/data/orc}}
> {{ copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.orc -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/data/orc}}
> {{ copying pyarrow/tests/data/orc/decimal.jsn.gz -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/data/orc}}
> {{ copying pyarrow/tests/data/orc/decimal.orc -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/data/orc}}
> {{ creating build/lib.linux-x86_64-3.7/pyarrow/tests/data/parquet}}
> {{ copying pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/data/parquet}}
> {{ copying pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet 
> -> build/lib.linux-x86_64-3.7/pyarrow/tests/data/parquet}}
> {{ copying pyarrow/tests/data/parquet/v0.7.1.parquet -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/data/parquet}}
> {{ copying pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/data/parquet}}
> {{ creating build/lib.linux-x86_64-3.7/pyarrow/tests/parquet}}
> {{ copying pyarrow/tests/parquet/common.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/parquet}}
> {{ copying pyarrow/tests/parquet/conftest.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/parquet}}
> {{ copying pyarrow/tests/parquet/test_basic.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/parquet}}
> {{ copying pyarrow/tests/parquet/test_compliant_nested_type.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/parquet}}
> {{ copying pyarrow/tests/parquet/test_data_types.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/parquet}}
> {{ copying pyarrow/tests/parquet/test_dataset.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/parquet}}
> {{ copying pyarrow/tests/parquet/test_datetime.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/parquet}}
> {{ copying pyarrow/tests/parquet/test_metadata.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/parquet}}
> {{ copying pyarrow/tests/parquet/test_pandas.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/parquet}}
> {{ copying pyarrow/tests/parquet/test_parquet_file.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/parquet}}
> {{ copying pyarrow/tests/parquet/test_parquet_writer.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/parquet}}
> {{ running build_ext}}
> {{ creating /tmp/pip-install-bdhf_tmp/pyarrow/build/temp.linux-x86_64-3.7}}
> {{ -- Running cmake for pyarrow}}
> {{ cmake -DPYTHON_EXECUTABLE=/usr/bin/python3 
> -DPython3_EXECUTABLE=/usr/bin/python3 -DPYARROW_BUILD_CUDA=off 
> -DPYARROW_BUILD_FLIGHT=off -DPYARROW_BUILD_GANDIVA=off 
> -DPYARROW_BUILD_DATASET=off -DPYARROW_BUILD_ORC=off 
> -DPYARROW_BUILD_PARQUET=off -DPYARROW_BUILD_PLASMA=off -DPYARROW_BUILD_S3=off 
> -DPYARROW_BUILD_HDFS=off -DPYARROW_USE_TENSORFLOW=off 
> -DPYARROW_BUNDLE_ARROW_CPP=off -DPYARROW_BUNDLE_BOOST=off 
> -DPYARROW_GENERATE_COVERAGE=off -DPYARROW_BOOST_USE_SHARED=on 
> -DPYARROW_PARQUET_USE_SHARED=on -DCMAKE_BUILD_TYPE=release 
> /tmp/pip-install-bdhf_tmp/pyarrow}}
> {{ -- The C compiler identification is GNU 8.3.0}}
> {{ -- The CXX compiler identification is GNU 8.3.0}}
> {{ -- Detecting C compiler ABI info}}
> {{ -- Detecting C compiler ABI info - done}}
> {{ -- Check for working C compiler: /usr/bin/cc - skipped}}
> {{ -- Detecting C compile features}}
> {{ -- Detecting C compile features - done}}
> {{ -- Detecting CXX compiler ABI info}}
> {{ -- Detecting CXX compiler ABI info - done}}
> {{ -- Check for working CXX compiler: /usr/bin/c++ - skipped}}
> {{ -- Detecting CXX compile features}}
> {{ -- Detecting CXX compile features - done}}
> {{ -- System processor: x86_64}}
> {{ -- Performing Test CXX_SUPPORTS_SSE4_2}}
> {{ -- Performing Test CXX_SUPPORTS_SSE4_2 - Success}}
> {{ -- Performing Test CXX_SUPPORTS_AVX2}}
> {{ -- Performing Test CXX_SUPPORTS_AVX2 - Success}}
> {{ -- Performing Test CXX_SUPPORTS_AVX512}}
> {{ -- Performing Test CXX_SUPPORTS_AVX512 - Success}}
> {{ -- Arrow build warning level: PRODUCTION}}
> {{ Using ld linker}}
> {{ Configured for RELEASE build (set with cmake 
> -DCMAKE_BUILD_TYPE=\{release,debug,...})}}
> {{ -- Build Type: RELEASE}}
> {{ -- Generator: Unix Makefiles}}
> {{ -- Build output directory: 
> /tmp/pip-install-bdhf_tmp/pyarrow/build/temp.linux-x86_64-3.7/release}}
> {{ -- Found Python3: /usr/bin/python3 (found version "3.7.3") found 
> components: Interpreter Development.Module NumPy}}
> {{ -- Found Python3Alt: /usr/bin/python3}}
> {{ CMake Warning (dev) at 
> /usr/local/lib/python3.7/dist-packages/cmake/data/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:438
>  (message):}}
> {{ The package name passed to `find_package_handle_standard_args` 
> (PkgConfig)}}
> {{ does not match the name of the calling package (Arrow). This can lead to}}
> {{ problems in calling code that expects `find_package` result variables}}
> {{ (e.g., `_FOUND`) to follow a certain pattern.}}
> {{ Call Stack (most recent call first):}}
> {{ 
> /usr/local/lib/python3.7/dist-packages/cmake/data/share/cmake-3.20/Modules/FindPkgConfig.cmake:70
>  (find_package_handle_standard_args)}}
> {{ cmake_modules/FindArrow.cmake:39 (include)}}
> {{ cmake_modules/FindArrowPython.cmake:46 (find_package)}}
> {{ CMakeLists.txt:218 (find_package)}}
> {{ This warning is for project developers. Use -Wno-dev to suppress it.}}
>  
> {{ -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29")}}
> {{ -- Could NOT find Arrow (missing: Arrow_DIR)}}
> {{ -- Checking for module 'arrow'}}
> {{ -- No package 'arrow' found}}
> {{ CMake Error at 
> /usr/local/lib/python3.7/dist-packages/cmake/data/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:230
>  (message):}}
> {{ Could NOT find Arrow (missing: ARROW_INCLUDE_DIR ARROW_LIB_DIR}}
> {{ ARROW_FULL_SO_VERSION ARROW_SO_VERSION)}}
> {{ Call Stack (most recent call first):}}
> {{ 
> /usr/local/lib/python3.7/dist-packages/cmake/data/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:594
>  (_FPHSA_FAILURE_MESSAGE)}}
> {{ cmake_modules/FindArrow.cmake:419 (find_package_handle_standard_args)}}
> {{ cmake_modules/FindArrowPython.cmake:46 (find_package)}}
> {{ CMakeLists.txt:218 (find_package)}}
>  
>  
> {{ -- Configuring incomplete, errors occurred!}}
> {{ See also 
> "/tmp/pip-install-bdhf_tmp/pyarrow/build/temp.linux-x86_64-3.7/CMakeFiles/CMakeOutput.log".}}
> {{ error: command 'cmake' failed with exit status 1}}
>  
> {{ ----------------------------------------}}
> {{ Failed building wheel for pyarrow}}
> {{ Running setup.py clean for pyarrow}}
> {{Failed to build pyarrow}}
> {{Installing collected packages: pyarrow}}
> {{ Running setup.py install for pyarrow ... error}}
> {{ Complete output from command /usr/bin/python3 -u -c "import setuptools, 
> tokenize;__file__='/tmp/pip-install-bdhf_tmp/pyarrow/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-2w8m2gbe/install-record.txt 
> --single-version-externally-managed --compile:}}
> {{ running install}}
> {{ running build}}
> {{ running build_py}}
> {{ creating build}}
> {{ creating build/lib.linux-x86_64-3.7}}
> {{ creating build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/util.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/types.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/serialization.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/plasma.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/parquet.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/pandas_compat.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/orc.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/jvm.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/json.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/ipc.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/hdfs.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/fs.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/flight.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/filesystem.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/feather.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/dataset.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/cuda.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/csv.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/compute.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/compat.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/cffi.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/benchmark.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_generated_version.py -> 
> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/__init__.py -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ creating build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/util.py -> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_types.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_tensor.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_table.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_strategies.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_sparse_tensor.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_serialization_deprecated.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_serialization.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_schema.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_scalars.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_plasma_tf_op.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_plasma.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_pandas.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_orc.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_misc.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_memory.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_jvm.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_json.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_ipc.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_io.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_hdfs.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_gandiva.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_fs.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_flight.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_filesystem.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_feather.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_extension_type.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_deprecations.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_dataset.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_cython.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_cuda_numba_interop.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_cuda.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_csv.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_convert_builtin.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_compute.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_cffi.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_builder.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_array.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/test_adhoc_memory_leak.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/strategies.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/pandas_threaded_import.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/pandas_examples.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/deserialize_buffer.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/conftest.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/arrow_7980.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ copying pyarrow/tests/__init__.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ running egg_info}}
> {{ writing pyarrow.egg-info/PKG-INFO}}
> {{ writing dependency_links to pyarrow.egg-info/dependency_links.txt}}
> {{ writing entry points to pyarrow.egg-info/entry_points.txt}}
> {{ writing requirements to pyarrow.egg-info/requires.txt}}
> {{ writing top-level names to pyarrow.egg-info/top_level.txt}}
> {{ reading manifest file 'pyarrow.egg-info/SOURCES.txt'}}
> {{ reading manifest template 'MANIFEST.in'}}
> {{ warning: no files found matching '../LICENSE.txt'}}
> {{ warning: no files found matching '../NOTICE.txt'}}
> {{ warning: no previously-included files matching '*.so' found anywhere in 
> distribution}}
> {{ warning: no previously-included files matching '*.pyc' found anywhere in 
> distribution}}
> {{ warning: no previously-included files matching '*~' found anywhere in 
> distribution}}
> {{ warning: no previously-included files matching '#*' found anywhere in 
> distribution}}
> {{ warning: no previously-included files matching '.git*' found anywhere in 
> distribution}}
> {{ warning: no previously-included files matching '.DS_Store' found anywhere 
> in distribution}}
> {{ no previously-included directories found matching '.asv'}}
> {{ writing manifest file 'pyarrow.egg-info/SOURCES.txt'}}
> {{ copying pyarrow/__init__.pxd -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_compute.pxd -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_compute.pyx -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_csv.pxd -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_csv.pyx -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_cuda.pxd -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_cuda.pyx -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_dataset.pyx -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_flight.pyx -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_fs.pxd -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_fs.pyx -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_hdfs.pyx -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_json.pyx -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_orc.pxd -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_orc.pyx -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_parquet.pxd -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_parquet.pyx -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_plasma.pyx -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/_s3fs.pyx -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/array.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/benchmark.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/builder.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/compat.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/config.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/error.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/feather.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/gandiva.pyx -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/io-hdfs.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/io.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/ipc.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/lib.pxd -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/lib.pyx -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/memory.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/pandas-shim.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/public-api.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/scalar.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/serialization.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/table.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/tensor.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ copying pyarrow/types.pxi -> build/lib.linux-x86_64-3.7/pyarrow}}
> {{ creating build/lib.linux-x86_64-3.7/pyarrow/includes}}
> {{ copying pyarrow/includes/__init__.pxd -> 
> build/lib.linux-x86_64-3.7/pyarrow/includes}}
> {{ copying pyarrow/includes/common.pxd -> 
> build/lib.linux-x86_64-3.7/pyarrow/includes}}
> {{ copying pyarrow/includes/libarrow.pxd -> 
> build/lib.linux-x86_64-3.7/pyarrow/includes}}
> {{ copying pyarrow/includes/libarrow_cuda.pxd -> 
> build/lib.linux-x86_64-3.7/pyarrow/includes}}
> {{ copying pyarrow/includes/libarrow_dataset.pxd -> 
> build/lib.linux-x86_64-3.7/pyarrow/includes}}
> {{ copying pyarrow/includes/libarrow_flight.pxd -> 
> build/lib.linux-x86_64-3.7/pyarrow/includes}}
> {{ copying pyarrow/includes/libarrow_fs.pxd -> 
> build/lib.linux-x86_64-3.7/pyarrow/includes}}
> {{ copying pyarrow/includes/libgandiva.pxd -> 
> build/lib.linux-x86_64-3.7/pyarrow/includes}}
> {{ copying pyarrow/includes/libplasma.pxd -> 
> build/lib.linux-x86_64-3.7/pyarrow/includes}}
> {{ creating build/lib.linux-x86_64-3.7/pyarrow/tensorflow}}
> {{ copying pyarrow/tensorflow/plasma_op.cc -> 
> build/lib.linux-x86_64-3.7/pyarrow/tensorflow}}
> {{ creating build/lib.linux-x86_64-3.7/pyarrow/vendored}}
> {{ copying pyarrow/vendored/__init__.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/vendored}}
> {{ copying pyarrow/vendored/version.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/vendored}}
> {{ copying pyarrow/tests/pyarrow_cython_example.pyx -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests}}
> {{ creating build/lib.linux-x86_64-3.7/pyarrow/tests/data}}
> {{ creating build/lib.linux-x86_64-3.7/pyarrow/tests/data/feather}}
> {{ copying 
> pyarrow/tests/data/feather/v0.17.0.version=2-compression=lz4.feather -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/data/feather}}
> {{ creating build/lib.linux-x86_64-3.7/pyarrow/tests/data/orc}}
> {{ copying pyarrow/tests/data/orc/README.md -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/data/orc}}
> {{ copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/data/orc}}
> {{ copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.orc -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/data/orc}}
> {{ copying pyarrow/tests/data/orc/TestOrcFile.test1.jsn.gz -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/data/orc}}
> {{ copying pyarrow/tests/data/orc/TestOrcFile.test1.orc -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/data/orc}}
> {{ copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.jsn.gz -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/data/orc}}
> {{ copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.orc -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/data/orc}}
> {{ copying pyarrow/tests/data/orc/decimal.jsn.gz -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/data/orc}}
> {{ copying pyarrow/tests/data/orc/decimal.orc -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/data/orc}}
> {{ creating build/lib.linux-x86_64-3.7/pyarrow/tests/data/parquet}}
> {{ copying pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/data/parquet}}
> {{ copying pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet 
> -> build/lib.linux-x86_64-3.7/pyarrow/tests/data/parquet}}
> {{ copying pyarrow/tests/data/parquet/v0.7.1.parquet -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/data/parquet}}
> {{ copying pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/data/parquet}}
> {{ creating build/lib.linux-x86_64-3.7/pyarrow/tests/parquet}}
> {{ copying pyarrow/tests/parquet/common.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/parquet}}
> {{ copying pyarrow/tests/parquet/conftest.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/parquet}}
> {{ copying pyarrow/tests/parquet/test_basic.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/parquet}}
> {{ copying pyarrow/tests/parquet/test_compliant_nested_type.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/parquet}}
> {{ copying pyarrow/tests/parquet/test_data_types.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/parquet}}
> {{ copying pyarrow/tests/parquet/test_dataset.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/parquet}}
> {{ copying pyarrow/tests/parquet/test_datetime.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/parquet}}
> {{ copying pyarrow/tests/parquet/test_metadata.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/parquet}}
> {{ copying pyarrow/tests/parquet/test_pandas.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/parquet}}
> {{ copying pyarrow/tests/parquet/test_parquet_file.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/parquet}}
> {{ copying pyarrow/tests/parquet/test_parquet_writer.py -> 
> build/lib.linux-x86_64-3.7/pyarrow/tests/parquet}}
> {{ running build_ext}}
> {{ creating /tmp/pip-install-bdhf_tmp/pyarrow/build/temp.linux-x86_64-3.7}}
> {{ -- Running cmake for pyarrow}}
> {{ cmake -DPYTHON_EXECUTABLE=/usr/bin/python3 
> -DPython3_EXECUTABLE=/usr/bin/python3 -DPYARROW_BUILD_CUDA=off 
> -DPYARROW_BUILD_FLIGHT=off -DPYARROW_BUILD_GANDIVA=off 
> -DPYARROW_BUILD_DATASET=off -DPYARROW_BUILD_ORC=off 
> -DPYARROW_BUILD_PARQUET=off -DPYARROW_BUILD_PLASMA=off -DPYARROW_BUILD_S3=off 
> -DPYARROW_BUILD_HDFS=off -DPYARROW_USE_TENSORFLOW=off 
> -DPYARROW_BUNDLE_ARROW_CPP=off -DPYARROW_BUNDLE_BOOST=off 
> -DPYARROW_GENERATE_COVERAGE=off -DPYARROW_BOOST_USE_SHARED=on 
> -DPYARROW_PARQUET_USE_SHARED=on -DCMAKE_BUILD_TYPE=release 
> /tmp/pip-install-bdhf_tmp/pyarrow}}
> {{ -- The C compiler identification is GNU 8.3.0}}
> {{ -- The CXX compiler identification is GNU 8.3.0}}
> {{ -- Detecting C compiler ABI info}}
> {{ -- Detecting C compiler ABI info - done}}
> {{ -- Check for working C compiler: /usr/bin/cc - skipped}}
> {{ -- Detecting C compile features}}
> {{ -- Detecting C compile features - done}}
> {{ -- Detecting CXX compiler ABI info}}
> {{ -- Detecting CXX compiler ABI info - done}}
> {{ -- Check for working CXX compiler: /usr/bin/c++ - skipped}}
> {{ -- Detecting CXX compile features}}
> {{ -- Detecting CXX compile features - done}}
> {{ -- System processor: x86_64}}
> {{ -- Performing Test CXX_SUPPORTS_SSE4_2}}
> {{ -- Performing Test CXX_SUPPORTS_SSE4_2 - Success}}
> {{ -- Performing Test CXX_SUPPORTS_AVX2}}
> {{ -- Performing Test CXX_SUPPORTS_AVX2 - Success}}
> {{ -- Performing Test CXX_SUPPORTS_AVX512}}
> {{ -- Performing Test CXX_SUPPORTS_AVX512 - Success}}
> {{ -- Arrow build warning level: PRODUCTION}}
> {{ Using ld linker}}
> {{ Configured for RELEASE build (set with cmake 
> -DCMAKE_BUILD_TYPE=\{release,debug,...})}}
> {{ -- Build Type: RELEASE}}
> {{ -- Generator: Unix Makefiles}}
> {{ -- Build output directory: 
> /tmp/pip-install-bdhf_tmp/pyarrow/build/temp.linux-x86_64-3.7/release}}
> {{ -- Found Python3: /usr/bin/python3 (found version "3.7.3") found 
> components: Interpreter Development.Module NumPy}}
> {{ -- Found Python3Alt: /usr/bin/python3}}
> {{ CMake Warning (dev) at 
> /usr/local/lib/python3.7/dist-packages/cmake/data/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:438
>  (message):}}
> {{ The package name passed to `find_package_handle_standard_args` 
> (PkgConfig)}}
> {{ does not match the name of the calling package (Arrow). This can lead to}}
> {{ problems in calling code that expects `find_package` result variables}}
> {{ (e.g., `_FOUND`) to follow a certain pattern.}}
> {{ Call Stack (most recent call first):}}
> {{ 
> /usr/local/lib/python3.7/dist-packages/cmake/data/share/cmake-3.20/Modules/FindPkgConfig.cmake:70
>  (find_package_handle_standard_args)}}
> {{ cmake_modules/FindArrow.cmake:39 (include)}}
> {{ cmake_modules/FindArrowPython.cmake:46 (find_package)}}
> {{ CMakeLists.txt:218 (find_package)}}
> {{ This warning is for project developers. Use -Wno-dev to suppress it.}}
>  
> {{ -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29")}}
> {{ -- Could NOT find Arrow (missing: Arrow_DIR)}}
> {{ -- Checking for module 'arrow'}}
> {{ -- No package 'arrow' found}}
> {{ CMake Error at 
> /usr/local/lib/python3.7/dist-packages/cmake/data/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:230
>  (message):}}
> {{ Could NOT find Arrow (missing: ARROW_INCLUDE_DIR ARROW_LIB_DIR}}
> {{ ARROW_FULL_SO_VERSION ARROW_SO_VERSION)}}
> {{ Call Stack (most recent call first):}}
> {{ 
> /usr/local/lib/python3.7/dist-packages/cmake/data/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:594
>  (_FPHSA_FAILURE_MESSAGE)}}
> {{ cmake_modules/FindArrow.cmake:419 (find_package_handle_standard_args)}}
> {{ cmake_modules/FindArrowPython.cmake:46 (find_package)}}
> {{ CMakeLists.txt:218 (find_package)}}
>  
>  
> {{ -- Configuring incomplete, errors occurred!}}
> {{ See also 
> "/tmp/pip-install-bdhf_tmp/pyarrow/build/temp.linux-x86_64-3.7/CMakeFiles/CMakeOutput.log".}}
> {{ error: command 'cmake' failed with exit status 1}}
>  
> {{ ----------------------------------------}}
> {{Command "/usr/bin/python3 -u -c "import setuptools, 
> tokenize;__file__='/tmp/pip-install-bdhf_tmp/pyarrow/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-2w8m2gbe/install-record.txt 
> --single-version-externally-managed --compile" failed with error code 1 in 
> /tmp/pip-install-bdhf_tmp/pyarrow/}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to