You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ateknur (via GitHub)" <gi...@apache.org> on 2023/03/28 09:49:50 UTC

[GitHub] [arrow] ateknur opened a new issue, #34757: ERROR: Failed building wheel for pyarrow

ateknur opened a new issue, #34757:
URL: https://github.com/apache/arrow/issues/34757

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   • Installing pyarrow (11.0.0): Failed
   
     ChefBuildError
   
     Backend subprocess exited when trying to invoke build_wheel
   
     running bdist_wheel
     running build
     running build_py
     creating build
     creating build/lib.linux-x86_64-cpython-310
     creating build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/filesystem.py -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/serialization.py -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/flight.py -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/benchmark.py -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/plasma.py -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/substrait.py -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/jvm.py -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/pandas_compat.py -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/orc.py -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/fs.py -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/csv.py -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/cuda.py -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/cffi.py -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/conftest.py -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/_generated_version.py -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/json.py -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/_compute_docstrings.py -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/util.py -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/types.py -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/dataset.py -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/compute.py -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/feather.py -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/hdfs.py -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/__init__.py -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/ipc.py -> build/lib.linux-x86_64-cpython-310/pyarrow
     creating build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_dataset.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_types.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_filesystem.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_cuda.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_orc.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/deserialize_buffer.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_pandas.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_gandiva.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_serialization.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_feather.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_plasma.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_cuda_numba_interop.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_cython.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_hdfs.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_array.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_io.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_scalars.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_extension_type.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_memory.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_deprecations.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_plasma_tf_op.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_compute.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_cpp_internals.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_strategies.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_jvm.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_sparse_tensor.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/conftest.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_schema.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_convert_builtin.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_gdb.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_serialization_deprecated.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_ipc.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_fs.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/pandas_examples.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/util.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_csv.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/strategies.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/read_record_batch.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_udf.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_misc.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_exec_plan.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_table.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_substrait.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_cffi.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_adhoc_memory_leak.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/pandas_threaded_import.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_json.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/__init__.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_util.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/arrow_7980.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_builder.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_flight.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/arrow_16597.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/test_tensor.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     creating build/lib.linux-x86_64-cpython-310/pyarrow/vendored
     copying pyarrow/vendored/docscrape.py -> build/lib.linux-x86_64-cpython-310/pyarrow/vendored
     copying pyarrow/vendored/version.py -> build/lib.linux-x86_64-cpython-310/pyarrow/vendored
     copying pyarrow/vendored/__init__.py -> build/lib.linux-x86_64-cpython-310/pyarrow/vendored
     creating build/lib.linux-x86_64-cpython-310/pyarrow/interchange
     copying pyarrow/interchange/buffer.py -> build/lib.linux-x86_64-cpython-310/pyarrow/interchange
     copying pyarrow/interchange/column.py -> build/lib.linux-x86_64-cpython-310/pyarrow/interchange
     copying pyarrow/interchange/from_dataframe.py -> build/lib.linux-x86_64-cpython-310/pyarrow/interchange
     copying pyarrow/interchange/__init__.py -> build/lib.linux-x86_64-cpython-310/pyarrow/interchange
     copying pyarrow/interchange/dataframe.py -> build/lib.linux-x86_64-cpython-310/pyarrow/interchange
     creating build/lib.linux-x86_64-cpython-310/pyarrow/parquet
     copying pyarrow/parquet/core.py -> build/lib.linux-x86_64-cpython-310/pyarrow/parquet
     copying pyarrow/parquet/encryption.py -> build/lib.linux-x86_64-cpython-310/pyarrow/parquet
     copying pyarrow/parquet/__init__.py -> build/lib.linux-x86_64-cpython-310/pyarrow/parquet
     creating build/lib.linux-x86_64-cpython-310/pyarrow/tests/interchange
     copying pyarrow/tests/interchange/test_conversion.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/interchange
     copying pyarrow/tests/interchange/test_interchange_spec.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/interchange
     copying pyarrow/tests/interchange/__init__.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/interchange
     creating build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet
     copying pyarrow/tests/parquet/test_dataset.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet
     copying pyarrow/tests/parquet/test_metadata.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet
     copying pyarrow/tests/parquet/test_pandas.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet
     copying pyarrow/tests/parquet/test_data_types.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet
     copying pyarrow/tests/parquet/test_compliant_nested_type.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet
     copying pyarrow/tests/parquet/common.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet
     copying pyarrow/tests/parquet/conftest.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet
     copying pyarrow/tests/parquet/test_encryption.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet
     copying pyarrow/tests/parquet/test_basic.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet
     copying pyarrow/tests/parquet/encryption.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet
     copying pyarrow/tests/parquet/test_parquet_file.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet
     copying pyarrow/tests/parquet/test_datetime.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet
     copying pyarrow/tests/parquet/__init__.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet
     copying pyarrow/tests/parquet/test_parquet_writer.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet
     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
     listing git files failed - pretending there aren't any
     reading manifest file 'pyarrow.egg-info/SOURCES.txt'
     reading manifest template 'MANIFEST.in'
     warning: no files found matching '../LICENSE.txt'
     warning: no files found matching '../NOTICE.txt'
     warning: no previously-included files matching '*.so' found anywhere in distribution
     warning: no previously-included files matching '*.pyc' found anywhere in distribution
     warning: no previously-included files matching '*~' found anywhere in distribution
     warning: no previously-included files matching '#*' found anywhere in distribution
     warning: no previously-included files matching '.git*' found anywhere in distribution
     warning: no previously-included files matching '.DS_Store' found anywhere in distribution
     no previously-included directories found matching '.asv'
     writing manifest file 'pyarrow.egg-info/SOURCES.txt'
     copying pyarrow/__init__.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/_compute.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/_compute.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/_csv.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/_csv.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/_cuda.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/_cuda.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/_dataset.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/_dataset.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/_dataset_orc.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/_dataset_parquet.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/_exec_plan.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/_feather.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/_flight.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/_fs.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/_fs.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/_gcsfs.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/_hdfs.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/_hdfsio.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/_json.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/_orc.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/_orc.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/_parquet.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/_parquet.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/_parquet_encryption.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/_parquet_encryption.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/_plasma.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/_pyarrow_cpp_tests.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/_pyarrow_cpp_tests.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/_s3fs.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/_substrait.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/array.pxi -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/benchmark.pxi -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/builder.pxi -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/compat.pxi -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/config.pxi -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/error.pxi -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/gandiva.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/io.pxi -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/ipc.pxi -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/lib.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/lib.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/memory.pxi -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/pandas-shim.pxi -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/public-api.pxi -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/scalar.pxi -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/serialization.pxi -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/table.pxi -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/tensor.pxi -> build/lib.linux-x86_64-cpython-310/pyarrow
     copying pyarrow/types.pxi -> build/lib.linux-x86_64-cpython-310/pyarrow
     creating build/lib.linux-x86_64-cpython-310/pyarrow/includes
     copying pyarrow/includes/__init__.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow/includes
     copying pyarrow/includes/libarrow_dataset.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow/includes
     copying pyarrow/includes/libarrow.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow/includes
     copying pyarrow/includes/libarrow_cuda.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow/includes
     copying pyarrow/includes/libarrow_fs.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow/includes
     copying pyarrow/includes/libarrow_substrait.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow/includes
     copying pyarrow/includes/common.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow/includes
     copying pyarrow/includes/libgandiva.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow/includes
     copying pyarrow/includes/libplasma.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow/includes
     copying pyarrow/includes/libarrow_dataset_parquet.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow/includes
     copying pyarrow/includes/libarrow_python.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow/includes
     copying pyarrow/includes/libarrow_feather.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow/includes
     copying pyarrow/includes/libarrow_flight.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow/includes
     creating build/lib.linux-x86_64-cpython-310/pyarrow/tensorflow
     copying pyarrow/tensorflow/plasma_op.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/tensorflow
     copying pyarrow/tests/bound_function_visit_strings.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     copying pyarrow/tests/pyarrow_cython_example.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
     creating build/lib.linux-x86_64-cpython-310/pyarrow/src
     creating build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow
     creating build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/CMakeLists.txt -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/api.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/arrow_to_pandas.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/arrow_to_pandas.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/arrow_to_python_internal.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/benchmark.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/benchmark.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/common.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/common.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/csv.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/csv.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/datetime.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/datetime.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/decimal.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/decimal.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/deserialize.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/deserialize.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/extension_type.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/extension_type.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/filesystem.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/filesystem.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/flight.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/flight.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/gdb.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/gdb.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/helpers.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/helpers.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/inference.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/inference.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/init.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/init.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/io.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/io.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/ipc.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/ipc.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/iterators.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/numpy_convert.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/numpy_convert.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/numpy_internal.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/numpy_interop.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/numpy_to_arrow.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/numpy_to_arrow.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/parquet_encryption.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/parquet_encryption.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/pch.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/platform.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/pyarrow.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/pyarrow.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/pyarrow_api.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/pyarrow_lib.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/python_test.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/python_test.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/python_to_arrow.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/python_to_arrow.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/serialize.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/serialize.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/type_traits.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/udf.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/udf.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     copying pyarrow/src/arrow/python/visibility.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
     creating build/lib.linux-x86_64-cpython-310/pyarrow/tests/data
     creating build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/feather
     copying pyarrow/tests/data/feather/v0.17.0.version.2-compression.lz4.feather -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/feather
     creating build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/orc
     copying pyarrow/tests/data/orc/README.md -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/orc
     copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/orc
     copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.orc -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/orc
     copying pyarrow/tests/data/orc/TestOrcFile.test1.jsn.gz -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/orc
     copying pyarrow/tests/data/orc/TestOrcFile.test1.orc -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/orc
     copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.jsn.gz -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/orc
     copying pyarrow/tests/data/parquet/v0.7.1.parquet -> build/lib.linux-x86_64-cpython-310/pyhon-310/pyarrow/tests/data/orcarrow/tests/data/parquet                                                                    w/tests/data/orc
     copying pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet -> build/lib.linux-x86_ests/data/orc64-cpython-310/pyarrow/tests/data/parquet
     running build_ext                                                                         4-cpython-310/pyarrow/tests/data/parquet   
     creating /tmp/tmpyse2bfkw/pyarrow-11.0.0/build/temp.linux-x86_64-cpython-310              nux-x86_64-cpython-310/pyarrow/tests/data/p
     -- Running cmake for PyArrow
     cmake -DCMAKE_INSTALL_PREFIX=/tmp/tmpyse2bfkw/pyarrow-11.0.0/build/lib.linux-x86_64-cpythoarrow/tests/data/parquetn-310/pyarrow -DPYTHON_EXECUTABLE=/tmp/tmpfoplw4rh/.venv/bin/python -DPython3_EXECUTABLE=/tm64-cpython-310/pyarrow/tests/data/parquet  p/tmpfoplw4rh/.venv/bin/python -DPYARROW_CXXFLAGS= -DPYARROW_BUILD_CUDA=off -DPYARROW_BUILD_SUBSTRAIT=off -DPYARROW_BUILD_FLIGHT=off -DPYARROW_BUILD_GANDIVA=off -DPYARROW_BUILD_DATASET=off -DPYARROW_BUILD_ORC=off -DPYARROW_BUILD_PARQUET=off -DPYARROW_BUILD_PARQUET_ENCRYPTION=off -DPYARROW_BUILD_PLASMA=off -DPYARROW_BUILD_GCS=off -DPYARROW_BUILD_S3=off -DPYARROW_BUILn-310/pyarrow -DPYTHON_EXECUTABLE=/tmp/tmpfD_HDFS=off -DPYARROW_USE_TENSORFLOW=off -DPYARROW_BUNDLE_ARROW_CPP=off -DPYARROW_BUNDLE_BOOSXFLAGS= -DPYARROW_BUILD_CUDA=off -DPYARROW_T=off -DPYARROW_BUNDLE_CYTHON_CPP=off -DPYARROW_BUNDLE_PLASMA_EXECUTABLE=on -DPYARROW_GENERAATASET=off -DPYARROW_BUILD_ORC=off -DPYARROTE_COVERAGE=off -DPYARROW_BOOST_USE_SHARED=on -DPYARROW_PARQUET
 _USE_SHARED=on -DCMAKE_BUILD_ROW_BUILD_GCS=off -DPYARROW_BUILD_S3=off -DTYPE=release /tmp/tmpyse2bfkw/pyarrow-11.0.0                                                _BUNDLE_BOOST=off -DPYARROW_BUNDLE_CYTHON_C
     error: command 'cmake' failed: No such file or directory                                  _USE_SHARED=on -DPYARROW_PARQUET_USE_SHARED
   
   
     at /usr/local/lib/python3.10/site-packages/poetry/installation/chef.py:152 in _prepare    
         148│
         149│                 error = ChefBuildError("\n\n".join(message_parts))
         150│
         151│             if error is not None:
       → 152│                 raise error from None
         153│
         154│             return path
         155│
         156│     def _prepare_sdist(self, archive: Path, destination: Path | None = None) -> Path:
   
   ### Component(s)
   
   Packaging


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] AlenkaF closed issue #34757: ERROR: Failed building wheel for pyarrow

