More specifically, I think you need to update your pip version (older pip versions only recognize manylinux1 wheels, which we didn't provide anymore for pyarrow 3.0.0). See also https://issues.apache.org/jira/browse/ARROW-11510
Joris On Sat, 6 Feb 2021 at 18:19, Wes McKinney <[email protected]> wrote: > I think you need to upgrade your setuptools so that you can use > manylinux2010/2014 packages. > > On Sat, Feb 6, 2021 at 9:23 AM Tanveer Ahmad - EWI <[email protected]> > wrote: > > > > Hi, > > > > > > I am able to install pyarrow 1.0.0 and 2.0.0 through pip command but > same command fails for 3.0.0. > > > > I have reinstalled re packages but still this issue exist. > > > > > > tahmad@TUD256255:~$ pip3 install pyarrow==1.0.0 > > Collecting pyarrow==1.0.0 > > Downloading > https://files.pythonhosted.org/packages/a2/7b/66b099f91911bf3660f70ab353f7592dd59e8d6c58c7f0582b6d8884464a/pyarrow-1.0.0-cp36-cp36m-manylinux1_x86_64.whl > (16.6MB) > > 100% |████████████████████████████████| 16.6MB 93kB/s > > Collecting numpy>=1.14 (from pyarrow==1.0.0) > > Using cached > https://files.pythonhosted.org/packages/45/b2/6c7545bb7a38754d63048c7696804a0d947328125d81bf12beaa692c3ae3/numpy-1.19.5-cp36-cp36m-manylinux1_x86_64.whl > > Installing collected packages: numpy, pyarrow > > Successfully installed numpy-1.19.5 pyarrow-1.0.0 > > tahmad@TUD256255:~$ pip3 install pyarrow==2.0.0 > > Collecting pyarrow==2.0.0 > > Downloading > https://files.pythonhosted.org/packages/f9/a0/f2941d8274435f403698aee63da0d171552a9acb348d37c7e7ff25f1ae1f/pyarrow-2.0.0-cp36-cp36m-manylinux1_x86_64.whl > (16.9MB) > > 100% |████████████████████████████████| 16.9MB 88kB/s > > Collecting numpy>=1.14 (from pyarrow==2.0.0) > > Using cached > https://files.pythonhosted.org/packages/45/b2/6c7545bb7a38754d63048c7696804a0d947328125d81bf12beaa692c3ae3/numpy-1.19.5-cp36-cp36m-manylinux1_x86_64.whl > > Installing collected packages: numpy, pyarrow > > Successfully installed numpy-1.19.5 pyarrow-2.0.0 > > tahmad@TUD256255:~$ pip3 install pyarrow==3.0.0 > > Collecting pyarrow==3.0.0 > > Using cached > https://files.pythonhosted.org/packages/62/d3/a482d8a4039bf931ed6388308f0cc0541d0cab46f0bbff7c897a74f1c576/pyarrow-3.0.0.tar.gz > > Collecting numpy>=1.16.6 (from pyarrow==3.0.0) > > Using cached > https://files.pythonhosted.org/packages/45/b2/6c7545bb7a38754d63048c7696804a0d947328125d81bf12beaa692c3ae3/numpy-1.19.5-cp36-cp36m-manylinux1_x86_64.whl > > 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-build-nxybi474/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/tmp_uoobnqdpip-wheel- --python-tag cp36: > > running bdist_wheel > > running build > > running build_py > > creating build > > creating build/lib.linux-x86_64-3.6 > > creating build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/serialization.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/types.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/__init__.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/plasma.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/json.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/csv.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/benchmark.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/parquet.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/jvm.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/orc.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/util.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/compat.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/ipc.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/hdfs.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/filesystem.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/cuda.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/fs.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/cffi.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_generated_version.py -> > build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/flight.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/dataset.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/compute.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/pandas_compat.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/feather.py -> build/lib.linux-x86_64-3.6/pyarrow > > creating build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_scalars.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_table.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_tensor.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/conftest.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_gandiva.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/__init__.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_filesystem.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_hdfs.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_serialization.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_types.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_array.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_memory.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_cffi.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_cython.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_orc.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_json.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_dataset.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/pandas_threaded_import.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_deprecations.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_flight.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_convert_builtin.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_io.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_feather.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/util.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_strategies.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_compute.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_ipc.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_adhoc_memory_leak.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/pandas_examples.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_plasma.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_jvm.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_cuda.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_misc.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_extension_type.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_sparse_tensor.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_pandas.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_cuda_numba_interop.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_serialization_deprecated.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/strategies.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_schema.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_builder.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_fs.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_plasma_tf_op.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/deserialize_buffer.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/arrow_7980.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_csv.py -> > build/lib.linux-x86_64-3.6/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 > > warning: Failed to find the configured license file '../LICENSE.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.6/pyarrow > > copying pyarrow/_compute.pxd -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_compute.pyx -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_csv.pxd -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_csv.pyx -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_cuda.pxd -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_cuda.pyx -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_dataset.pyx -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_flight.pyx -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_fs.pxd -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_fs.pyx -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_hdfs.pyx -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_json.pyx -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_orc.pxd -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_orc.pyx -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_parquet.pxd -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_parquet.pyx -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_plasma.pyx -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_s3fs.pyx -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/array.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/benchmark.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/builder.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/compat.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/config.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/error.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/feather.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/gandiva.pyx -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/io-hdfs.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/io.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/ipc.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/lib.pxd -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/lib.pyx -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/memory.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/pandas-shim.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/public-api.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/scalar.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/serialization.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/table.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/tensor.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/types.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > creating build/lib.linux-x86_64-3.6/pyarrow/includes > > copying pyarrow/includes/__init__.pxd -> > build/lib.linux-x86_64-3.6/pyarrow/includes > > copying pyarrow/includes/common.pxd -> > build/lib.linux-x86_64-3.6/pyarrow/includes > > copying pyarrow/includes/libarrow.pxd -> > build/lib.linux-x86_64-3.6/pyarrow/includes > > copying pyarrow/includes/libarrow_cuda.pxd -> > build/lib.linux-x86_64-3.6/pyarrow/includes > > copying pyarrow/includes/libarrow_dataset.pxd -> > build/lib.linux-x86_64-3.6/pyarrow/includes > > copying pyarrow/includes/libarrow_flight.pxd -> > build/lib.linux-x86_64-3.6/pyarrow/includes > > copying pyarrow/includes/libarrow_fs.pxd -> > build/lib.linux-x86_64-3.6/pyarrow/includes > > copying pyarrow/includes/libgandiva.pxd -> > build/lib.linux-x86_64-3.6/pyarrow/includes > > copying pyarrow/includes/libplasma.pxd -> > build/lib.linux-x86_64-3.6/pyarrow/includes > > creating build/lib.linux-x86_64-3.6/pyarrow/tensorflow > > copying pyarrow/tensorflow/plasma_op.cc -> > build/lib.linux-x86_64-3.6/pyarrow/tensorflow > > copying pyarrow/tests/pyarrow_cython_example.pyx -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > creating build/lib.linux-x86_64-3.6/pyarrow/tests/data > > creating build/lib.linux-x86_64-3.6/pyarrow/tests/data/feather > > copying > pyarrow/tests/data/feather/v0.17.0.version=2-compression=lz4.feather -> > build/lib.linux-x86_64-3.6/pyarrow/tests/data/feather > > creating build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc > > copying pyarrow/tests/data/orc/README.md -> > build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc > > copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz -> > build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc > > copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.orc -> > build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc > > copying pyarrow/tests/data/orc/TestOrcFile.test1.jsn.gz -> > build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc > > copying pyarrow/tests/data/orc/TestOrcFile.test1.orc -> > build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc > > copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.jsn.gz -> > build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc > > copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.orc -> > build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc > > copying pyarrow/tests/data/orc/decimal.jsn.gz -> > build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc > > copying pyarrow/tests/data/orc/decimal.orc -> > build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc > > creating build/lib.linux-x86_64-3.6/pyarrow/tests/data/parquet > > copying pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet -> > build/lib.linux-x86_64-3.6/pyarrow/tests/data/parquet > > copying > pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet -> > build/lib.linux-x86_64-3.6/pyarrow/tests/data/parquet > > copying pyarrow/tests/data/parquet/v0.7.1.parquet -> > build/lib.linux-x86_64-3.6/pyarrow/tests/data/parquet > > copying pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet -> > build/lib.linux-x86_64-3.6/pyarrow/tests/data/parquet > > creating build/lib.linux-x86_64-3.6/pyarrow/tests/parquet > > copying pyarrow/tests/parquet/common.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests/parquet > > copying pyarrow/tests/parquet/conftest.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests/parquet > > copying pyarrow/tests/parquet/test_basic.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests/parquet > > copying pyarrow/tests/parquet/test_data_types.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests/parquet > > copying pyarrow/tests/parquet/test_dataset.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests/parquet > > copying pyarrow/tests/parquet/test_datetime.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests/parquet > > copying pyarrow/tests/parquet/test_metadata.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests/parquet > > copying pyarrow/tests/parquet/test_pandas.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests/parquet > > copying pyarrow/tests/parquet/test_parquet_file.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests/parquet > > copying pyarrow/tests/parquet/test_parquet_writer.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests/parquet > > running build_ext > > creating /tmp/pip-build-nxybi474/pyarrow/build/temp.linux-x86_64-3.6 > > -- 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-build-nxybi474/pyarrow > > -- The C compiler identification is GNU 7.5.0 > > -- The CXX compiler identification is GNU 7.5.0 > > -- Check for working C compiler: /usr/bin/cc > > -- Check for working C compiler: /usr/bin/cc -- works > > -- Detecting C compiler ABI info > > -- Detecting C compiler ABI info - done > > -- Detecting C compile features > > -- Detecting C compile features - done > > -- Check for working CXX compiler: /usr/bin/c++ > > -- Check for working CXX compiler: /usr/bin/c++ -- works > > -- Detecting CXX compiler ABI info > > -- Detecting CXX compiler ABI info - done > > -- 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-build-nxybi474/pyarrow/build/temp.linux-x86_64-3.6/release > > -- Found PythonInterp: /usr/bin/python3 (found version "3.6.9") > > -- Searching for Python libs in > /usr/lib64;/usr/lib;/usr/lib/python3.6/config-3.6m-x86_64-linux-gnu > > -- Looking for python3.6m > > -- Found Python lib /usr/lib/python3.6/config-3.6m-x86_64-linux-gnu/ > libpython3.6m.so > > -- Found PythonLibs: /usr/lib/python3.6/config-3.6m-x86_64-linux-gnu/ > libpython3.6m.so > > -- Found NumPy: version "1.19.5" > /home/tahmad/.local/lib/python3.6/site-packages/numpy/core/include > > -- Found Python3Alt: /usr/bin/python3 > > -- Searching for Python libs in > /usr/lib64;/usr/lib;/usr/lib/python3.6/config-3.6m-x86_64-linux-gnu > > -- Looking for python3.6m > > -- Found Python lib /usr/lib/python3.6/config-3.6m-x86_64-linux-gnu/ > libpython3.6m.so > > -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") > > -- Looking for pthread.h > > -- Looking for pthread.h - found > > -- Looking for pthread_create > > -- Looking for pthread_create - not found > > -- Check if compiler accepts -pthread > > -- Check if compiler accepts -pthread - yes > > -- Found Threads: TRUE > > -- Found Snappy: /usr/lib/x86_64-linux-gnu/libsnappy.so > > -- Checking for modules 'libbrotlicommon;libbrotlienc;libbrotlidec' > > -- Found libbrotlicommon, version 1.0.4 > > -- Found libbrotlienc, version 1.0.4 > > -- Found libbrotlidec, version 1.0.4 > > -- Found Brotli: /usr/lib/x86_64-linux-gnu/libbrotlicommon.so > > -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found > version "1.1.1") > > -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version > "1.2.11") > > -- Checking for module 'liblz4' > > -- Found liblz4, version 131 > > -- Found Lz4: /usr/lib/x86_64-linux-gnu/liblz4.so > > -- Checking for module 'libzstd' > > -- Found libzstd, version 1.3.3 > > -- Found zstd: /usr/lib/x86_64-linux-gnu/libzstd.so > > CMake Warning at > /usr/lib/x86_64-linux-gnu/cmake/arrow/Findre2Alt.cmake:25 (find_package): > > By not providing "Findre2.cmake" in CMAKE_MODULE_PATH this project > has > > asked CMake to find a package configuration file provided by "re2", > but > > CMake did not find one. > > > > Could not find a package configuration file provided by "re2" with > any of > > the following names: > > > > re2Config.cmake > > re2-config.cmake > > > > Add the installation prefix of "re2" to CMAKE_PREFIX_PATH or set > "re2_DIR" > > to a directory containing one of the above files. If "re2" provides > a > > separate development package or SDK, be sure it has been installed. > > Call Stack (most recent call first): > > /usr/share/cmake-3.10/Modules/CMakeFindDependencyMacro.cmake:48 > (find_package) > > /usr/lib/x86_64-linux-gnu/cmake/arrow/ArrowConfig.cmake:95 > (find_dependency) > > cmake_modules/FindArrow.cmake:213 (find_package) > > cmake_modules/FindArrow.cmake:320 > (arrow_find_package_cmake_package_configuration) > > cmake_modules/FindArrow.cmake:357 (arrow_find_package) > > cmake_modules/FindArrowPython.cmake:46 (find_package) > > CMakeLists.txt:214 (find_package) > > > > > > -- Checking for module 're2' > > -- No package 're2' found > > -- Found re2Alt: /usr/lib/x86_64-linux-gnu/libre2.so > > -- Found BZip2: /usr/lib/x86_64-linux-gnu/libbz2.so (found version > "1.0.6") > > -- Looking for BZ2_bzCompressInit > > -- Looking for BZ2_bzCompressInit - found > > -- Found utf8proc: /usr/lib/x86_64-linux-gnu/libutf8proc.so > > -- Found Arrow: /usr/include (found version "3.0.0") > > -- Arrow version: 3.0.0 (CMake package configuration: Arrow) > > -- Arrow SO and ABI version: 300 > > -- Arrow full SO version: 300.0.0 > > -- Found the Arrow core shared library: > /usr/lib/x86_64-linux-gnu/libarrow.so > > -- Found the Arrow core import library: > > -- Found the Arrow core static library: > /usr/lib/x86_64-linux-gnu/libarrow.a > > -- Could NOT find ArrowPython (missing: ArrowPython_DIR) > > -- Checking for module 'arrow-python' > > -- No package 'arrow-python' found > > CMake Error at > /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 > (message): > > Could NOT find ArrowPython (missing: ARROW_PYTHON_INCLUDE_DIR > > ARROW_PYTHON_LIB_DIR) (found version "3.0.0") > > Call Stack (most recent call first): > > > /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378 > (_FPHSA_FAILURE_MESSAGE) > > cmake_modules/FindArrowPython.cmake:76 > (find_package_handle_standard_args) > > CMakeLists.txt:214 (find_package) > > > > > > -- Configuring incomplete, errors occurred! > > See also > "/tmp/pip-build-nxybi474/pyarrow/build/temp.linux-x86_64-3.6/CMakeFiles/CMakeOutput.log". > > See also > "/tmp/pip-build-nxybi474/pyarrow/build/temp.linux-x86_64-3.6/CMakeFiles/CMakeError.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: numpy, pyarrow > > Running setup.py install for pyarrow ... error > > Complete output from command /usr/bin/python3 -u -c "import > setuptools, > tokenize;__file__='/tmp/pip-build-nxybi474/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-4j4n_jdz-record/install-record.txt > --single-version-externally-managed --compile --user --prefix=: > > running install > > running build > > running build_py > > creating build > > creating build/lib.linux-x86_64-3.6 > > creating build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/serialization.py -> > build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/types.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/__init__.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/plasma.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/json.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/csv.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/benchmark.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/parquet.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/jvm.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/orc.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/util.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/compat.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/ipc.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/hdfs.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/filesystem.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/cuda.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/fs.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/cffi.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_generated_version.py -> > build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/flight.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/dataset.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/compute.py -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/pandas_compat.py -> > build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/feather.py -> build/lib.linux-x86_64-3.6/pyarrow > > creating build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_scalars.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_table.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_tensor.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/conftest.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_gandiva.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/__init__.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_filesystem.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_hdfs.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_serialization.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_types.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_array.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_memory.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_cffi.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_cython.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_orc.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_json.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_dataset.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/pandas_threaded_import.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_deprecations.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_flight.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_convert_builtin.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_io.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_feather.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/util.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_strategies.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_compute.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_ipc.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_adhoc_memory_leak.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/pandas_examples.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_plasma.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_jvm.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_cuda.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_misc.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_extension_type.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_sparse_tensor.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_pandas.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_cuda_numba_interop.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_serialization_deprecated.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/strategies.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_schema.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_builder.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_fs.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_plasma_tf_op.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/deserialize_buffer.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/arrow_7980.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > copying pyarrow/tests/test_csv.py -> > build/lib.linux-x86_64-3.6/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 > > warning: Failed to find the configured license file '../LICENSE.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.6/pyarrow > > copying pyarrow/_compute.pxd -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_compute.pyx -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_csv.pxd -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_csv.pyx -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_cuda.pxd -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_cuda.pyx -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_dataset.pyx -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_flight.pyx -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_fs.pxd -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_fs.pyx -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_hdfs.pyx -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_json.pyx -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_orc.pxd -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_orc.pyx -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_parquet.pxd -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_parquet.pyx -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_plasma.pyx -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/_s3fs.pyx -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/array.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/benchmark.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/builder.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/compat.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/config.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/error.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/feather.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/gandiva.pyx -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/io-hdfs.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/io.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/ipc.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/lib.pxd -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/lib.pyx -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/memory.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/pandas-shim.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/public-api.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/scalar.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/serialization.pxi -> > build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/table.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/tensor.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > copying pyarrow/types.pxi -> build/lib.linux-x86_64-3.6/pyarrow > > creating build/lib.linux-x86_64-3.6/pyarrow/includes > > copying pyarrow/includes/__init__.pxd -> > build/lib.linux-x86_64-3.6/pyarrow/includes > > copying pyarrow/includes/common.pxd -> > build/lib.linux-x86_64-3.6/pyarrow/includes > > copying pyarrow/includes/libarrow.pxd -> > build/lib.linux-x86_64-3.6/pyarrow/includes > > copying pyarrow/includes/libarrow_cuda.pxd -> > build/lib.linux-x86_64-3.6/pyarrow/includes > > copying pyarrow/includes/libarrow_dataset.pxd -> > build/lib.linux-x86_64-3.6/pyarrow/includes > > copying pyarrow/includes/libarrow_flight.pxd -> > build/lib.linux-x86_64-3.6/pyarrow/includes > > copying pyarrow/includes/libarrow_fs.pxd -> > build/lib.linux-x86_64-3.6/pyarrow/includes > > copying pyarrow/includes/libgandiva.pxd -> > build/lib.linux-x86_64-3.6/pyarrow/includes > > copying pyarrow/includes/libplasma.pxd -> > build/lib.linux-x86_64-3.6/pyarrow/includes > > creating build/lib.linux-x86_64-3.6/pyarrow/tensorflow > > copying pyarrow/tensorflow/plasma_op.cc -> > build/lib.linux-x86_64-3.6/pyarrow/tensorflow > > copying pyarrow/tests/pyarrow_cython_example.pyx -> > build/lib.linux-x86_64-3.6/pyarrow/tests > > creating build/lib.linux-x86_64-3.6/pyarrow/tests/data > > creating build/lib.linux-x86_64-3.6/pyarrow/tests/data/feather > > copying > pyarrow/tests/data/feather/v0.17.0.version=2-compression=lz4.feather -> > build/lib.linux-x86_64-3.6/pyarrow/tests/data/feather > > creating build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc > > copying pyarrow/tests/data/orc/README.md -> > build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc > > copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz -> > build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc > > copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.orc -> > build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc > > copying pyarrow/tests/data/orc/TestOrcFile.test1.jsn.gz -> > build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc > > copying pyarrow/tests/data/orc/TestOrcFile.test1.orc -> > build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc > > copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.jsn.gz -> > build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc > > copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.orc -> > build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc > > copying pyarrow/tests/data/orc/decimal.jsn.gz -> > build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc > > copying pyarrow/tests/data/orc/decimal.orc -> > build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc > > creating build/lib.linux-x86_64-3.6/pyarrow/tests/data/parquet > > copying pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet -> > build/lib.linux-x86_64-3.6/pyarrow/tests/data/parquet > > copying > pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet -> > build/lib.linux-x86_64-3.6/pyarrow/tests/data/parquet > > copying pyarrow/tests/data/parquet/v0.7.1.parquet -> > build/lib.linux-x86_64-3.6/pyarrow/tests/data/parquet > > copying pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet > -> build/lib.linux-x86_64-3.6/pyarrow/tests/data/parquet > > creating build/lib.linux-x86_64-3.6/pyarrow/tests/parquet > > copying pyarrow/tests/parquet/common.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests/parquet > > copying pyarrow/tests/parquet/conftest.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests/parquet > > copying pyarrow/tests/parquet/test_basic.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests/parquet > > copying pyarrow/tests/parquet/test_data_types.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests/parquet > > copying pyarrow/tests/parquet/test_dataset.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests/parquet > > copying pyarrow/tests/parquet/test_datetime.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests/parquet > > copying pyarrow/tests/parquet/test_metadata.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests/parquet > > copying pyarrow/tests/parquet/test_pandas.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests/parquet > > copying pyarrow/tests/parquet/test_parquet_file.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests/parquet > > copying pyarrow/tests/parquet/test_parquet_writer.py -> > build/lib.linux-x86_64-3.6/pyarrow/tests/parquet > > running build_ext > > creating /tmp/pip-build-nxybi474/pyarrow/build/temp.linux-x86_64-3.6 > > -- 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-build-nxybi474/pyarrow > > -- The C compiler identification is GNU 7.5.0 > > -- The CXX compiler identification is GNU 7.5.0 > > -- Check for working C compiler: /usr/bin/cc > > -- Check for working C compiler: /usr/bin/cc -- works > > -- Detecting C compiler ABI info > > -- Detecting C compiler ABI info - done > > -- Detecting C compile features > > -- Detecting C compile features - done > > -- Check for working CXX compiler: /usr/bin/c++ > > -- Check for working CXX compiler: /usr/bin/c++ -- works > > -- Detecting CXX compiler ABI info > > -- Detecting CXX compiler ABI info - done > > -- 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-build-nxybi474/pyarrow/build/temp.linux-x86_64-3.6/release > > -- Found PythonInterp: /usr/bin/python3 (found version "3.6.9") > > -- Searching for Python libs in > /usr/lib64;/usr/lib;/usr/lib/python3.6/config-3.6m-x86_64-linux-gnu > > -- Looking for python3.6m > > -- Found Python lib /usr/lib/python3.6/config-3.6m-x86_64-linux-gnu/ > libpython3.6m.so > > -- Found PythonLibs: /usr/lib/python3.6/config-3.6m-x86_64-linux-gnu/ > libpython3.6m.so > > -- Found NumPy: version "1.19.5" > /home/tahmad/.local/lib/python3.6/site-packages/numpy/core/include > > -- Found Python3Alt: /usr/bin/python3 > > -- Searching for Python libs in > /usr/lib64;/usr/lib;/usr/lib/python3.6/config-3.6m-x86_64-linux-gnu > > -- Looking for python3.6m > > -- Found Python lib /usr/lib/python3.6/config-3.6m-x86_64-linux-gnu/ > libpython3.6m.so > > -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") > > -- Looking for pthread.h > > -- Looking for pthread.h - found > > -- Looking for pthread_create > > -- Looking for pthread_create - not found > > -- Check if compiler accepts -pthread > > -- Check if compiler accepts -pthread - yes > > -- Found Threads: TRUE > > -- Found Snappy: /usr/lib/x86_64-linux-gnu/libsnappy.so > > -- Checking for modules 'libbrotlicommon;libbrotlienc;libbrotlidec' > > -- Found libbrotlicommon, version 1.0.4 > > -- Found libbrotlienc, version 1.0.4 > > -- Found libbrotlidec, version 1.0.4 > > -- Found Brotli: /usr/lib/x86_64-linux-gnu/libbrotlicommon.so > > -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found > version "1.1.1") > > -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version > "1.2.11") > > -- Checking for module 'liblz4' > > -- Found liblz4, version 131 > > -- Found Lz4: /usr/lib/x86_64-linux-gnu/liblz4.so > > -- Checking for module 'libzstd' > > -- Found libzstd, version 1.3.3 > > -- Found zstd: /usr/lib/x86_64-linux-gnu/libzstd.so > > CMake Warning at > /usr/lib/x86_64-linux-gnu/cmake/arrow/Findre2Alt.cmake:25 (find_package): > > By not providing "Findre2.cmake" in CMAKE_MODULE_PATH this project > has > > asked CMake to find a package configuration file provided by > "re2", but > > CMake did not find one. > > > > Could not find a package configuration file provided by "re2" with > any of > > the following names: > > > > re2Config.cmake > > re2-config.cmake > > > > Add the installation prefix of "re2" to CMAKE_PREFIX_PATH or set > "re2_DIR" > > to a directory containing one of the above files. If "re2" > provides a > > separate development package or SDK, be sure it has been installed. > > Call Stack (most recent call first): > > /usr/share/cmake-3.10/Modules/CMakeFindDependencyMacro.cmake:48 > (find_package) > > /usr/lib/x86_64-linux-gnu/cmake/arrow/ArrowConfig.cmake:95 > (find_dependency) > > cmake_modules/FindArrow.cmake:213 (find_package) > > cmake_modules/FindArrow.cmake:320 > (arrow_find_package_cmake_package_configuration) > > cmake_modules/FindArrow.cmake:357 (arrow_find_package) > > cmake_modules/FindArrowPython.cmake:46 (find_package) > > CMakeLists.txt:214 (find_package) > > > > > > -- Checking for module 're2' > > -- No package 're2' found > > -- Found re2Alt: /usr/lib/x86_64-linux-gnu/libre2.so > > -- Found BZip2: /usr/lib/x86_64-linux-gnu/libbz2.so (found version > "1.0.6") > > -- Looking for BZ2_bzCompressInit > > -- Looking for BZ2_bzCompressInit - found > > -- Found utf8proc: /usr/lib/x86_64-linux-gnu/libutf8proc.so > > -- Found Arrow: /usr/include (found version "3.0.0") > > -- Arrow version: 3.0.0 (CMake package configuration: Arrow) > > -- Arrow SO and ABI version: 300 > > -- Arrow full SO version: 300.0.0 > > -- Found the Arrow core shared library: > /usr/lib/x86_64-linux-gnu/libarrow.so > > -- Found the Arrow core import library: > > -- Found the Arrow core static library: > /usr/lib/x86_64-linux-gnu/libarrow.a > > -- Could NOT find ArrowPython (missing: ArrowPython_DIR) > > -- Checking for module 'arrow-python' > > -- No package 'arrow-python' found > > CMake Error at > /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 > (message): > > Could NOT find ArrowPython (missing: ARROW_PYTHON_INCLUDE_DIR > > ARROW_PYTHON_LIB_DIR) (found version "3.0.0") > > Call Stack (most recent call first): > > > /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378 > (_FPHSA_FAILURE_MESSAGE) > > cmake_modules/FindArrowPython.cmake:76 > (find_package_handle_standard_args) > > CMakeLists.txt:214 (find_package) > > > > > > -- Configuring incomplete, errors occurred! > > See also > "/tmp/pip-build-nxybi474/pyarrow/build/temp.linux-x86_64-3.6/CMakeFiles/CMakeOutput.log". > > See also > "/tmp/pip-build-nxybi474/pyarrow/build/temp.linux-x86_64-3.6/CMakeFiles/CMakeError.log". > > error: command 'cmake' failed with exit status 1 > > > > ---------------------------------------- > > Command "/usr/bin/python3 -u -c "import setuptools, > tokenize;__file__='/tmp/pip-build-nxybi474/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-4j4n_jdz-record/install-record.txt > --single-version-externally-managed --compile --user --prefix=" failed with > error code 1 in /tmp/pip-build-nxybi474/pyarrow/ > > > > > > Regards, > > Tanveer Ahmad > > > >
