You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Marvin Giessing (Jira)" <ji...@apache.org> on 2022/01/26 17:46:00 UTC

[jira] [Created] (ARROW-15469) Unable to build pyarrow wheels with manylinux2014 for ppc64le arch

Marvin Giessing created ARROW-15469:
---------------------------------------

             Summary: Unable to build pyarrow wheels with manylinux2014 for ppc64le arch
                 Key: ARROW-15469
                 URL: https://issues.apache.org/jira/browse/ARROW-15469
             Project: Apache Arrow
          Issue Type: Bug
          Components: Python
            Reporter: Marvin Giessing


Hi, I'm trying to build wheels for ppc64le with manylinux2014 following the [documentation|https://arrow.apache.org/docs/developers/python.html#building-on-linux-and-macos] but when I'm executing the cmake command I'm getting this issue:

 

```

[...]
cmake -DCMAKE_INSTALL_PREFIX=$ARROW_HOME \
-DCMAKE_INSTALL_LIBDIR=lib \
-DARROW_WITH_BZ2=ON \
-DARROW_WITH_ZLIB=ON \
-DARROW_WITH_ZSTD=ON \
-DARROW_WITH_LZ4=ON \
-DARROW_WITH_SNAPPY=ON \
-DARROW_WITH_BROTLI=ON \
-DARROW_PARQUET=ON \
-DARROW_PYTHON=ON \
-DARROW_BUILD_TESTS=ON \
-DPython3_EXECUTABLE=/opt/python/cp37-cp37m/bin/python3 \
..
 
[...]
-- Creating bundled static library target arrow_bundled_dependencies at /repos/arrow/cpp/build/release/libarrow_bundled_dependencies.a

CMake Error at /opt/_internal/pipx/venvs/cmake/lib/python3.9/site-packages/cmake/data/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message):

  Could NOT find Python3 (missing: Development NumPy Development.Module

  Development.Embed) (found version "3.7.12")

Call Stack (most recent call first):

  /opt/_internal/pipx/venvs/cmake/lib/python3.9/site-packages/cmake/data/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)

  /opt/_internal/pipx/venvs/cmake/lib/python3.9/site-packages/cmake/data/share/cmake-3.22/Modules/FindPython/Support.cmake:3166 (find_package_handle_standard_args)

  /opt/_internal/pipx/venvs/cmake/lib/python3.9/site-packages/cmake/data/share/cmake-3.22/Modules/FindPython3.cmake:490 (include)

  cmake_modules/FindPython3Alt.cmake:46 (find_package)

  src/arrow/python/CMakeLists.txt:22 (find_package)

```

 

Anyone knows what is going wrong here? I installed numpy via the requirements files.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)