Posted by "AlenkaF (via GitHub)" <gi...@apache.org>.
AlenkaF closed issue #34757:  ERROR: Failed building wheel for pyarrow
URL: https://github.com/apache/arrow/issues/34757


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] ateknur commented on issue #34757: ERROR: Failed building wheel for pyarrow

Posted by "ateknur (via GitHub)" <gi...@apache.org>.
ateknur commented on issue #34757:
URL: https://github.com/apache/arrow/issues/34757#issuecomment-1486595988

   pip version pip 23.0.1
   poetry --version poetry 1.4.0
   python --version Python 3.10.2


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] ateknur commented on issue #34757: [Python] ERROR: Failed building wheel for pyarrow

Posted by "ateknur (via GitHub)" <gi...@apache.org>.
ateknur commented on issue #34757:
URL: https://github.com/apache/arrow/issues/34757#issuecomment-1488052183

   @jorisvandenbossche thanks for immediate response
   
   I'm trying to create poetry.lock file from above the toml file; when I attempted to install poetry, pyarrow was not successful. I personally installed cmake after noticing that it was unable to locate it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] ateknur commented on issue #34757: [Python] ERROR: Failed building wheel for pyarrow

Posted by "ateknur (via GitHub)" <gi...@apache.org>.
ateknur commented on issue #34757:
URL: https://github.com/apache/arrow/issues/34757#issuecomment-1488040039

   @kou I've installed pip install cmake but still not able to install pyarrow.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Python] ERROR: Failed building wheel for pyarrow [arrow]

Posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org>.
jorisvandenbossche commented on issue #34757:
URL: https://github.com/apache/arrow/issues/34757#issuecomment-1750072067

   You might be using Python 3.12? In that case, there are no wheels yet for pyarrow for Python 3.12, the solution is to wait a month with using Python 3.12.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Python] ERROR: Failed building wheel for pyarrow [arrow]

Posted by "dss010101 (via GitHub)" <gi...@apache.org>.
dss010101 commented on issue #34757:
URL: https://github.com/apache/arrow/issues/34757#issuecomment-1749819463

   having this issue all of a sudden...there a solution, workaround?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] ateknur commented on issue #34757: [Python] ERROR: Failed building wheel for pyarrow

Posted by "ateknur (via GitHub)" <gi...@apache.org>.
ateknur commented on issue #34757:
URL: https://github.com/apache/arrow/issues/34757#issuecomment-1488075513

   I'm using below mentioned image into the docker container.
   
   Image Name - python-build-3.10.2-alpine3.15:3.0.7 
   Docker Desktop 4.17.1 (101757)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] jorisvandenbossche commented on issue #34757: [Python] ERROR: Failed building wheel for pyarrow

Posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org>.
jorisvandenbossche commented on issue #34757:
URL: https://github.com/apache/arrow/issues/34757#issuecomment-1488039671

   Just installing cmake will typically not be enough, you will also need to have Arrow C++ installed.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] jorisvandenbossche commented on issue #34757: [Python] ERROR: Failed building wheel for pyarrow

Posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org>.
jorisvandenbossche commented on issue #34757:
URL: https://github.com/apache/arrow/issues/34757#issuecomment-1488064741

   What OS are you using? If you are just trying to install a released version of pyarrow, ideally you get a binary wheel, but it seems it is installing from a source sdist (and that requires a whole of set of additional non-python dependencies, so that is not expected to work out of the box). But normally it should download a wheel, and will only fallback to a source archive if there is no wheel available compatible with your platform.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] ateknur commented on issue #34757: ERROR: Failed building wheel for pyarrow

Posted by "ateknur (via GitHub)" <gi...@apache.org>.
ateknur commented on issue #34757:
URL: https://github.com/apache/arrow/issues/34757#issuecomment-1486566565

   @AlenkaF can you help on the above issue.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Python] ERROR: Failed building wheel for pyarrow [arrow]

Posted by "RubTalha (via GitHub)" <gi...@apache.org>.
RubTalha commented on issue #34757:
URL: https://github.com/apache/arrow/issues/34757#issuecomment-1804189279

   https://stackoverflow.com/questions/77318492/building-wheel-for-pyarrow-pyproject-toml-did-not-run-successfully


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou commented on issue #34757: ERROR: Failed building wheel for pyarrow

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on issue #34757:
URL: https://github.com/apache/arrow/issues/34757#issuecomment-1487583344

   Could you install CMake and try again?
   
   > ```text
   >       error: command 'cmake' failed: No such file or directory
   > ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Python] ERROR: Failed building wheel for pyarrow [arrow]

Posted by "dss010101 (via GitHub)" <gi...@apache.org>.
dss010101 commented on issue #34757:
URL: https://github.com/apache/arrow/issues/34757#issuecomment-1751605396

   > You might be using Python 3.12? In that case, there are no wheels yet for pyarrow for Python 3.12, the solution is to wait a month with using Python 3.12.
   
   yes that's correct. confirmed by rolling back to python 3.11


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org