You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2021/06/23 15:40:00 UTC

[jira] [Updated] (ARROW-12122) [Python] Cannot install via pip. M1 mac

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

Antoine Pitrou updated ARROW-12122:
-----------------------------------
    Component/s: Packaging

> [Python] Cannot install via pip. M1 mac
> ---------------------------------------
>
>                 Key: ARROW-12122
>                 URL: https://issues.apache.org/jira/browse/ARROW-12122
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Packaging, Python
>            Reporter: Bastien Boutonnet
>            Priority: Major
>
> when doing {{pip install pyarrow --no-use-pep517}}
> {noformat}
> Collecting pyarrow
>  Using cached pyarrow-3.0.0.tar.gz (682 kB)
> Requirement already satisfied: numpy>=1.16.6 in /Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/lib/python3.8/site-packages (from pyarrow) (1.20.2)
> Building wheels for collected packages: pyarrow
>  Building wheel for pyarrow (setup.py) ... error
>  ERROR: Command errored out with exit status 1:
>  command: /Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e/setup.py'"'"'; __file__='"'"'/private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e/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 /private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-wheel-vpkwqzyi
>  cwd: /private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e/
>  Complete output (238 lines):
>  running bdist_wheel
>  running build
>  running build_py
>  creating build
>  creating build/lib.macosx-11.2-arm64-3.8
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/orc.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_generated_version.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/compat.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/benchmark.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/parquet.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/ipc.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/util.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/flight.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/cffi.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/filesystem.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/__init__.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/plasma.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/types.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/dataset.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/cuda.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/feather.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/pandas_compat.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/fs.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/csv.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/jvm.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/hdfs.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/json.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/serialization.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/compute.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_tensor.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_ipc.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/conftest.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_convert_builtin.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_misc.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_gandiva.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/strategies.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_adhoc_memory_leak.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/arrow_7980.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/util.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_orc.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_table.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_array.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_deprecations.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_serialization_deprecated.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/__init__.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_io.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_cuda_numba_interop.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_cffi.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_schema.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_jvm.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_plasma_tf_op.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_fs.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_filesystem.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/pandas_threaded_import.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/pandas_examples.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_cython.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_sparse_tensor.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_dataset.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_builder.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_cuda.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_extension_type.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_feather.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_pandas.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_memory.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_flight.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_json.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_serialization.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_compute.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_hdfs.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/deserialize_buffer.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_strategies.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_csv.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_plasma.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_scalars.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_types.py -> build/lib.macosx-11.2-arm64-3.8/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-arm64-3.8/pyarrow
>  copying pyarrow/_compute.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_compute.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_csv.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_csv.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_cuda.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_cuda.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_dataset.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_flight.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_fs.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_fs.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_hdfs.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_json.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_orc.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_orc.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_parquet.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_parquet.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_plasma.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_s3fs.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/array.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/benchmark.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/builder.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/compat.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/config.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/error.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/feather.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/gandiva.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/io-hdfs.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/io.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/ipc.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/lib.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/lib.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/memory.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/pandas-shim.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/public-api.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/scalar.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/serialization.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/table.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/tensor.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/types.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/__init__.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/common.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libarrow.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libarrow_cuda.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libarrow_dataset.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libarrow_flight.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libarrow_fs.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libgandiva.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libplasma.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tensorflow
>  copying pyarrow/tensorflow/plasma_op.cc -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tensorflow
>  copying pyarrow/tests/pyarrow_cython_example.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/feather
>  copying pyarrow/tests/data/feather/v0.17.0.version=2-compression=lz4.feather -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/feather
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/README.md -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.orc -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.test1.jsn.gz -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.test1.orc -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.jsn.gz -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.orc -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/decimal.jsn.gz -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/decimal.orc -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/parquet
>  copying pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/parquet
>  copying pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/parquet
>  copying pyarrow/tests/data/parquet/v0.7.1.parquet -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/parquet
>  copying pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/parquet
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/common.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/conftest.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_basic.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_data_types.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_dataset.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_datetime.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_metadata.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_pandas.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_parquet_file.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_parquet_writer.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  running build_ext
>  creating /private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e/build/temp.macosx-11.2-arm64-3.8
>  -- Running cmake for pyarrow
>  cmake -DPYTHON_EXECUTABLE=/Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/bin/python -DPython3_EXECUTABLE=/Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/bin/python -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/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e
>  -- 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: /Library/Developer/CommandLineTools/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: /Library/Developer/CommandLineTools/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/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e/build/temp.macosx-11.2-arm64-3.8/release
>  -- Found Python3: /Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/bin/python (found version "3.8.7") found components: Interpreter Development.Module NumPy
>  -- Found Python3Alt: /Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/bin/python
>  CMake Warning (dev) at /opt/homebrew/Cellar/cmake/3.20.0/share/cmake/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):
>  /opt/homebrew/Cellar/cmake/3.20.0/share/cmake/Modules/FindPkgConfig.cmake:70 (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: /opt/homebrew/bin/pkg-config (found version "0.29.2")
>  -- Could NOT find Arrow (missing: Arrow_DIR)
>  -- Checking for module 'arrow'
>  -- No package 'arrow' found
>  CMake Error at /opt/homebrew/Cellar/cmake/3.20.0/share/cmake/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):
>  /opt/homebrew/Cellar/cmake/3.20.0/share/cmake/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:214 (find_package)
>  -- Configuring incomplete, errors occurred!
>  See also "/private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e/build/temp.macosx-11.2-arm64-3.8/CMakeFiles/CMakeOutput.log".
>  See also "/private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e/build/temp.macosx-11.2-arm64-3.8/CMakeFiles/CMakeError.log".
>  error: command 'cmake' failed with exit status 1
>  ----------------------------------------
>  ERROR: 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
>  ERROR: Command errored out with exit status 1:
>  command: /Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e/setup.py'"'"'; __file__='"'"'/private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-record-3v1lx8h6/install-record.txt --single-version-externally-managed --compile --install-headers /Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/include/site/python3.8/pyarrow
>  cwd: /private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e/
>  Complete output (238 lines):
>  running install
>  running build
>  running build_py
>  creating build
>  creating build/lib.macosx-11.2-arm64-3.8
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/orc.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_generated_version.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/compat.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/benchmark.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/parquet.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/ipc.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/util.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/flight.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/cffi.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/filesystem.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/__init__.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/plasma.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/types.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/dataset.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/cuda.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/feather.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/pandas_compat.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/fs.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/csv.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/jvm.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/hdfs.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/json.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/serialization.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/compute.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_tensor.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_ipc.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/conftest.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_convert_builtin.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_misc.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_gandiva.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/strategies.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_adhoc_memory_leak.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/arrow_7980.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/util.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_orc.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_table.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_array.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_deprecations.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_serialization_deprecated.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/__init__.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_io.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_cuda_numba_interop.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_cffi.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_schema.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_jvm.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_plasma_tf_op.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_fs.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_filesystem.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/pandas_threaded_import.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/pandas_examples.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_cython.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_sparse_tensor.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_dataset.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_builder.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_cuda.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_extension_type.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_feather.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_pandas.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_memory.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_flight.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_json.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_serialization.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_compute.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_hdfs.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/deserialize_buffer.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_strategies.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_csv.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_plasma.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_scalars.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_types.py -> build/lib.macosx-11.2-arm64-3.8/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-arm64-3.8/pyarrow
>  copying pyarrow/_compute.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_compute.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_csv.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_csv.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_cuda.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_cuda.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_dataset.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_flight.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_fs.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_fs.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_hdfs.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_json.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_orc.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_orc.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_parquet.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_parquet.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_plasma.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_s3fs.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/array.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/benchmark.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/builder.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/compat.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/config.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/error.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/feather.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/gandiva.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/io-hdfs.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/io.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/ipc.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/lib.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/lib.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/memory.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/pandas-shim.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/public-api.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/scalar.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/serialization.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/table.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/tensor.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/types.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/__init__.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/common.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libarrow.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libarrow_cuda.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libarrow_dataset.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libarrow_flight.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libarrow_fs.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libgandiva.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libplasma.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tensorflow
>  copying pyarrow/tensorflow/plasma_op.cc -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tensorflow
>  copying pyarrow/tests/pyarrow_cython_example.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/feather
>  copying pyarrow/tests/data/feather/v0.17.0.version=2-compression=lz4.feather -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/feather
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/README.md -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.orc -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.test1.jsn.gz -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.test1.orc -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.jsn.gz -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.orc -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/decimal.jsn.gz -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/decimal.orc -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/parquet
>  copying pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/parquet
>  copying pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/parquet
>  copying pyarrow/tests/data/parquet/v0.7.1.parquet -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/parquet
>  copying pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/parquet
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/common.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/conftest.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_basic.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_data_types.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_dataset.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_datetime.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_metadata.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_pandas.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_parquet_file.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_parquet_writer.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  running build_ext
>  creating /private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e/build/temp.macosx-11.2-arm64-3.8
>  -- Running cmake for pyarrow
>  cmake -DPYTHON_EXECUTABLE=/Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/bin/python -DPython3_EXECUTABLE=/Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/bin/python -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/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e
>  -- 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: /Library/Developer/CommandLineTools/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: /Library/Developer/CommandLineTools/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/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e/build/temp.macosx-11.2-arm64-3.8/release
>  -- Found Python3: /Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/bin/python (found version "3.8.7") found components: Interpreter Development.Module NumPy
>  -- Found Python3Alt: /Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/bin/python
>  CMake Warning (dev) at /opt/homebrew/Cellar/cmake/3.20.0/share/cmake/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):
>  /opt/homebrew/Cellar/cmake/3.20.0/share/cmake/Modules/FindPkgConfig.cmake:70 (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: /opt/homebrew/bin/pkg-config (found version "0.29.2")
>  -- Could NOT find Arrow (missing: Arrow_DIR)
>  -- Checking for module 'arrow'
>  -- No package 'arrow' found
>  CMake Error at /opt/homebrew/Cellar/cmake/3.20.0/share/cmake/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):
>  /opt/homebrew/Cellar/cmake/3.20.0/share/cmake/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:214 (find_package)
>  -- Configuring incomplete, errors occurred!
>  See also "/private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e/build/temp.macosx-11.2-arm64-3.8/CMakeFiles/CMakeOutput.log".
>  See also "/private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e/build/temp.macosx-11.2-arm64-3.8/CMakeFiles/CMakeError.log".
>  error: command 'cmake' failed with exit status 1
>  ----------------------------------------
> ERROR: Command errored out with exit status 1: /Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e/setup.py'"'"'; __file__='"'"'/private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-record-3v1lx8h6/install-record.txt --single-version-externally-managed --compile --install-headers /Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/include/site/python3.8/pyarrow Check the logs for full command output.
> ```
> 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 /Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/lib/python3.8/site-packages (from pyarrow) (1.20.2)
> Building wheels for collected packages: pyarrow
>  Building wheel for pyarrow (PEP 517) ... error
>  ERROR: Command errored out with exit status 1:
>  command: /Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/bin/python /Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/lib/python3.8/site-packages/pip/_vendor/pep517/_in_process.py build_wheel /var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/tmp4ivpzkwx
>  cwd: /private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-z3ryfnqh/pyarrow_d395c1dcc85c426193f3e23fcde85666
>  Complete output (221 lines):
>  running bdist_wheel
>  running build
>  running build_py
>  creating build
>  creating build/lib.macosx-11.2-arm64-3.8
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/orc.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_generated_version.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/compat.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/benchmark.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/parquet.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/ipc.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/util.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/flight.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/cffi.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/filesystem.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/__init__.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/plasma.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/types.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/dataset.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/cuda.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/feather.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/pandas_compat.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/fs.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/csv.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/jvm.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/hdfs.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/json.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/serialization.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/compute.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_tensor.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_ipc.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/conftest.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_convert_builtin.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_misc.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_gandiva.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/strategies.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_adhoc_memory_leak.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/arrow_7980.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/util.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_orc.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_table.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_array.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_deprecations.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_serialization_deprecated.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/__init__.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_io.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_cuda_numba_interop.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_cffi.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_schema.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_jvm.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_plasma_tf_op.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_fs.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_filesystem.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/pandas_threaded_import.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/pandas_examples.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_cython.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_sparse_tensor.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_dataset.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_builder.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_cuda.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_extension_type.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_feather.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_pandas.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_memory.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_flight.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_json.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_serialization.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_compute.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_hdfs.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/deserialize_buffer.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_strategies.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_csv.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_plasma.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_scalars.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_types.py -> build/lib.macosx-11.2-arm64-3.8/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-arm64-3.8/pyarrow
>  copying pyarrow/_compute.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_compute.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_csv.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_csv.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_cuda.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_cuda.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_dataset.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_flight.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_fs.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_fs.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_hdfs.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_json.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_orc.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_orc.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_parquet.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_parquet.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_plasma.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_s3fs.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/array.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/benchmark.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/builder.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/compat.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/config.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/error.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/feather.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/gandiva.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/io-hdfs.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/io.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/ipc.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/lib.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/lib.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/memory.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/pandas-shim.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/public-api.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/scalar.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/serialization.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/table.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/tensor.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/types.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/__init__.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/common.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libarrow.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libarrow_cuda.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libarrow_dataset.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libarrow_flight.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libarrow_fs.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libgandiva.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libplasma.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tensorflow
>  copying pyarrow/tensorflow/plasma_op.cc -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tensorflow
>  copying pyarrow/tests/pyarrow_cython_example.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/feather
>  copying pyarrow/tests/data/feather/v0.17.0.version=2-compression=lz4.feather -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/feather
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/README.md -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.orc -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.test1.jsn.gz -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.test1.orc -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.jsn.gz -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.orc -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/decimal.jsn.gz -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/decimal.orc -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/parquet
>  copying pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/parquet
>  copying pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/parquet
>  copying pyarrow/tests/data/parquet/v0.7.1.parquet -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/parquet
>  copying pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/parquet
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/common.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/conftest.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_basic.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_data_types.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_dataset.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_datetime.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_metadata.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_pandas.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_parquet_file.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_parquet_writer.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  running build_ext
>  creating /private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-z3ryfnqh/pyarrow_d395c1dcc85c426193f3e23fcde85666/build/temp.macosx-11.2-arm64-3.8
>  -- Running cmake for pyarrow
>  cmake -DPYTHON_EXECUTABLE=/Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/bin/python -DPython3_EXECUTABLE=/Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/bin/python -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/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-z3ryfnqh/pyarrow_d395c1dcc85c426193f3e23fcde85666
>  -- 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: /Library/Developer/CommandLineTools/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: /Library/Developer/CommandLineTools/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/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-z3ryfnqh/pyarrow_d395c1dcc85c426193f3e23fcde85666/build/temp.macosx-11.2-arm64-3.8/release
>  CMake Error at /opt/homebrew/Cellar/cmake/3.20.0/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
>  Could NOT find Python3 (missing: Python3_NumPy_INCLUDE_DIRS NumPy) (found
>  version "3.8.7")
>  Call Stack (most recent call first):
>  /opt/homebrew/Cellar/cmake/3.20.0/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
>  /opt/homebrew/Cellar/cmake/3.20.0/share/cmake/Modules/FindPython/Support.cmake:3165 (find_package_handle_standard_args)
>  /opt/homebrew/Cellar/cmake/3.20.0/share/cmake/Modules/FindPython3.cmake:485 (include)
>  cmake_modules/FindPython3Alt.cmake:55 (find_package)
>  CMakeLists.txt:200 (find_package)
>  -- Configuring incomplete, errors occurred!
>  See also "/private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-z3ryfnqh/pyarrow_d395c1dcc85c426193f3e23fcde85666/build/temp.macosx-11.2-arm64-3.8/CMakeFiles/CMakeOutput.log".
>  See also "/private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-z3ryfnqh/pyarrow_d395c1dcc85c426193f3e23fcde85666/build/temp.macosx-11.2-arm64-3.8/CMakeFiles/CMakeError.log".
>  error: command 'cmake' failed with exit status 1
>  ----------------------------------------
>  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
> (dbt-sugar-lJO0x__U-py3.8) ➜ dbt-sugar git:(main) ✗ pip install pyarrow --no-use-pep517
> Collecting pyarrow
>  Using cached pyarrow-3.0.0.tar.gz (682 kB)
> Requirement already satisfied: numpy>=1.16.6 in /Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/lib/python3.8/site-packages (from pyarrow) (1.20.2)
> Building wheels for collected packages: pyarrow
>  Building wheel for pyarrow (setup.py) ... error
>  ERROR: Command errored out with exit status 1:
>  command: /Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e/setup.py'"'"'; __file__='"'"'/private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e/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 /private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-wheel-vpkwqzyi
>  cwd: /private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e/
>  Complete output (238 lines):
>  running bdist_wheel
>  running build
>  running build_py
>  creating build
>  creating build/lib.macosx-11.2-arm64-3.8
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/orc.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_generated_version.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/compat.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/benchmark.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/parquet.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/ipc.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/util.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/flight.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/cffi.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/filesystem.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/__init__.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/plasma.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/types.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/dataset.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/cuda.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/feather.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/pandas_compat.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/fs.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/csv.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/jvm.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/hdfs.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/json.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/serialization.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/compute.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_tensor.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_ipc.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/conftest.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_convert_builtin.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_misc.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_gandiva.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/strategies.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_adhoc_memory_leak.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/arrow_7980.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/util.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_orc.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_table.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_array.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_deprecations.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_serialization_deprecated.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/__init__.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_io.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_cuda_numba_interop.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_cffi.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_schema.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_jvm.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_plasma_tf_op.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_fs.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_filesystem.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/pandas_threaded_import.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/pandas_examples.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_cython.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_sparse_tensor.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_dataset.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_builder.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_cuda.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_extension_type.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_feather.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_pandas.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_memory.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_flight.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_json.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_serialization.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_compute.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_hdfs.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/deserialize_buffer.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_strategies.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_csv.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_plasma.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_scalars.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_types.py -> build/lib.macosx-11.2-arm64-3.8/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-arm64-3.8/pyarrow
>  copying pyarrow/_compute.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_compute.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_csv.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_csv.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_cuda.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_cuda.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_dataset.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_flight.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_fs.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_fs.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_hdfs.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_json.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_orc.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_orc.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_parquet.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_parquet.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_plasma.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_s3fs.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/array.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/benchmark.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/builder.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/compat.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/config.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/error.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/feather.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/gandiva.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/io-hdfs.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/io.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/ipc.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/lib.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/lib.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/memory.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/pandas-shim.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/public-api.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/scalar.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/serialization.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/table.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/tensor.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/types.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/__init__.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/common.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libarrow.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libarrow_cuda.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libarrow_dataset.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libarrow_flight.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libarrow_fs.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libgandiva.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libplasma.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tensorflow
>  copying pyarrow/tensorflow/plasma_op.cc -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tensorflow
>  copying pyarrow/tests/pyarrow_cython_example.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/feather
>  copying pyarrow/tests/data/feather/v0.17.0.version=2-compression=lz4.feather -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/feather
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/README.md -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.orc -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.test1.jsn.gz -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.test1.orc -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.jsn.gz -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.orc -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/decimal.jsn.gz -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/decimal.orc -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/parquet
>  copying pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/parquet
>  copying pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/parquet
>  copying pyarrow/tests/data/parquet/v0.7.1.parquet -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/parquet
>  copying pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/parquet
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/common.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/conftest.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_basic.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_data_types.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_dataset.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_datetime.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_metadata.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_pandas.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_parquet_file.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_parquet_writer.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  running build_ext
>  creating /private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e/build/temp.macosx-11.2-arm64-3.8
>  -- Running cmake for pyarrow
>  cmake -DPYTHON_EXECUTABLE=/Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/bin/python -DPython3_EXECUTABLE=/Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/bin/python -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/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e
>  -- 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: /Library/Developer/CommandLineTools/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: /Library/Developer/CommandLineTools/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/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e/build/temp.macosx-11.2-arm64-3.8/release
>  -- Found Python3: /Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/bin/python (found version "3.8.7") found components: Interpreter Development.Module NumPy
>  -- Found Python3Alt: /Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/bin/python
>  CMake Warning (dev) at /opt/homebrew/Cellar/cmake/3.20.0/share/cmake/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):
>  /opt/homebrew/Cellar/cmake/3.20.0/share/cmake/Modules/FindPkgConfig.cmake:70 (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: /opt/homebrew/bin/pkg-config (found version "0.29.2")
>  -- Could NOT find Arrow (missing: Arrow_DIR)
>  -- Checking for module 'arrow'
>  -- No package 'arrow' found
>  CMake Error at /opt/homebrew/Cellar/cmake/3.20.0/share/cmake/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):
>  /opt/homebrew/Cellar/cmake/3.20.0/share/cmake/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:214 (find_package)
>  -- Configuring incomplete, errors occurred!
>  See also "/private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e/build/temp.macosx-11.2-arm64-3.8/CMakeFiles/CMakeOutput.log".
>  See also "/private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e/build/temp.macosx-11.2-arm64-3.8/CMakeFiles/CMakeError.log".
>  error: command 'cmake' failed with exit status 1
>  ----------------------------------------
>  ERROR: 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
>  ERROR: Command errored out with exit status 1:
>  command: /Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e/setup.py'"'"'; __file__='"'"'/private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-record-3v1lx8h6/install-record.txt --single-version-externally-managed --compile --install-headers /Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/include/site/python3.8/pyarrow
>  cwd: /private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e/
>  Complete output (238 lines):
>  running install
>  running build
>  running build_py
>  creating build
>  creating build/lib.macosx-11.2-arm64-3.8
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/orc.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_generated_version.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/compat.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/benchmark.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/parquet.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/ipc.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/util.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/flight.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/cffi.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/filesystem.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/__init__.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/plasma.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/types.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/dataset.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/cuda.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/feather.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/pandas_compat.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/fs.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/csv.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/jvm.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/hdfs.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/json.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/serialization.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/compute.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_tensor.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_ipc.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/conftest.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_convert_builtin.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_misc.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_gandiva.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/strategies.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_adhoc_memory_leak.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/arrow_7980.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/util.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_orc.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_table.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_array.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_deprecations.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_serialization_deprecated.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/__init__.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_io.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_cuda_numba_interop.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_cffi.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_schema.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_jvm.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_plasma_tf_op.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_fs.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_filesystem.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/pandas_threaded_import.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/pandas_examples.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_cython.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_sparse_tensor.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_dataset.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_builder.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_cuda.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_extension_type.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_feather.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_pandas.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_memory.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_flight.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_json.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_serialization.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_compute.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_hdfs.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/deserialize_buffer.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_strategies.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_csv.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_plasma.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_scalars.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_types.py -> build/lib.macosx-11.2-arm64-3.8/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-arm64-3.8/pyarrow
>  copying pyarrow/_compute.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_compute.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_csv.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_csv.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_cuda.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_cuda.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_dataset.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_flight.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_fs.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_fs.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_hdfs.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_json.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_orc.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_orc.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_parquet.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_parquet.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_plasma.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_s3fs.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/array.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/benchmark.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/builder.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/compat.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/config.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/error.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/feather.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/gandiva.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/io-hdfs.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/io.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/ipc.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/lib.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/lib.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/memory.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/pandas-shim.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/public-api.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/scalar.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/serialization.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/table.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/tensor.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/types.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/__init__.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/common.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libarrow.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libarrow_cuda.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libarrow_dataset.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libarrow_flight.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libarrow_fs.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libgandiva.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libplasma.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tensorflow
>  copying pyarrow/tensorflow/plasma_op.cc -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tensorflow
>  copying pyarrow/tests/pyarrow_cython_example.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/feather
>  copying pyarrow/tests/data/feather/v0.17.0.version=2-compression=lz4.feather -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/feather
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/README.md -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.orc -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.test1.jsn.gz -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.test1.orc -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.jsn.gz -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.orc -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/decimal.jsn.gz -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/decimal.orc -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/parquet
>  copying pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/parquet
>  copying pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/parquet
>  copying pyarrow/tests/data/parquet/v0.7.1.parquet -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/parquet
>  copying pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/parquet
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/common.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/conftest.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_basic.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_data_types.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_dataset.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_datetime.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_metadata.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_pandas.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_parquet_file.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_parquet_writer.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  running build_ext
>  creating /private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e/build/temp.macosx-11.2-arm64-3.8
>  -- Running cmake for pyarrow
>  cmake -DPYTHON_EXECUTABLE=/Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/bin/python -DPython3_EXECUTABLE=/Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/bin/python -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/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e
>  -- 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: /Library/Developer/CommandLineTools/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: /Library/Developer/CommandLineTools/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/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e/build/temp.macosx-11.2-arm64-3.8/release
>  -- Found Python3: /Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/bin/python (found version "3.8.7") found components: Interpreter Development.Module NumPy
>  -- Found Python3Alt: /Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/bin/python
>  CMake Warning (dev) at /opt/homebrew/Cellar/cmake/3.20.0/share/cmake/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):
>  /opt/homebrew/Cellar/cmake/3.20.0/share/cmake/Modules/FindPkgConfig.cmake:70 (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: /opt/homebrew/bin/pkg-config (found version "0.29.2")
>  -- Could NOT find Arrow (missing: Arrow_DIR)
>  -- Checking for module 'arrow'
>  -- No package 'arrow' found
>  CMake Error at /opt/homebrew/Cellar/cmake/3.20.0/share/cmake/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):
>  /opt/homebrew/Cellar/cmake/3.20.0/share/cmake/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:214 (find_package)
>  -- Configuring incomplete, errors occurred!
>  See also "/private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e/build/temp.macosx-11.2-arm64-3.8/CMakeFiles/CMakeOutput.log".
>  See also "/private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e/build/temp.macosx-11.2-arm64-3.8/CMakeFiles/CMakeError.log".
>  error: command 'cmake' failed with exit status 1
>  ----------------------------------------
> ERROR: Command errored out with exit status 1: /Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e/setup.py'"'"'; __file__='"'"'/private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-ri2w315u/pyarrow_8d01252c437341798da24cfec11f603e/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-record-3v1lx8h6/install-record.txt --single-version-externally-managed --compile --install-headers /Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/include/site/python3.8/pyarrow Check the logs for full command output.
> (dbt-sugar-lJO0x__U-py3.8) ➜ dbt-sugar git:(main) ✗ 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 /Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/lib/python3.8/site-packages (from pyarrow) (1.20.2)
> Building wheels for collected packages: pyarrow
>  Building wheel for pyarrow (PEP 517) ... error
>  ERROR: Command errored out with exit status 1:
>  command: /Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/bin/python /Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/lib/python3.8/site-packages/pip/_vendor/pep517/_in_process.py build_wheel /var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/tmpxo27vpzk
>  cwd: /private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-plkkl5f5/pyarrow_b2ed3ad78f6c4bbf987e34238d2e63c4
>  Complete output (221 lines):
>  running bdist_wheel
>  running build
>  running build_py
>  creating build
>  creating build/lib.macosx-11.2-arm64-3.8
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/orc.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_generated_version.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/compat.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/benchmark.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/parquet.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/ipc.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/util.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/flight.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/cffi.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/filesystem.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/__init__.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/plasma.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/types.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/dataset.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/cuda.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/feather.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/pandas_compat.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/fs.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/csv.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/jvm.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/hdfs.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/json.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/serialization.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/compute.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_tensor.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_ipc.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/conftest.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_convert_builtin.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_misc.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_gandiva.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/strategies.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_adhoc_memory_leak.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/arrow_7980.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/util.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_orc.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_table.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_array.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_deprecations.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_serialization_deprecated.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/__init__.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_io.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_cuda_numba_interop.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_cffi.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_schema.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_jvm.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_plasma_tf_op.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_fs.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_filesystem.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/pandas_threaded_import.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/pandas_examples.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_cython.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_sparse_tensor.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_dataset.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_builder.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_cuda.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_extension_type.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_feather.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_pandas.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_memory.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_flight.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_json.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_serialization.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_compute.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_hdfs.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/deserialize_buffer.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_strategies.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_csv.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_plasma.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_scalars.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  copying pyarrow/tests/test_types.py -> build/lib.macosx-11.2-arm64-3.8/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-arm64-3.8/pyarrow
>  copying pyarrow/_compute.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_compute.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_csv.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_csv.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_cuda.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_cuda.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_dataset.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_flight.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_fs.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_fs.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_hdfs.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_json.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_orc.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_orc.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_parquet.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_parquet.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_plasma.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/_s3fs.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/array.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/benchmark.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/builder.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/compat.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/config.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/error.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/feather.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/gandiva.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/io-hdfs.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/io.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/ipc.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/lib.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/lib.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/memory.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/pandas-shim.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/public-api.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/scalar.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/serialization.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/table.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/tensor.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  copying pyarrow/types.pxi -> build/lib.macosx-11.2-arm64-3.8/pyarrow
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/__init__.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/common.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libarrow.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libarrow_cuda.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libarrow_dataset.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libarrow_flight.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libarrow_fs.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libgandiva.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  copying pyarrow/includes/libplasma.pxd -> build/lib.macosx-11.2-arm64-3.8/pyarrow/includes
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tensorflow
>  copying pyarrow/tensorflow/plasma_op.cc -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tensorflow
>  copying pyarrow/tests/pyarrow_cython_example.pyx -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/feather
>  copying pyarrow/tests/data/feather/v0.17.0.version=2-compression=lz4.feather -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/feather
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/README.md -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.orc -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.test1.jsn.gz -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.test1.orc -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.jsn.gz -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.orc -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/decimal.jsn.gz -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  copying pyarrow/tests/data/orc/decimal.orc -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/orc
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/parquet
>  copying pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/parquet
>  copying pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/parquet
>  copying pyarrow/tests/data/parquet/v0.7.1.parquet -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/parquet
>  copying pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/data/parquet
>  creating build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/common.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/conftest.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_basic.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_data_types.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_dataset.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_datetime.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_metadata.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_pandas.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_parquet_file.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  copying pyarrow/tests/parquet/test_parquet_writer.py -> build/lib.macosx-11.2-arm64-3.8/pyarrow/tests/parquet
>  running build_ext
>  creating /private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-plkkl5f5/pyarrow_b2ed3ad78f6c4bbf987e34238d2e63c4/build/temp.macosx-11.2-arm64-3.8
>  -- Running cmake for pyarrow
>  cmake -DPYTHON_EXECUTABLE=/Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/bin/python -DPython3_EXECUTABLE=/Users/bastienboutonnet/Library/Caches/pypoetry/virtualenvs/dbt-sugar-lJO0x__U-py3.8/bin/python -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/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-plkkl5f5/pyarrow_b2ed3ad78f6c4bbf987e34238d2e63c4
>  -- 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: /Library/Developer/CommandLineTools/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: /Library/Developer/CommandLineTools/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/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-plkkl5f5/pyarrow_b2ed3ad78f6c4bbf987e34238d2e63c4/build/temp.macosx-11.2-arm64-3.8/release
>  CMake Error at /opt/homebrew/Cellar/cmake/3.20.0/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
>  Could NOT find Python3 (missing: Python3_NumPy_INCLUDE_DIRS NumPy) (found
>  version "3.8.7")
>  Call Stack (most recent call first):
>  /opt/homebrew/Cellar/cmake/3.20.0/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
>  /opt/homebrew/Cellar/cmake/3.20.0/share/cmake/Modules/FindPython/Support.cmake:3165 (find_package_handle_standard_args)
>  /opt/homebrew/Cellar/cmake/3.20.0/share/cmake/Modules/FindPython3.cmake:485 (include)
>  cmake_modules/FindPython3Alt.cmake:55 (find_package)
>  CMakeLists.txt:200 (find_package)
>  -- Configuring incomplete, errors occurred!
>  See also "/private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-plkkl5f5/pyarrow_b2ed3ad78f6c4bbf987e34238d2e63c4/build/temp.macosx-11.2-arm64-3.8/CMakeFiles/CMakeOutput.log".
>  See also "/private/var/folders/v2/lfkghkc147j06_jd13v1f0yr0000gn/T/pip-install-plkkl5f5/pyarrow_b2ed3ad78f6c4bbf987e34238d2e63c4/build/temp.macosx-11.2-arm64-3.8/CMakeFiles/CMakeError.log".
>  error: command 'cmake' failed with exit status 1
>  ----------------------------------------
>  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
> {noformat}
>  
>  
> when doing `



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