I’m install python 3.13, but when I try “pip install -r requirements.txt”, I know this error:
[celery-beat:latest 11/12] RUN pip install -r requirements.txt:
#16 42.26 Building wheels for collected packages: cx_Oracle, pyarrow
#16 42.26 Building wheel for cx_Oracle (pyproject.toml): started
#16 72.38 Building wheel for cx_Oracle (pyproject.toml): finished with status 'done'
#16 72.39 Created wheel for cx_Oracle: filename=cx_Oracle-8.3.0-cp313-cp313-linux_x86_64.whl size=889670 sha256=26c0132a84ac0e94e4bf779107960fc7eae7106ef62527c8a01bae724a356424
#16 72.39 Stored in directory: /root/.cache/pip/wheels/51/d5/df/61146784a04f4192f24a4ae0d3795d8016e8bea735f768e2e1
#16 72.40 Building wheel for pyarrow (pyproject.toml): started
#16 79.28 Building wheel for pyarrow (pyproject.toml): finished with status 'error'
#16 79.36 error: subprocess-exited-with-error
#16 79.36
#16 79.36 × Building wheel for pyarrow (pyproject.toml) did not run successfully.
#16 79.36 │ exit code: 1
#16 79.36 ╰─> [396 lines of output]
#16 79.36 <string>:34: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
#16 79.36 running bdist_wheel
#16 79.36 running build
#16 79.36 running build_py
#16 79.36 creating build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/compute.py -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/cuda.py -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/util.py -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/ipc.py -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/types.py -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/jvm.py -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_compute_docstrings.py -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/pandas_compat.py -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_generated_version.py -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/feather.py -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/conftest.py -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/cffi.py -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/orc.py -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/dataset.py -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/flight.py -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/acero.py -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/csv.py -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/json.py -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/fs.py -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/__init__.py -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/substrait.py -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/benchmark.py -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 creating build/lib.linux-x86_64-cpython-313/benchmarks
#16 79.36 copying benchmarks/microbenchmarks.py -> build/lib.linux-x86_64-cpython-313/benchmarks
#16 79.36 copying benchmarks/streaming.py -> build/lib.linux-x86_64-cpython-313/benchmarks
#16 79.36 copying benchmarks/io.py -> build/lib.linux-x86_64-cpython-313/benchmarks
#16 79.36 copying benchmarks/common.py -> build/lib.linux-x86_64-cpython-313/benchmarks
#16 79.36 copying benchmarks/convert_pandas.py -> build/lib.linux-x86_64-cpython-313/benchmarks
#16 79.36 copying benchmarks/convert_builtins.py -> build/lib.linux-x86_64-cpython-313/benchmarks
#16 79.36 copying benchmarks/__init__.py -> build/lib.linux-x86_64-cpython-313/benchmarks
#16 79.36 copying benchmarks/parquet.py -> build/lib.linux-x86_64-cpython-313/benchmarks
#16 79.36 copying benchmarks/array_ops.py -> build/lib.linux-x86_64-cpython-313/benchmarks
#16 79.36 creating build/lib.linux-x86_64-cpython-313/scripts
#16 79.36 copying scripts/run_emscripten_tests.py -> build/lib.linux-x86_64-cpython-313/scripts
#16 79.36 copying scripts/test_leak.py -> build/lib.linux-x86_64-cpython-313/scripts
#16 79.36 copying scripts/test_imports.py -> build/lib.linux-x86_64-cpython-313/scripts
#16 79.36 creating build/lib.linux-x86_64-cpython-313/pyarrow/vendored
#16 79.36 copying pyarrow/vendored/version.py -> build/lib.linux-x86_64-cpython-313/pyarrow/vendored
#16 79.36 copying pyarrow/vendored/docscrape.py -> build/lib.linux-x86_64-cpython-313/pyarrow/vendored
#16 79.36 copying pyarrow/vendored/__init__.py -> build/lib.linux-x86_64-cpython-313/pyarrow/vendored
#16 79.36 creating build/lib.linux-x86_64-cpython-313/pyarrow/parquet
#16 79.36 copying pyarrow/parquet/core.py -> build/lib.linux-x86_64-cpython-313/pyarrow/parquet
#16 79.36 copying pyarrow/parquet/encryption.py -> build/lib.linux-x86_64-cpython-313/pyarrow/parquet
#16 79.36 copying pyarrow/parquet/__init__.py -> build/lib.linux-x86_64-cpython-313/pyarrow/parquet
#16 79.36 creating build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_csv.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_extension_type.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_schema.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_flight.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_acero.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_cffi.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_memory.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/util.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_sparse_tensor.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/arrow_16597.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_gdb.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_json.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_exec_plan.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_dataset.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_util.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_ipc.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_orc.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_deprecations.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/strategies.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_strategies.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_scalars.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_fs.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/arrow_39313.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_cpp_internals.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/pandas_examples.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_dataset_encryption.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_gandiva.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_pandas.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_substrait.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/conftest.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/read_record_batch.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_device.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_convert_builtin.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_types.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_jvm.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_cython.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_feather.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_tensor.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_flight_async.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_udf.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/arrow_7980.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_builder.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_io.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/__init__.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_array.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_misc.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_cuda.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_compute.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_table.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_cuda_numba_interop.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_dlpack.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/test_adhoc_memory_leak.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/pandas_threaded_import.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 creating build/lib.linux-x86_64-cpython-313/pyarrow/interchange
#16 79.36 copying pyarrow/interchange/from_dataframe.py -> build/lib.linux-x86_64-cpython-313/pyarrow/interchange
#16 79.36 copying pyarrow/interchange/dataframe.py -> build/lib.linux-x86_64-cpython-313/pyarrow/interchange
#16 79.36 copying pyarrow/interchange/buffer.py -> build/lib.linux-x86_64-cpython-313/pyarrow/interchange
#16 79.36 copying pyarrow/interchange/__init__.py -> build/lib.linux-x86_64-cpython-313/pyarrow/interchange
#16 79.36 copying pyarrow/interchange/column.py -> build/lib.linux-x86_64-cpython-313/pyarrow/interchange
#16 79.36 creating build/lib.linux-x86_64-cpython-313/pyarrow/tests/parquet
#16 79.36 copying pyarrow/tests/parquet/test_basic.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests/parquet
#16 79.36 copying pyarrow/tests/parquet/test_encryption.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests/parquet
#16 79.36 copying pyarrow/tests/parquet/test_parquet_writer.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests/parquet
#16 79.36 copying pyarrow/tests/parquet/test_dataset.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests/parquet
#16 79.36 copying pyarrow/tests/parquet/common.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests/parquet
#16 79.36 copying pyarrow/tests/parquet/test_datetime.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests/parquet
#16 79.36 copying pyarrow/tests/parquet/test_pandas.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests/parquet
#16 79.36 copying pyarrow/tests/parquet/test_parquet_file.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests/parquet
#16 79.36 copying pyarrow/tests/parquet/conftest.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests/parquet
#16 79.36 copying pyarrow/tests/parquet/test_data_types.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests/parquet
#16 79.36 copying pyarrow/tests/parquet/encryption.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests/parquet
#16 79.36 copying pyarrow/tests/parquet/test_metadata.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests/parquet
#16 79.36 copying pyarrow/tests/parquet/test_compliant_nested_type.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests/parquet
#16 79.36 copying pyarrow/tests/parquet/__init__.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests/parquet
#16 79.36 creating build/lib.linux-x86_64-cpython-313/pyarrow/tests/interchange
#16 79.36 copying pyarrow/tests/interchange/test_interchange_spec.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests/interchange
#16 79.36 copying pyarrow/tests/interchange/__init__.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests/interchange
#16 79.36 copying pyarrow/tests/interchange/test_conversion.py -> build/lib.linux-x86_64-cpython-313/pyarrow/tests/interchange
#16 79.36 creating build/lib.linux-x86_64-cpython-313/examples/parquet_encryption
#16 79.36 copying examples/parquet_encryption/sample_vault_kms_client.py -> build/lib.linux-x86_64-cpython-313/examples/parquet_encryption
#16 79.36 creating build/lib.linux-x86_64-cpython-313/examples/flight
#16 79.36 copying examples/flight/server.py -> build/lib.linux-x86_64-cpython-313/examples/flight
#16 79.36 copying examples/flight/client.py -> build/lib.linux-x86_64-cpython-313/examples/flight
#16 79.36 copying examples/flight/middleware.py -> build/lib.linux-x86_64-cpython-313/examples/flight
#16 79.36 creating build/lib.linux-x86_64-cpython-313/examples/dataset
#16 79.36 copying examples/dataset/write_dataset_encrypted.py -> build/lib.linux-x86_64-cpython-313/examples/dataset
#16 79.36 running egg_info
#16 79.36 writing pyarrow.egg-info/PKG-INFO
#16 79.36 writing dependency_links to pyarrow.egg-info/dependency_links.txt
#16 79.36 writing requirements to pyarrow.egg-info/requires.txt
#16 79.36 writing top-level names to pyarrow.egg-info/top_level.txt
#16 79.36 ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any
#16 79.36 reading manifest file 'pyarrow.egg-info/SOURCES.txt'
#16 79.36 reading manifest template 'MANIFEST.in'
#16 79.36 warning: no files found matching '../LICENSE.txt'
#16 79.36 warning: no files found matching '../NOTICE.txt'
#16 79.36 warning: no previously-included files matching '*.so' found anywhere in distribution
#16 79.36 warning: no previously-included files matching '*.pyc' found anywhere in distribution
#16 79.36 warning: no previously-included files matching '*~' found anywhere in distribution
#16 79.36 warning: no previously-included files matching '#*' found anywhere in distribution
#16 79.36 warning: no previously-included files matching '.git*' found anywhere in distribution
#16 79.36 warning: no previously-included files matching '.DS_Store' found anywhere in distribution
#16 79.36 no previously-included directories found matching '.asv'
#16 79.36 writing manifest file 'pyarrow.egg-info/SOURCES.txt'
#16 79.36 copying pyarrow/__init__.pxd -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_acero.pxd -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_acero.pyx -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_azurefs.pyx -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_compute.pxd -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_compute.pyx -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_csv.pxd -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_csv.pyx -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_cuda.pxd -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_cuda.pyx -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_dataset.pxd -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_dataset.pyx -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_dataset_orc.pyx -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_dataset_parquet.pxd -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_dataset_parquet.pyx -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_dataset_parquet_encryption.pyx -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_dlpack.pxi -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_feather.pyx -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_flight.pyx -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_fs.pxd -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_fs.pyx -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_gcsfs.pyx -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_hdfs.pyx -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_json.pxd -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_json.pyx -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_orc.pxd -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_orc.pyx -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_parquet.pxd -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_parquet.pyx -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_parquet_encryption.pxd -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_parquet_encryption.pyx -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_pyarrow_cpp_tests.pxd -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_pyarrow_cpp_tests.pyx -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_s3fs.pyx -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/_substrait.pyx -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/array.pxi -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/benchmark.pxi -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/builder.pxi -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/compat.pxi -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/config.pxi -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/device.pxi -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/error.pxi -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/gandiva.pyx -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/io.pxi -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/ipc.pxi -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/lib.pxd -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/lib.pyx -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/memory.pxi -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/pandas-shim.pxi -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/public-api.pxi -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/scalar.pxi -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/table.pxi -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/tensor.pxi -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 copying pyarrow/types.pxi -> build/lib.linux-x86_64-cpython-313/pyarrow
#16 79.36 creating build/lib.linux-x86_64-cpython-313/pyarrow/includes
#16 79.36 copying pyarrow/includes/__init__.pxd -> build/lib.linux-x86_64-cpython-313/pyarrow/includes
#16 79.36 copying pyarrow/includes/libgandiva.pxd -> build/lib.linux-x86_64-cpython-313/pyarrow/includes
#16 79.36 copying pyarrow/includes/libarrow_dataset.pxd -> build/lib.linux-x86_64-cpython-313/pyarrow/includes
#16 79.36 copying pyarrow/includes/libarrow.pxd -> build/lib.linux-x86_64-cpython-313/pyarrow/includes
#16 79.36 copying pyarrow/includes/libarrow_acero.pxd -> build/lib.linux-x86_64-cpython-313/pyarrow/includes
#16 79.36 copying pyarrow/includes/libarrow_python.pxd -> build/lib.linux-x86_64-cpython-313/pyarrow/includes
#16 79.36 copying pyarrow/includes/libarrow_substrait.pxd -> build/lib.linux-x86_64-cpython-313/pyarrow/includes
#16 79.36 copying pyarrow/includes/libarrow_feather.pxd -> build/lib.linux-x86_64-cpython-313/pyarrow/includes
#16 79.36 copying pyarrow/includes/libarrow_cuda.pxd -> build/lib.linux-x86_64-cpython-313/pyarrow/includes
#16 79.36 copying pyarrow/includes/libarrow_fs.pxd -> build/lib.linux-x86_64-cpython-313/pyarrow/includes
#16 79.36 copying pyarrow/includes/libarrow_dataset_parquet.pxd -> build/lib.linux-x86_64-cpython-313/pyarrow/includes
#16 79.36 copying pyarrow/includes/libparquet_encryption.pxd -> build/lib.linux-x86_64-cpython-313/pyarrow/includes
#16 79.36 copying pyarrow/includes/libarrow_flight.pxd -> build/lib.linux-x86_64-cpython-313/pyarrow/includes
#16 79.36 copying pyarrow/includes/common.pxd -> build/lib.linux-x86_64-cpython-313/pyarrow/includes
#16 79.36 creating build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/AWSSDKVariables.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/BuildUtils.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/DefineOptions.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/FindAWSSDKAlt.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/FindAzure.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/FindBrotliAlt.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/FindClangTools.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/FindGTestAlt.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/FindInferTools.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/FindLLVMAlt.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/FindOpenSSLAlt.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/FindProtobufAlt.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/FindPython3Alt.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/FindRapidJSONAlt.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/FindSQLite3Alt.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/FindSnappyAlt.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/FindThriftAlt.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/Findc-aresAlt.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/FindgRPCAlt.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/FindgflagsAlt.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/FindglogAlt.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/FindjemallocAlt.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/Findlibrados.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/Findlz4Alt.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/FindorcAlt.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/Findre2Alt.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/Findutf8proc.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/FindzstdAlt.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/GandivaAddBitcode.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/SetupCxxFlags.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/ThirdpartyToolchain.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/UseCython.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/Usevcpkg.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/aws_sdk_cpp_generate_variables.sh -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/san-config.cmake -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying cmake_modules/snappy.diff -> build/lib.linux-x86_64-cpython-313/cmake_modules
#16 79.36 copying pyarrow/tests/bound_function_visit_strings.pyx -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/extensions.pyx -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 copying pyarrow/tests/pyarrow_cython_example.pyx -> build/lib.linux-x86_64-cpython-313/pyarrow/tests
#16 79.36 creating build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/CMakeLists.txt -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/api.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/arrow_to_pandas.cc -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/arrow_to_pandas.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/arrow_to_python_internal.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/async.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/benchmark.cc -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/benchmark.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/common.cc -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/common.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/csv.cc -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/csv.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/datetime.cc -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/datetime.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/decimal.cc -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/decimal.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/deserialize.cc -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/deserialize.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/extension_type.cc -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/extension_type.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/filesystem.cc -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/filesystem.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/flight.cc -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/flight.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/gdb.cc -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/gdb.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/helpers.cc -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/helpers.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/inference.cc -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/inference.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/init.cc -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/init.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/io.cc -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/io.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/ipc.cc -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/ipc.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/iterators.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/numpy_convert.cc -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/numpy_convert.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/numpy_internal.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/numpy_interop.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/numpy_to_arrow.cc -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/numpy_to_arrow.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/parquet_encryption.cc -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/parquet_encryption.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/pch.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/platform.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/pyarrow.cc -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/pyarrow.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/pyarrow_api.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/pyarrow_lib.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/python_test.cc -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/python_test.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/python_to_arrow.cc -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/python_to_arrow.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/serialize.cc -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/serialize.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/type_traits.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/udf.cc -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/udf.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 copying pyarrow/src/arrow/python/visibility.h -> build/lib.linux-x86_64-cpython-313/pyarrow/src/arrow/python
#16 79.36 creating build/lib.linux-x86_64-cpython-313/pyarrow/tests/data/orc
#16 79.36 copying pyarrow/tests/data/orc/README.md -> build/lib.linux-x86_64-cpython-313/pyarrow/tests/data/orc
#16 79.36 copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz -> build/lib.linux-x86_64-cpython-313/pyarrow/tests/data/orc
#16 79.36 copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.orc -> build/lib.linux-x86_64-cpython-313/pyarrow/tests/data/orc
#16 79.36 copying pyarrow/tests/data/orc/TestOrcFile.test1.jsn.gz -> build/lib.linux-x86_64-cpython-313/pyarrow/tests/data/orc
#16 79.36 copying pyarrow/tests/data/orc/TestOrcFile.test1.orc -> build/lib.linux-x86_64-cpython-313/pyarrow/tests/data/orc
#16 79.36 copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.jsn.gz -> build/lib.linux-x86_64-cpython-313/pyarrow/tests/data/orc
#16 79.36 copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.orc -> build/lib.linux-x86_64-cpython-313/pyarrow/tests/data/orc
#16 79.36 copying pyarrow/tests/data/orc/decimal.jsn.gz -> build/lib.linux-x86_64-cpython-313/pyarrow/tests/data/orc
#16 79.36 copying pyarrow/tests/data/orc/decimal.orc -> build/lib.linux-x86_64-cpython-313/pyarrow/tests/data/orc
#16 79.36 creating build/lib.linux-x86_64-cpython-313/pyarrow/tests/data/parquet
#16 79.36 copying pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet -> build/lib.linux-x86_64-cpython-313/pyarrow/tests/data/parquet
#16 79.36 copying pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet -> build/lib.linux-x86_64-cpython-313/pyarrow/tests/data/parquet
#16 79.36 copying pyarrow/tests/data/parquet/v0.7.1.parquet -> build/lib.linux-x86_64-cpython-313/pyarrow/tests/data/parquet
#16 79.36 copying pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet -> build/lib.linux-x86_64-cpython-313/pyarrow/tests/data/parquet
#16 79.36 creating build/lib.linux-x86_64-cpython-313/pyarrow/tests/data/feather
#16 79.36 copying pyarrow/tests/data/feather/v0.17.0.version.2-compression.lz4.feather -> build/lib.linux-x86_64-cpython-313/pyarrow/tests/data/feather
#16 79.36 running build_ext
#16 79.36 creating /tmp/pip-install-pcqd6uny/pyarrow_65a3c1a1c1d94c01a96265c4cbf1ef3d/build/temp.linux-x86_64-cpython-313
#16 79.36 -- Running cmake for PyArrow
#16 79.36 cmake -DCMAKE_INSTALL_PREFIX=/tmp/pip-install-pcqd6uny/pyarrow_65a3c1a1c1d94c01a96265c4cbf1ef3d/build/lib.linux-x86_64-cpython-313/pyarrow -DPYTHON_EXECUTABLE=/usr/local/bin/python3.13 -DPython3_EXECUTABLE=/usr/local/bin/python3.13 -DPYARROW_CXXFLAGS= -DPYARROW_BUNDLE_ARROW_CPP=off -DPYARROW_BUNDLE_CYTHON_CPP=off -DPYARROW_GENERATE_COVERAGE=off -DCMAKE_BUILD_TYPE=release /tmp/pip-install-pcqd6uny/pyarrow_65a3c1a1c1d94c01a96265c4cbf1ef3d
#16 79.36 -- The C compiler identification is GNU 12.2.0
#16 79.36 -- The CXX compiler identification is GNU 12.2.0
#16 79.36 -- Detecting C compiler ABI info
#16 79.36 -- Detecting C compiler ABI info - done
#16 79.36 -- Check for working C compiler: /usr/bin/cc - skipped
#16 79.36 -- Detecting C compile features
#16 79.36 -- Detecting C compile features - done
#16 79.36 -- Detecting CXX compiler ABI info
#16 79.36 -- Detecting CXX compiler ABI info - done
#16 79.36 -- Check for working CXX compiler: /usr/bin/c++ - skipped
#16 79.36 -- Detecting CXX compile features
#16 79.36 -- Detecting CXX compile features - done
#16 79.36 -- System processor: x86_64
#16 79.36 -- Performing Test CXX_SUPPORTS_SSE4_2
#16 79.36 -- Performing Test CXX_SUPPORTS_SSE4_2 - Success
#16 79.36 -- Performing Test CXX_SUPPORTS_AVX2
#16 79.36 -- Performing Test CXX_SUPPORTS_AVX2 - Success
#16 79.36 -- Performing Test CXX_SUPPORTS_AVX512
#16 79.36 -- Performing Test CXX_SUPPORTS_AVX512 - Success
#16 79.36 -- Arrow build warning level: PRODUCTION
#16 79.36 -- Using ld linker
#16 79.36 -- Build Type: RELEASE
#16 79.36 -- CMAKE_C_FLAGS: -Wall -fno-semantic-interposition -msse4.2 -fdiagnostics-color=always -fno-omit-frame-pointer -Wno-unused-variable -Wno-maybe-uninitialized
#16 79.36 -- CMAKE_CXX_FLAGS: -Wno-noexcept-type -Wall -fno-semantic-interposition -msse4.2 -fdiagnostics-color=always -fno-omit-frame-pointer -Wno-unused-variable -Wno-maybe-uninitialized
#16 79.36 -- Generator: Unix Makefiles
#16 79.36 -- Build output directory: /tmp/pip-install-pcqd6uny/pyarrow_65a3c1a1c1d94c01a96265c4cbf1ef3d/build/temp.linux-x86_64-cpython-313/release
#16 79.36 -- Found Python3: /usr/local/bin/python3.13 (found version "3.13.0") found components: Interpreter Development.Module NumPy
#16 79.36 -- Found Python3Alt: /usr/local/bin/python3.13
#16 79.36 -- Found NumPy version: 2.1.2
#16 79.36 -- NumPy include dir: /tmp/pip-build-env-j88qc8iv/overlay/lib/python3.13/site-packages/numpy/_core/include
#16 79.36 CMake Error at CMakeLists.txt:266 (find_package):
#16 79.36 By not providing "FindArrow.cmake" in CMAKE_MODULE_PATH this project has
#16 79.36 asked CMake to find a package configuration file provided by "Arrow", but
#16 79.36 CMake did not find one.
#16 79.36
#16 79.36 Could not find a package configuration file provided by "Arrow" with any of
#16 79.36 the following names:
#16 79.36
#16 79.36 ArrowConfig.cmake
#16 79.36 arrow-config.cmake
#16 79.36
#16 79.36 Add the installation prefix of "Arrow" to CMAKE_PREFIX_PATH or set
#16 79.36 "Arrow_DIR" to a directory containing one of the above files. If "Arrow"
#16 79.36 provides a separate development package or SDK, be sure it has been
#16 79.36 installed.
#16 79.36
#16 79.36
#16 79.36 -- Configuring incomplete, errors occurred!
#16 79.36 See also "/tmp/pip-install-pcqd6uny/pyarrow_65a3c1a1c1d94c01a96265c4cbf1ef3d/build/temp.linux-x86_64-cpython-313/CMakeFiles/CMakeOutput.log".
#16 79.36 error: command '/usr/bin/cmake' failed with exit code 1
#16 79.36 [end of output]
#16 79.36
#16 79.36 note: This error originates from a subprocess, and is likely not a problem with pip.
#16 79.36 ERROR: Failed building wheel for pyarrow
#16 79.36 Successfully built cx_Oracle
#16 79.36 Failed to build pyarrow
#16 79.87 ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (pyarrow)
------
failed to solve: process "/bin/sh -c pip install -r requirements.txt" did not complete successfully: exit code: 1
It is the first time I see this error and I suspect that it is an internal error of the python 3.13 version. Does Anyone know about this error?