apache / arrow

Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
https://arrow.apache.org/
Apache License 2.0
14.61k stars 3.55k forks source link

[Python] PyArrow 3.0/Pip installation errors on Big Sur. #27683

Closed asfimport closed 3 years ago

asfimport commented 3 years ago

 Hi,

I'm running into the below error while trying to install PyArrow via Pip. I've installed the latest apache arrow C++ libraries via brew install apache-arrow.

I spent some time digging into this without much progress, and SO/Google wasn't much good, so any help is very appreciated. Thanks!

Specific error message:


creating build/bdist.macosx-11.2-x86_64/wheel/pyarrow/include
 error: can't copy 'build/lib.macosx-11.2-x86_64-3.7/pyarrow/include/arrow': doesn't exist or not a regular file

Full stack trace:


➜ ~ pip install pyarrow
Collecting pyarrow
 Using cached pyarrow-3.0.0.tar.gz (682 kB)
 Installing build dependencies ... done
 Getting requirements to build wheel ... done
 Preparing wheel metadata ... done
Requirement already satisfied: numpy>=1.16.6 in ./.pyenv/versions/3.7.9/lib/python3.7/site-packages (from pyarrow) (1.20.1)
Building wheels for collected packages: pyarrow
 Building wheel for pyarrow (PEP 517) ... error
 ERROR: Command errored out with exit status 1:
 command: /Users/davinchia/.pyenv/versions/3.7.9/bin/python3.7 /Users/davinchia/.pyenv/versions/3.7.9/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py build_wheel /var/folders/4h/k452x8ns06q7w_w7wkb3j16h0000gn/T/tmpuw3ooopv
 cwd: /private/var/folders/4h/k452x8ns06q7w_w7wkb3j16h0000gn/T/pip-install-5cyfkenw/pyarrow
 Complete output (438 lines):
 running bdist_wheel
 running build
 running build_py
 creating build
 creating build/lib.macosx-11.2-x86_64-3.7
 creating build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/orc.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/_generated_version.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/compat.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/benchmark.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/parquet.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/ipc.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/util.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/flight.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/cffi.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/filesystem.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/__init__.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/plasma.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/types.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/dataset.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/cuda.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/feather.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/pandas_compat.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/fs.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/csv.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/jvm.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/hdfs.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/json.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/serialization.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/compute.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 creating build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_tensor.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_ipc.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/conftest.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_convert_builtin.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_misc.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_gandiva.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/strategies.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_adhoc_memory_leak.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/arrow_7980.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/util.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_orc.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_table.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_array.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_deprecations.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_serialization_deprecated.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/__init__.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_io.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_cuda_numba_interop.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_cffi.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_schema.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_jvm.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_plasma_tf_op.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_fs.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_filesystem.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/pandas_threaded_import.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/pandas_examples.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_cython.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_sparse_tensor.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_dataset.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_builder.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_cuda.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_extension_type.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_feather.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_pandas.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_memory.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_flight.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_json.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_serialization.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_compute.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_hdfs.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/deserialize_buffer.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_strategies.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_csv.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_plasma.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_scalars.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 copying pyarrow/tests/test_types.py -> build/lib.macosx-11.2-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
 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.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/_compute.pxd -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/_compute.pyx -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/_csv.pxd -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/_csv.pyx -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/_cuda.pxd -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/_cuda.pyx -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/_dataset.pyx -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/_flight.pyx -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/_fs.pxd -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/_fs.pyx -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/_hdfs.pyx -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/_json.pyx -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/_orc.pxd -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/_orc.pyx -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/_parquet.pxd -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/_parquet.pyx -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/_plasma.pyx -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/_s3fs.pyx -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/array.pxi -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/benchmark.pxi -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/builder.pxi -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/compat.pxi -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/config.pxi -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/error.pxi -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/feather.pxi -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/gandiva.pyx -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/io-hdfs.pxi -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/io.pxi -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/ipc.pxi -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/lib.pxd -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/lib.pyx -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/memory.pxi -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/pandas-shim.pxi -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/public-api.pxi -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/scalar.pxi -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/serialization.pxi -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/table.pxi -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/tensor.pxi -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 copying pyarrow/types.pxi -> build/lib.macosx-11.2-x86_64-3.7/pyarrow
 creating build/lib.macosx-11.2-x86_64-3.7/pyarrow/includes
 copying pyarrow/includes/__init__.pxd -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/includes
 copying pyarrow/includes/common.pxd -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/includes
 copying pyarrow/includes/libarrow.pxd -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/includes
 copying pyarrow/includes/libarrow_cuda.pxd -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/includes
 copying pyarrow/includes/libarrow_dataset.pxd -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/includes
 copying pyarrow/includes/libarrow_flight.pxd -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/includes
 copying pyarrow/includes/libarrow_fs.pxd -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/includes
 copying pyarrow/includes/libgandiva.pxd -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/includes
 copying pyarrow/includes/libplasma.pxd -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/includes
 creating build/lib.macosx-11.2-x86_64-3.7/pyarrow/tensorflow
 copying pyarrow/tensorflow/plasma_op.cc -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tensorflow
 copying pyarrow/tests/pyarrow_cython_example.pyx -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests
 creating build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests/data
 creating build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests/data/feather
 copying pyarrow/tests/data/feather/v0.17.0.version=2-compression=lz4.feather -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests/data/feather
 creating build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests/data/orc
 copying pyarrow/tests/data/orc/README.md -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests/data/orc
 copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests/data/orc
 copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.orc -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests/data/orc
 copying pyarrow/tests/data/orc/TestOrcFile.test1.jsn.gz -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests/data/orc
 copying pyarrow/tests/data/orc/TestOrcFile.test1.orc -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests/data/orc
 copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.jsn.gz -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests/data/orc
 copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.orc -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests/data/orc
 copying pyarrow/tests/data/orc/decimal.jsn.gz -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests/data/orc
 copying pyarrow/tests/data/orc/decimal.orc -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests/data/orc
 creating build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests/data/parquet
 copying pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests/data/parquet
 copying pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests/data/parquet
 copying pyarrow/tests/data/parquet/v0.7.1.parquet -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests/data/parquet
 copying pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests/data/parquet
 creating build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests/parquet
 copying pyarrow/tests/parquet/common.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests/parquet
 copying pyarrow/tests/parquet/conftest.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests/parquet
 copying pyarrow/tests/parquet/test_basic.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests/parquet
 copying pyarrow/tests/parquet/test_data_types.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests/parquet
 copying pyarrow/tests/parquet/test_dataset.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests/parquet
 copying pyarrow/tests/parquet/test_datetime.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests/parquet
 copying pyarrow/tests/parquet/test_metadata.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests/parquet
 copying pyarrow/tests/parquet/test_pandas.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests/parquet
 copying pyarrow/tests/parquet/test_parquet_file.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests/parquet
 copying pyarrow/tests/parquet/test_parquet_writer.py -> build/lib.macosx-11.2-x86_64-3.7/pyarrow/tests/parquet
 running build_ext
 creating /private/var/folders/4h/k452x8ns06q7w_w7wkb3j16h0000gn/T/pip-install-5cyfkenw/pyarrow/build/temp.macosx-11.2-x86_64-3.7
 -- Running cmake for pyarrow
 cmake -DPYTHON_EXECUTABLE=/Users/davinchia/.pyenv/versions/3.7.9/bin/python3.7 -DPython3_EXECUTABLE=/Users/davinchia/.pyenv/versions/3.7.9/bin/python3.7 -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 /private/var/folders/4h/k452x8ns06q7w_w7wkb3j16h0000gn/T/pip-install-5cyfkenw/pyarrow
 -- The C compiler identification is AppleClang 12.0.0.12000032
 -- The CXX compiler identification is AppleClang 12.0.0.12000032
 -- Detecting C compiler ABI info
 -- Detecting C compiler ABI info - done
 -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/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: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/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
 Configured for RELEASE build (set with cmake -DCMAKE_BUILD_TYPE={release,debug,...})
 -- Build Type: RELEASE
 -- Generator: Unix Makefiles
 -- Build output directory: /private/var/folders/4h/k452x8ns06q7w_w7wkb3j16h0000gn/T/pip-install-5cyfkenw/pyarrow/build/temp.macosx-11.2-x86_64-3.7/release
 -- Found Python3: /Users/davinchia/.pyenv/versions/3.7.9/bin/python3.7 (found version "3.7.9") found components: Interpreter Development.Module NumPy
 -- Found Python3Alt: /Users/davinchia/.pyenv/versions/3.7.9/bin/python3.7
 CMake Warning (dev) at /usr/local/Cellar/cmake/3.19.6/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:426 (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/Cellar/cmake/3.19.6/share/cmake/Modules/FindPkgConfig.cmake:67 (find_package_handle_standard_args)
 cmake_modules/FindArrow.cmake:39 (include)
 cmake_modules/FindArrowPython.cmake:46 (find_package)
 CMakeLists.txt:214 (find_package)
 This warning is for project developers. Use -Wno-dev to suppress it.
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29.2")
 -- Looking for pthread.h
 -- Looking for pthread.h - found
 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
 -- Found Threads: TRUE
 -- Found Snappy: /usr/local/lib/libsnappy.dylib
 -- Checking for modules 'libbrotlicommon;libbrotlienc;libbrotlidec'
 -- Found libbrotlicommon, version 1.0.9
 -- Found libbrotlienc, version 1.0.9
 -- Found libbrotlidec, version 1.0.9
 -- Found Brotli: /usr/local/Cellar/brotli/1.0.9/lib/libbrotlicommon.dylib
 -- Found OpenSSL: /usr/local/opt/openssl@1.1/lib/libcrypto.dylib (found version "1.1.1j")
 -- Found Protobuf: /usr/local/lib/libprotobuf.dylib (found version "3.15.3")
 -- Found ZLIB: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/lib/libz.tbd (found version "1.2.11")
 -- Checking for module 'liblz4'
 -- Found liblz4, version 1.9.3
 -- Found Lz4: /usr/local/Cellar/lz4/1.9.3/lib/liblz4.dylib
 -- Checking for module 'libzstd'
 -- Found libzstd, version 1.4.8
 -- Found zstd: /usr/local/Cellar/zstd/1.4.8/lib/libzstd.dylib
 -- Found BZip2: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/lib/libbz2.tbd (found version "1.0.6")
 -- Looking for BZ2_bzCompressInit
 -- Looking for BZ2_bzCompressInit - found
 -- Could NOT find c-ares (missing: c-ares_DIR)
 -- Could NOT find c-ares (missing: c-ares_LIBRARY) (found version "1.17.1")
 -- Found Arrow: /usr/local/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/local/lib/libarrow.300.0.0.dylib
 -- Found the Arrow core import library:
 -- Found the Arrow core static library: /usr/local/lib/libarrow.a
 -- Could NOT find ArrowPython (missing: ArrowPython_DIR)
 -- Checking for module 'arrow-python'
 -- Found arrow-python, version 3.0.0
 -- Found ArrowPython: /usr/local/Cellar/apache-arrow/3.0.0_3/include (found version "3.0.0")
 -- Found the Arrow Python by pkg-config: arrow-python
 -- Found the Arrow Python shared library: /usr/local/Cellar/apache-arrow/3.0.0_3/lib/libarrow_python.dylib
 -- Found the Arrow Python import library:
 -- Found the Arrow Python static library: /usr/local/Cellar/apache-arrow/3.0.0_3/lib/libarrow_python.a
 -- Configuring done
 -- Generating done
 -- Build files have been written to: /private/var/folders/4h/k452x8ns06q7w_w7wkb3j16h0000gn/T/pip-install-5cyfkenw/pyarrow/build/temp.macosx-11.2-x86_64-3.7
 -- Finished cmake for pyarrow
 -- Running cmake --build for pyarrow
 cmake --build . --config release --
 Scanning dependencies of target _csv_pyx
 [ 6%] Compiling Cython CXX source for _csv...
 [ 6%] Built target _csv_pyx
 Scanning dependencies of target _csv
 [ 13%] Building CXX object CMakeFiles/_csv.dir/_csv.cpp.o
 /private/var/folders/4h/k452x8ns06q7w_w7wkb3j16h0000gn/T/pip-install-5cyfkenw/pyarrow/build/temp.macosx-11.2-x86_64-3.7/_csv.cpp:15481:133: warning: offset of on non-standard-layout type 'struct __pyx_obj_7pyarrow_4_csv_ConvertOptions' [-Winvalid-offsetof]
 if (__pyx_type_7pyarrow_4_csv_ConvertOptions.tp_weaklistoffset == 0) __pyx_type_7pyarrow_4_csv_ConvertOptions.tp_weaklistoffset = offsetof(struct __pyx_obj_7pyarrow_4_csv_ConvertOptions, __pyx_base.__weakref__);
 ^ ~~~~~~~~~~
 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include/stddef.h:104:24: note: expanded from macro 'offsetof'
 #define offsetof(t, d) __builtin_offsetof(t, d)
 ^ ~
 1 warning generated.
 [ 20%] Linking CXX shared module release/_csv.cpython-37m-darwin.so
 ld: warning: dylib (/usr/local/lib/libarrow.300.0.0.dylib) was built for newer macOS version (11.0) than being linked (10.9)
 ld: warning: dylib (/usr/local/Cellar/apache-arrow/3.0.0_3/lib/libarrow_python.dylib) was built for newer macOS version (11.0) than being linked (10.9)
 ld: warning: dylib (/usr/local/Cellar/apache-arrow/3.0.0_3/lib/libarrow.dylib) was built for newer macOS version (11.0) than being linked (10.9)
 [ 20%] Built target _csv
 Scanning dependencies of target lib_pyx
 [ 26%] Compiling Cython CXX source for lib...
 [ 26%] Built target lib_pyx
 Scanning dependencies of target lib
 [ 33%] Building CXX object CMakeFiles/lib.dir/lib.cpp.o
 [ 40%] Linking CXX shared module release/lib.cpython-37m-darwin.so
 ld: warning: dylib (/usr/local/lib/libarrow.300.0.0.dylib) was built for newer macOS version (11.0) than being linked (10.9)
 ld: warning: dylib (/usr/local/Cellar/apache-arrow/3.0.0_3/lib/libarrow_python.dylib) was built for newer macOS version (11.0) than being linked (10.9)
 ld: warning: dylib (/usr/local/Cellar/apache-arrow/3.0.0_3/lib/libarrow.dylib) was built for newer macOS version (11.0) than being linked (10.9)
 [ 40%] Built target lib
 Scanning dependencies of target _compute_pyx
 [ 46%] Compiling Cython CXX source for _compute...
 [ 46%] Built target _compute_pyx
 Scanning dependencies of target _compute
 [ 53%] Building CXX object CMakeFiles/_compute.dir/_compute.cpp.o
 /private/var/folders/4h/k452x8ns06q7w_w7wkb3j16h0000gn/T/pip-install-5cyfkenw/pyarrow/build/temp.macosx-11.2-x86_64-3.7/_compute.cpp:26039:137: warning: offset of on non-standard-layout type 'struct __pyx_obj_7pyarrow_8_compute__CastOptions' [-Winvalid-offsetof]
 if (__pyx_type_7pyarrow_8_compute__CastOptions.tp_weaklistoffset == 0) __pyx_type_7pyarrow_8_compute__CastOptions.tp_weaklistoffset = offsetof(struct __pyx_obj_7pyarrow_8_compute__CastOptions, __pyx_base.__pyx_base.__weakref__);
 ^ ~~~~~~~~~~
 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include/stddef.h:104:24: note: expanded from macro 'offsetof'
 #define offsetof(t, d) __builtin_offsetof(t, d)
 ^ ~
 /private/var/folders/4h/k452x8ns06q7w_w7wkb3j16h0000gn/T/pip-install-5cyfkenw/pyarrow/build/temp.macosx-11.2-x86_64-3.7/_compute.cpp:26071:141: warning: offset of on non-standard-layout type 'struct __pyx_obj_7pyarrow_8_compute__FilterOptions' [-Winvalid-offsetof]
 if (__pyx_type_7pyarrow_8_compute__FilterOptions.tp_weaklistoffset == 0) __pyx_type_7pyarrow_8_compute__FilterOptions.tp_weaklistoffset = offsetof(struct __pyx_obj_7pyarrow_8_compute__FilterOptions, __pyx_base.__pyx_base.__weakref__);
 ^ ~~~~~~~~~~
 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include/stddef.h:104:24: note: expanded from macro 'offsetof'
 #define offsetof(t, d) __builtin_offsetof(t, d)
 ^ ~
 /private/var/folders/4h/k452x8ns06q7w_w7wkb3j16h0000gn/T/pip-install-5cyfkenw/pyarrow/build/temp.macosx-11.2-x86_64-3.7/_compute.cpp:26087:137: warning: offset of on non-standard-layout type 'struct __pyx_obj_7pyarrow_8_compute__TakeOptions' [-Winvalid-offsetof]
 if (__pyx_type_7pyarrow_8_compute__TakeOptions.tp_weaklistoffset == 0) __pyx_type_7pyarrow_8_compute__TakeOptions.tp_weaklistoffset = offsetof(struct __pyx_obj_7pyarrow_8_compute__TakeOptions, __pyx_base.__pyx_base.__weakref__);
 ^ ~~~~~~~~~~
 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include/stddef.h:104:24: note: expanded from macro 'offsetof'
 #define offsetof(t, d) __builtin_offsetof(t, d)
 ^ ~
 /private/var/folders/4h/k452x8ns06q7w_w7wkb3j16h0000gn/T/pip-install-5cyfkenw/pyarrow/build/temp.macosx-11.2-x86_64-3.7/_compute.cpp:26135:141: warning: offset of on non-standard-layout type 'struct __pyx_obj_7pyarrow_8_compute__MinMaxOptions' [-Winvalid-offsetof]
 if (__pyx_type_7pyarrow_8_compute__MinMaxOptions.tp_weaklistoffset == 0) __pyx_type_7pyarrow_8_compute__MinMaxOptions.tp_weaklistoffset = offsetof(struct __pyx_obj_7pyarrow_8_compute__MinMaxOptions, __pyx_base.__pyx_base.__weakref__);
 ^ ~~~~~~~~~~
 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include/stddef.h:104:24: note: expanded from macro 'offsetof'
 #define offsetof(t, d) __builtin_offsetof(t, d)
 ^ ~
 /private/var/folders/4h/k452x8ns06q7w_w7wkb3j16h0000gn/T/pip-install-5cyfkenw/pyarrow/build/temp.macosx-11.2-x86_64-3.7/_compute.cpp:26151:139: warning: offset of on non-standard-layout type 'struct __pyx_obj_7pyarrow_8_compute__CountOptions' [-Winvalid-offsetof]
 if (__pyx_type_7pyarrow_8_compute__CountOptions.tp_weaklistoffset == 0) __pyx_type_7pyarrow_8_compute__CountOptions.tp_weaklistoffset = offsetof(struct __pyx_obj_7pyarrow_8_compute__CountOptions, __pyx_base.__pyx_base.__weakref__);
 ^ ~~~~~~~~~~
 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include/stddef.h:104:24: note: expanded from macro 'offsetof'
 #define offsetof(t, d) __builtin_offsetof(t, d)
 ^ ~
 /private/var/folders/4h/k452x8ns06q7w_w7wkb3j16h0000gn/T/pip-install-5cyfkenw/pyarrow/build/temp.macosx-11.2-x86_64-3.7/_compute.cpp:26167:137: warning: offset of on non-standard-layout type 'struct __pyx_obj_7pyarrow_8_compute__ModeOptions' [-Winvalid-offsetof]
 if (__pyx_type_7pyarrow_8_compute__ModeOptions.tp_weaklistoffset == 0) __pyx_type_7pyarrow_8_compute__ModeOptions.tp_weaklistoffset = offsetof(struct __pyx_obj_7pyarrow_8_compute__ModeOptions, __pyx_base.__pyx_base.__weakref__);
 ^ ~~~~~~~~~~
 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include/stddef.h:104:24: note: expanded from macro 'offsetof'
 #define offsetof(t, d) __builtin_offsetof(t, d)
 ^ ~
 /private/var/folders/4h/k452x8ns06q7w_w7wkb3j16h0000gn/T/pip-install-5cyfkenw/pyarrow/build/temp.macosx-11.2-x86_64-3.7/_compute.cpp:26215:145: warning: offset of on non-standard-layout type 'struct __pyx_obj_7pyarrow_8_compute__VarianceOptions' [-Winvalid-offsetof]
 if (__pyx_type_7pyarrow_8_compute__VarianceOptions.tp_weaklistoffset == 0) __pyx_type_7pyarrow_8_compute__VarianceOptions.tp_weaklistoffset = offsetof(struct __pyx_obj_7pyarrow_8_compute__VarianceOptions, __pyx_base.__pyx_base.__weakref__);
 ^ ~~~~~~~~~~
 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include/stddef.h:104:24: note: expanded from macro 'offsetof'
 #define offsetof(t, d) __builtin_offsetof(t, d)
 ^ ~
 /private/var/folders/4h/k452x8ns06q7w_w7wkb3j16h0000gn/T/pip-install-5cyfkenw/pyarrow/build/temp.macosx-11.2-x86_64-3.7/_compute.cpp:26263:147: warning: offset of on non-standard-layout type 'struct __pyx_obj_7pyarrow_8_compute__ArraySortOptions' [-Winvalid-offsetof]
 if (__pyx_type_7pyarrow_8_compute__ArraySortOptions.tp_weaklistoffset == 0) __pyx_type_7pyarrow_8_compute__ArraySortOptions.tp_weaklistoffset = offsetof(struct __pyx_obj_7pyarrow_8_compute__ArraySortOptions, __pyx_base.__pyx_base.__weakref__);
 ^ ~~~~~~~~~~
 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include/stddef.h:104:24: note: expanded from macro 'offsetof'
 #define offsetof(t, d) __builtin_offsetof(t, d)
 ^ ~
 /private/var/folders/4h/k452x8ns06q7w_w7wkb3j16h0000gn/T/pip-install-5cyfkenw/pyarrow/build/temp.macosx-11.2-x86_64-3.7/_compute.cpp:26279:137: warning: offset of on non-standard-layout type 'struct __pyx_obj_7pyarrow_8_compute__SortOptions' [-Winvalid-offsetof]
 if (__pyx_type_7pyarrow_8_compute__SortOptions.tp_weaklistoffset == 0) __pyx_type_7pyarrow_8_compute__SortOptions.tp_weaklistoffset = offsetof(struct __pyx_obj_7pyarrow_8_compute__SortOptions, __pyx_base.__pyx_base.__weakref__);
 ^ ~~~~~~~~~~
 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include/stddef.h:104:24: note: expanded from macro 'offsetof'
 #define offsetof(t, d) __builtin_offsetof(t, d)
 ^ ~
 9 warnings generated.
 [ 60%] Linking CXX shared module release/_compute.cpython-37m-darwin.so
 ld: warning: dylib (/usr/local/lib/libarrow.300.0.0.dylib) was built for newer macOS version (11.0) than being linked (10.9)
 ld: warning: dylib (/usr/local/Cellar/apache-arrow/3.0.0_3/lib/libarrow_python.dylib) was built for newer macOS version (11.0) than being linked (10.9)
 ld: warning: dylib (/usr/local/Cellar/apache-arrow/3.0.0_3/lib/libarrow.dylib) was built for newer macOS version (11.0) than being linked (10.9)
 [ 60%] Built target _compute
 Scanning dependencies of target _json_pyx
 [ 66%] Compiling Cython CXX source for _json...
 [ 66%] Built target _json_pyx
 Scanning dependencies of target _json
 [ 73%] Building CXX object CMakeFiles/_json.dir/_json.cpp.o
 [ 80%] Linking CXX shared module release/_json.cpython-37m-darwin.so
 ld: warning: dylib (/usr/local/lib/libarrow.300.0.0.dylib) was built for newer macOS version (11.0) than being linked (10.9)
 ld: warning: dylib (/usr/local/Cellar/apache-arrow/3.0.0_3/lib/libarrow_python.dylib) was built for newer macOS version (11.0) than being linked (10.9)
 ld: warning: dylib (/usr/local/Cellar/apache-arrow/3.0.0_3/lib/libarrow.dylib) was built for newer macOS version (11.0) than being linked (10.9)
 [ 80%] Built target _json
 Scanning dependencies of target _fs_pyx
 [ 86%] Compiling Cython CXX source for _fs...
 [ 86%] Built target _fs_pyx
 Scanning dependencies of target _fs
 [ 93%] Building CXX object CMakeFiles/_fs.dir/_fs.cpp.o
 [100%] Linking CXX shared module release/_fs.cpython-37m-darwin.so
 ld: warning: dylib (/usr/local/lib/libarrow.300.0.0.dylib) was built for newer macOS version (11.0) than being linked (10.9)
 ld: warning: dylib (/usr/local/Cellar/apache-arrow/3.0.0_3/lib/libarrow_python.dylib) was built for newer macOS version (11.0) than being linked (10.9)
 ld: warning: dylib (/usr/local/Cellar/apache-arrow/3.0.0_3/lib/libarrow.dylib) was built for newer macOS version (11.0) than being linked (10.9)
 [100%] Built target _fs
 -- Finished cmake --build for pyarrow
 Bundling includes: release/include
 Moving built C-extension release/lib.cpython-37m-darwin.so to build path /private/var/folders/4h/k452x8ns06q7w_w7wkb3j16h0000gn/T/pip-install-5cyfkenw/pyarrow/build/lib.macosx-11.2-x86_64-3.7/pyarrow/lib.cpython-37m-darwin.so
 Moving built C-extension release/_fs.cpython-37m-darwin.so to build path /private/var/folders/4h/k452x8ns06q7w_w7wkb3j16h0000gn/T/pip-install-5cyfkenw/pyarrow/build/lib.macosx-11.2-x86_64-3.7/pyarrow/_fs.cpython-37m-darwin.so
 Moving built C-extension release/_csv.cpython-37m-darwin.so to build path /private/var/folders/4h/k452x8ns06q7w_w7wkb3j16h0000gn/T/pip-install-5cyfkenw/pyarrow/build/lib.macosx-11.2-x86_64-3.7/pyarrow/_csv.cpython-37m-darwin.so
 Moving built C-extension release/_json.cpython-37m-darwin.so to build path /private/var/folders/4h/k452x8ns06q7w_w7wkb3j16h0000gn/T/pip-install-5cyfkenw/pyarrow/build/lib.macosx-11.2-x86_64-3.7/pyarrow/_json.cpython-37m-darwin.so
 Moving built C-extension release/_compute.cpython-37m-darwin.so to build path /private/var/folders/4h/k452x8ns06q7w_w7wkb3j16h0000gn/T/pip-install-5cyfkenw/pyarrow/build/lib.macosx-11.2-x86_64-3.7/pyarrow/_compute.cpython-37m-darwin.so
 Did not find release/_cuda.cpython-37m-darwin.so
 Cython module _cuda failure permitted
 Did not find release/_flight.cpython-37m-darwin.so
 Cython module _flight failure permitted
 Did not find release/_dataset.cpython-37m-darwin.so
 Cython module _dataset failure permitted
 Did not find release/_parquet.cpython-37m-darwin.so
 Cython module _parquet failure permitted
 Did not find release/_orc.cpython-37m-darwin.so
 Cython module _orc failure permitted
 Did not find release/_plasma.cpython-37m-darwin.so
 Cython module _plasma failure permitted
 Did not find release/_s3fs.cpython-37m-darwin.so
 Cython module _s3fs failure permitted
 Did not find release/_hdfs.cpython-37m-darwin.so
 Cython module _hdfs failure permitted
 Did not find release/gandiva.cpython-37m-darwin.so
 Cython module gandiva failure permitted
 installing to build/bdist.macosx-11.2-x86_64/wheel
 running install
 running install_lib
 creating build/bdist.macosx-11.2-x86_64
 creating build/bdist.macosx-11.2-x86_64/wheel
 creating build/bdist.macosx-11.2-x86_64/wheel/pyarrow
 copying build/lib.macosx-11.2-x86_64-3.7/pyarrow/public-api.pxi -> build/bdist.macosx-11.2-x86_64/wheel/pyarrow
 copying build/lib.macosx-11.2-x86_64-3.7/pyarrow/io.pxi -> build/bdist.macosx-11.2-x86_64/wheel/pyarrow
 copying build/lib.macosx-11.2-x86_64-3.7/pyarrow/serialization.pxi -> build/bdist.macosx-11.2-x86_64/wheel/pyarrow
 copying build/lib.macosx-11.2-x86_64-3.7/pyarrow/orc.py -> build/bdist.macosx-11.2-x86_64/wheel/pyarrow
 copying build/lib.macosx-11.2-x86_64-3.7/pyarrow/_compute.pyx -> build/bdist.macosx-11.2-x86_64/wheel/pyarrow
 copying build/lib.macosx-11.2-x86_64-3.7/pyarrow/_orc.pxd -> build/bdist.macosx-11.2-x86_64/wheel/pyarrow
 copying build/lib.macosx-11.2-x86_64-3.7/pyarrow/builder.pxi -> build/bdist.macosx-11.2-x86_64/wheel/pyarrow
 copying build/lib.macosx-11.2-x86_64-3.7/pyarrow/array.pxi -> build/bdist.macosx-11.2-x86_64/wheel/pyarrow
 copying build/lib.macosx-11.2-x86_64-3.7/pyarrow/_generated_version.py -> build/bdist.macosx-11.2-x86_64/wheel/pyarrow
 copying build/lib.macosx-11.2-x86_64-3.7/pyarrow/compat.py -> build/bdist.macosx-11.2-x86_64/wheel/pyarrow
 copying build/lib.macosx-11.2-x86_64-3.7/pyarrow/_cuda.pyx -> build/bdist.macosx-11.2-x86_64/wheel/pyarrow
 copying build/lib.macosx-11.2-x86_64-3.7/pyarrow/_csv.cpython-37m-darwin.so -> build/bdist.macosx-11.2-x86_64/wheel/pyarrow
 copying build/lib.macosx-11.2-x86_64-3.7/pyarrow/benchmark.py -> build/bdist.macosx-11.2-x86_64/wheel/pyarrow
 copying build/lib.macosx-11.2-x86_64-3.7/pyarrow/parquet.py -> build/bdist.macosx-11.2-x86_64/wheel/pyarrow
 copying build/lib.macosx-11.2-x86_64-3.7/pyarrow/_fs.cpython-37m-darwin.so -> build/bdist.macosx-11.2-x86_64/wheel/pyarrow
 copying build/lib.macosx-11.2-x86_64-3.7/pyarrow/_csv.pyx -> build/bdist.macosx-11.2-x86_64/wheel/pyarrow
 copying build/lib.macosx-11.2-x86_64-3.7/pyarrow/config.pxi -> build/bdist.macosx-11.2-x86_64/wheel/pyarrow
 copying build/lib.macosx-11.2-x86_64-3.7/pyarrow/_dataset.pyx -> build/bdist.macosx-11.2-x86_64/wheel/pyarrow
 copying build/lib.macosx-11.2-x86_64-3.7/pyarrow/_flight.pyx -> build/bdist.macosx-11.2-x86_64/wheel/pyarrow
 copying build/lib.macosx-11.2-x86_64-3.7/pyarrow/ipc.py -> build/bdist.macosx-11.2-x86_64/wheel/pyarrow
 copying build/lib.macosx-11.2-x86_64-3.7/pyarrow/util.py -> build/bdist.macosx-11.2-x86_64/wheel/pyarrow
 copying build/lib.macosx-11.2-x86_64-3.7/pyarrow/flight.py -> build/bdist.macosx-11.2-x86_64/wheel/pyarrow
 copying build/lib.macosx-11.2-x86_64-3.7/pyarrow/tensor.pxi -> build/bdist.macosx-11.2-x86_64/wheel/pyarrow
 copying build/lib.macosx-11.2-x86_64-3.7/pyarrow/__init__.pxd -> build/bdist.macosx-11.2-x86_64/wheel/pyarrow
 copying build/lib.macosx-11.2-x86_64-3.7/pyarrow/lib.cpython-37m-darwin.so -> build/bdist.macosx-11.2-x86_64/wheel/pyarrow
 copying build/lib.macosx-11.2-x86_64-3.7/pyarrow/cffi.py -> build/bdist.macosx-11.2-x86_64/wheel/pyarrow
 creating build/bdist.macosx-11.2-x86_64/wheel/pyarrow/include
 error: can't copy 'build/lib.macosx-11.2-x86_64-3.7/pyarrow/include/arrow': doesn't exist or not a regular file
 ----------------------------------------
 ERROR: Failed building wheel for pyarrow
Failed to build pyarrow
ERROR: Could not build wheels for pyarrow which use PEP 517 and cannot be installed directly
WARNING: You are using pip version 20.1.1; however, version 21.0.1 is available.
You should consider upgrading via the '/Users/davinchia/.pyenv/versions/3.7.9/bin/python3.7 -m pip install --upgrade pip' command.

Environment: Big Sur 11.2.2. Python 3.7.9 with PyEnv 1.2.23 and Pip 20.1.1. Reporter: Davin Chia Assignee: Uwe Korn / @xhochy

Note: This issue was originally created as ARROW-11835. Please see the migration documentation for further details.

asfimport commented 3 years ago

David Baumgold: I'm having the same problem.

asfimport commented 3 years ago

Uwe Korn / @xhochy: What happens if you upgrade to pip>=20.3.2 ?

asfimport commented 3 years ago

Davin Chia: Huh this works for me on the latest pip (21.0.1). Any idea why pip version would make a difference?

asfimport commented 3 years ago

Uwe Korn / @xhochy: Old versions of pip didn't recognize that macOS 10 and 11 are compatible and thus ignored existing wheels.

asfimport commented 2 years ago

Todd Farmer / @toddfarmer: Transitioning issue from Resolved to Closed to based on resolution field value.