Skip to content

Instantly share code, notes, and snippets.

@crypdick
Last active March 20, 2023 19:44
Show Gist options
  • Save crypdick/1beb6b70cd815b06739c67f7842da03e to your computer and use it in GitHub Desktop.
Save crypdick/1beb6b70cd815b06739c67f7842da03e to your computer and use it in GitHub Desktop.
(test) richard@rainbows  ~/src/DENDRA/seeweed   RI-709-function-that-takes-inference-run ±  pip install autofaiss
Collecting autofaiss
Using cached autofaiss-2.15.5-py3-none-any.whl (69 kB)
Collecting fire<0.5.0,>=0.4.0
Using cached fire-0.4.0-py2.py3-none-any.whl
Collecting numpy<2,>=1.19.5
Using cached numpy-1.24.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB)
Collecting pandas<2,>=1.1.5
Using cached pandas-1.5.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.0 MB)
Collecting pyarrow<8,>=6.0.1
Using cached pyarrow-7.0.0.tar.gz (816 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting tqdm<5,>=4.62.3
Using cached tqdm-4.65.0-py3-none-any.whl (77 kB)
Collecting fsspec>=2022.1.0
Using cached fsspec-2023.3.0-py3-none-any.whl (145 kB)
Collecting embedding-reader<2,>=1.2.0
Using cached embedding_reader-1.5.0-py3-none-any.whl (18 kB)
Collecting faiss-cpu<2,>=1
Using cached faiss_cpu-1.7.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.0 MB)
Collecting six
Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting termcolor
Using cached termcolor-2.2.0-py3-none-any.whl (6.6 kB)
Collecting python-dateutil>=2.8.1
Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Collecting pytz>=2020.1
Using cached pytz-2022.7.1-py2.py3-none-any.whl (499 kB)
Building wheels for collected packages: pyarrow
Building wheel for pyarrow (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for pyarrow (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [379 lines of output]
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-cpython-311
creating build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/orc.py -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/__init__.py -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/ipc.py -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/dataset.py -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/serialization.py -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/_compute_docstrings.py -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/filesystem.py -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/cuda.py -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/jvm.py -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/util.py -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/benchmark.py -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/compute.py -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/hdfs.py -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/fs.py -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/csv.py -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/compat.py -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/pandas_compat.py -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/_generated_version.py -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/json.py -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/plasma.py -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/types.py -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/cffi.py -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/flight.py -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/feather.py -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/parquet.py -> build/lib.linux-x86_64-cpython-311/pyarrow
creating build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/__init__.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_tensor.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_cffi.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_filesystem.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_feather.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/conftest.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_scalars.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_deprecations.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_table.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_fs.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/pandas_examples.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_pandas.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_jvm.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_orc.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_plasma.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_types.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_convert_builtin.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_cuda.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_hdfs.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_csv.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_cuda_numba_interop.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/util.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_memory.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/arrow_7980.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_strategies.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_cython.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_plasma_tf_op.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/strategies.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_array.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_extension_type.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_serialization_deprecated.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_io.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_adhoc_memory_leak.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_flight.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_gdb.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_dataset.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_serialization.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/deserialize_buffer.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_sparse_tensor.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_misc.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_json.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_util.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_builder.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_gandiva.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_schema.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_compute.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/pandas_threaded_import.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/test_ipc.py -> build/lib.linux-x86_64-cpython-311/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
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'
/tmp/pip-build-env-4b5ivlx2/overlay/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'pyarrow.includes' as data is deprecated, please list it in `packages`.
!!
############################
# Package would be ignored #
############################
Python recognizes 'pyarrow.includes' as an importable package,
but it is not listed in the `packages` configuration of setuptools.
'pyarrow.includes' has been automatically added to the distribution only
because it may contain data files, but this behavior is likely to change
in future versions of setuptools (and therefore is considered deprecated).
Please make sure that 'pyarrow.includes' is included as a package by using
the `packages` configuration field or the proper discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" and "data files" on setuptools
documentation page.
!!
check.warn(importable)
/tmp/pip-build-env-4b5ivlx2/overlay/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'pyarrow.tensorflow' as data is deprecated, please list it in `packages`.
!!
############################
# Package would be ignored #
############################
Python recognizes 'pyarrow.tensorflow' as an importable package,
but it is not listed in the `packages` configuration of setuptools.
'pyarrow.tensorflow' has been automatically added to the distribution only
because it may contain data files, but this behavior is likely to change
in future versions of setuptools (and therefore is considered deprecated).
Please make sure that 'pyarrow.tensorflow' is included as a package by using
the `packages` configuration field or the proper discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" and "data files" on setuptools
documentation page.
!!
check.warn(importable)
/tmp/pip-build-env-4b5ivlx2/overlay/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'pyarrow.tests.data.feather' as data is deprecated, please list it in `packages`.
!!
############################
# Package would be ignored #
############################
Python recognizes 'pyarrow.tests.data.feather' as an importable package,
but it is not listed in the `packages` configuration of setuptools.
'pyarrow.tests.data.feather' has been automatically added to the distribution only
because it may contain data files, but this behavior is likely to change
in future versions of setuptools (and therefore is considered deprecated).
Please make sure that 'pyarrow.tests.data.feather' is included as a package by using
the `packages` configuration field or the proper discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" and "data files" on setuptools
documentation page.
!!
check.warn(importable)
/tmp/pip-build-env-4b5ivlx2/overlay/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'pyarrow.tests.data.orc' as data is deprecated, please list it in `packages`.
!!
############################
# Package would be ignored #
############################
Python recognizes 'pyarrow.tests.data.orc' as an importable package,
but it is not listed in the `packages` configuration of setuptools.
'pyarrow.tests.data.orc' has been automatically added to the distribution only
because it may contain data files, but this behavior is likely to change
in future versions of setuptools (and therefore is considered deprecated).
Please make sure that 'pyarrow.tests.data.orc' is included as a package by using
the `packages` configuration field or the proper discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" and "data files" on setuptools
documentation page.
!!
check.warn(importable)
/tmp/pip-build-env-4b5ivlx2/overlay/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'pyarrow.tests.data.parquet' as data is deprecated, please list it in `packages`.
!!
############################
# Package would be ignored #
############################
Python recognizes 'pyarrow.tests.data.parquet' as an importable package,
but it is not listed in the `packages` configuration of setuptools.
'pyarrow.tests.data.parquet' has been automatically added to the distribution only
because it may contain data files, but this behavior is likely to change
in future versions of setuptools (and therefore is considered deprecated).
Please make sure that 'pyarrow.tests.data.parquet' is included as a package by using
the `packages` configuration field or the proper discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" and "data files" on setuptools
documentation page.
!!
check.warn(importable)
/tmp/pip-build-env-4b5ivlx2/overlay/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'pyarrow.tests.parquet' as data is deprecated, please list it in `packages`.
!!
############################
# Package would be ignored #
############################
Python recognizes 'pyarrow.tests.parquet' as an importable package,
but it is not listed in the `packages` configuration of setuptools.
'pyarrow.tests.parquet' has been automatically added to the distribution only
because it may contain data files, but this behavior is likely to change
in future versions of setuptools (and therefore is considered deprecated).
Please make sure that 'pyarrow.tests.parquet' is included as a package by using
the `packages` configuration field or the proper discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" and "data files" on setuptools
documentation page.
!!
check.warn(importable)
/tmp/pip-build-env-4b5ivlx2/overlay/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'pyarrow.vendored' as data is deprecated, please list it in `packages`.
!!
############################
# Package would be ignored #
############################
Python recognizes 'pyarrow.vendored' as an importable package,
but it is not listed in the `packages` configuration of setuptools.
'pyarrow.vendored' has been automatically added to the distribution only
because it may contain data files, but this behavior is likely to change
in future versions of setuptools (and therefore is considered deprecated).
Please make sure that 'pyarrow.vendored' is included as a package by using
the `packages` configuration field or the proper discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" and "data files" on setuptools
documentation page.
!!
check.warn(importable)
copying pyarrow/__init__.pxd -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/_compute.pxd -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/_compute.pyx -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/_csv.pxd -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/_csv.pyx -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/_cuda.pxd -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/_cuda.pyx -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/_dataset.pxd -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/_dataset.pyx -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/_dataset_orc.pyx -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/_dataset_parquet.pyx -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/_feather.pyx -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/_flight.pyx -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/_fs.pxd -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/_fs.pyx -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/_hdfs.pyx -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/_hdfsio.pyx -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/_json.pyx -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/_orc.pxd -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/_orc.pyx -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/_parquet.pxd -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/_parquet.pyx -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/_plasma.pyx -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/_s3fs.pyx -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/array.pxi -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/benchmark.pxi -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/builder.pxi -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/compat.pxi -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/config.pxi -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/error.pxi -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/gandiva.pyx -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/io.pxi -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/ipc.pxi -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/lib.pxd -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/lib.pyx -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/memory.pxi -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/pandas-shim.pxi -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/public-api.pxi -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/scalar.pxi -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/serialization.pxi -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/table.pxi -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/tensor.pxi -> build/lib.linux-x86_64-cpython-311/pyarrow
copying pyarrow/types.pxi -> build/lib.linux-x86_64-cpython-311/pyarrow
creating build/lib.linux-x86_64-cpython-311/pyarrow/includes
copying pyarrow/includes/__init__.pxd -> build/lib.linux-x86_64-cpython-311/pyarrow/includes
copying pyarrow/includes/common.pxd -> build/lib.linux-x86_64-cpython-311/pyarrow/includes
copying pyarrow/includes/libarrow.pxd -> build/lib.linux-x86_64-cpython-311/pyarrow/includes
copying pyarrow/includes/libarrow_cuda.pxd -> build/lib.linux-x86_64-cpython-311/pyarrow/includes
copying pyarrow/includes/libarrow_dataset.pxd -> build/lib.linux-x86_64-cpython-311/pyarrow/includes
copying pyarrow/includes/libarrow_dataset_parquet.pxd -> build/lib.linux-x86_64-cpython-311/pyarrow/includes
copying pyarrow/includes/libarrow_feather.pxd -> build/lib.linux-x86_64-cpython-311/pyarrow/includes
copying pyarrow/includes/libarrow_flight.pxd -> build/lib.linux-x86_64-cpython-311/pyarrow/includes
copying pyarrow/includes/libarrow_fs.pxd -> build/lib.linux-x86_64-cpython-311/pyarrow/includes
copying pyarrow/includes/libgandiva.pxd -> build/lib.linux-x86_64-cpython-311/pyarrow/includes
copying pyarrow/includes/libplasma.pxd -> build/lib.linux-x86_64-cpython-311/pyarrow/includes
creating build/lib.linux-x86_64-cpython-311/pyarrow/tensorflow
copying pyarrow/tensorflow/plasma_op.cc -> build/lib.linux-x86_64-cpython-311/pyarrow/tensorflow
creating build/lib.linux-x86_64-cpython-311/pyarrow/vendored
copying pyarrow/vendored/__init__.py -> build/lib.linux-x86_64-cpython-311/pyarrow/vendored
copying pyarrow/vendored/docscrape.py -> build/lib.linux-x86_64-cpython-311/pyarrow/vendored
copying pyarrow/vendored/version.py -> build/lib.linux-x86_64-cpython-311/pyarrow/vendored
copying pyarrow/tests/bound_function_visit_strings.pyx -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
copying pyarrow/tests/pyarrow_cython_example.pyx -> build/lib.linux-x86_64-cpython-311/pyarrow/tests
creating build/lib.linux-x86_64-cpython-311/pyarrow/tests/data
creating build/lib.linux-x86_64-cpython-311/pyarrow/tests/data/feather
copying pyarrow/tests/data/feather/v0.17.0.version=2-compression=lz4.feather -> build/lib.linux-x86_64-cpython-311/pyarrow/tests/data/feather
creating build/lib.linux-x86_64-cpython-311/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/README.md -> build/lib.linux-x86_64-cpython-311/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz -> build/lib.linux-x86_64-cpython-311/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.orc -> build/lib.linux-x86_64-cpython-311/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/TestOrcFile.test1.jsn.gz -> build/lib.linux-x86_64-cpython-311/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/TestOrcFile.test1.orc -> build/lib.linux-x86_64-cpython-311/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.jsn.gz -> build/lib.linux-x86_64-cpython-311/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.orc -> build/lib.linux-x86_64-cpython-311/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/decimal.jsn.gz -> build/lib.linux-x86_64-cpython-311/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/decimal.orc -> build/lib.linux-x86_64-cpython-311/pyarrow/tests/data/orc
creating build/lib.linux-x86_64-cpython-311/pyarrow/tests/data/parquet
copying pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet -> build/lib.linux-x86_64-cpython-311/pyarrow/tests/data/parquet
copying pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet -> build/lib.linux-x86_64-cpython-311/pyarrow/tests/data/parquet
copying pyarrow/tests/data/parquet/v0.7.1.parquet -> build/lib.linux-x86_64-cpython-311/pyarrow/tests/data/parquet
copying pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet -> build/lib.linux-x86_64-cpython-311/pyarrow/tests/data/parquet
creating build/lib.linux-x86_64-cpython-311/pyarrow/tests/parquet
copying pyarrow/tests/parquet/common.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests/parquet
copying pyarrow/tests/parquet/conftest.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests/parquet
copying pyarrow/tests/parquet/test_basic.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests/parquet
copying pyarrow/tests/parquet/test_compliant_nested_type.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests/parquet
copying pyarrow/tests/parquet/test_data_types.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests/parquet
copying pyarrow/tests/parquet/test_dataset.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests/parquet
copying pyarrow/tests/parquet/test_datetime.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests/parquet
copying pyarrow/tests/parquet/test_metadata.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests/parquet
copying pyarrow/tests/parquet/test_pandas.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests/parquet
copying pyarrow/tests/parquet/test_parquet_file.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests/parquet
copying pyarrow/tests/parquet/test_parquet_writer.py -> build/lib.linux-x86_64-cpython-311/pyarrow/tests/parquet
running build_ext
creating /tmp/pip-install-9yuu4h8q/pyarrow_3ff577b5df9e4eb2a66289d54d0b088f/build/temp.linux-x86_64-cpython-311
-- Running cmake for pyarrow
cmake -DPYTHON_EXECUTABLE=/home/richard/miniconda3/envs/test/bin/python -DPython3_EXECUTABLE=/home/richard/miniconda3/envs/test/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 /tmp/pip-install-9yuu4h8q/pyarrow_3ff577b5df9e4eb2a66289d54d0b088f
error: command 'cmake' failed: No such file or directory
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pyarrow
Failed to build pyarrow
ERROR: Could not build wheels for pyarrow, which is required to install pyproject.toml-based projects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment