Yikun commented on pull request #9285: URL: https://github.com/apache/arrow/pull/9285#issuecomment-814672932
```shell pip install --extra-index-url https://pypi.fury.io/arrow-nightlies/ --pre pyarrow ``` The one line pyarrow nightly wheels installation is still not working in my aarch64 env. The error output looks like: ``` Looking in indexes: https://pypi.org/simple, https://pypi.fury.io/arrow-nightlies/ Collecting pyarrow Downloading https://pypi.fury.io/arrow-nightlies/-/ver_10iU12/pyarrow-3.1.0.dev538.tar.gz (706 kB) |████████████████████████████████| 706 kB 213 kB/s Installing build dependencies ... done Getting requirements to build wheel ... done Preparing wheel metadata ... done Requirement already satisfied: numpy>=1.16.6 in /root/venv/lib/python3.8/site-packages (from pyarrow) (1.20.2) Building wheels for collected packages: pyarrow Building wheel for pyarrow (PEP 517) ... error ERROR: Command errored out with exit status 1: // ... ... -- Could NOT find Arrow (missing: Arrow_DIR) -- Checking for module 'arrow' -- No package 'arrow' found CMake Error at /usr/local/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:218 (message): Could NOT find Arrow (missing: ARROW_INCLUDE_DIR ARROW_LIB_DIR ARROW_FULL_SO_VERSION ARROW_SO_VERSION) Call Stack (most recent call first): /usr/local/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:582 (_FPHSA_FAILURE_MESSAGE) cmake_modules/FindArrow.cmake:419 (find_package_handle_standard_args) cmake_modules/FindArrowPython.cmake:46 (find_package) CMakeLists.txt:218 (find_package) -- Configuring incomplete, errors occurred! See also "/tmp/pip-install-90jcajgr/pyarrow_6ee2e29916394a13ba2ac9eef03a9e44/build/temp.linux-aarch64-3.8/CMakeFiles/CMakeOutput.log". error: command 'cmake' failed with exit status 1 ---------------------------------------- ERROR: Failed building wheel for pyarrow Failed to build pyarrow ERROR: Could not build wheels for pyarrow which use PEP 517 and cannot be installed directly ``` Looks like I need to install the `arrow` manually? But I can use `pip install pyarrow` in my x86 env without any other separate installation. Do you have any idea? -- 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. For queries about this service, please contact Infrastructure at: [email protected]
