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

[jira] [Comment Edited] (ARROW-18032) pyarrow no go with pip3 and py-3.11rc2

    [ https://issues.apache.org/jira/browse/ARROW-18032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617358#comment-17617358 ] 

Kouhei Sutou edited comment on ARROW-18032 at 10/14/22 1:56 AM:
----------------------------------------------------------------

numpy is build  dependency but yes it is installed prior to pyarrow

{noformat}
/tmp/pip-install-dwsd6ksy/pyarrow_27117d67500f4d179fb10a3b5e64c02c/build/temp.linux-x86_64-cpython-311/CMakeFiles/CMakeOutput.log
{noformat}

does get created but it desapers after pip and cmake trws an error

I checked  /tmp folder and stuff does get created and then pip cleans it up ...

{noformat}
-- Build output directory: /tmp/pip-install-c4lv0th4/pyarrow_3e4f941e931948eb9d252423ee7bed01/build/temp.linux-x86_64-cpython-311/release
      CMake Error at /usr/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
        Could NOT find Python3 (missing: Python3_NumPy_INCLUDE_DIRS NumPy) (found
        version "3.11.0")
      Call Stack (most recent call first):
        /usr/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
        /usr/local/share/cmake-3.21/Modules/FindPython/Support.cmake:3166 (find_package_handle_standard_args)
        /usr/local/share/cmake-3.21/Modules/FindPython3.cmake:485 (include)
        cmake_modules/FindPython3Alt.cmake:56 (find_package)
        CMakeLists.txt:218 (find_package)
      
      
      -- Configuring incomplete, errors occurred!
      See also "/tmp/pip-install-c4lv0th4/pyarrow_3e4f941e931948eb9d252423ee7bed01/build/temp.linux-x86_64-cpython-311/CMakeFiles/CMakeOutput.log".
      error: command '/usr/local/bin/cmake' failed with exit code 1
      [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
{noformat}
 


was (Author: JIRAUSER296889):
numpy is build  dependency but yes it is installed prior to pyarrow

/tmp/pip-install-dwsd6ksy/pyarrow_27117d67500f4d179fb10a3b5e64c02c/build/temp.linux-x86_64-cpython-311/CMakeFiles/CMakeOutput.log

does get created but it desapers after pip and cmake trws an error

I checked  /tmp folder and stuff does get created and then pip cleans it up ...

-- Build output directory: /tmp/pip-install-c4lv0th4/pyarrow_3e4f941e931948eb9d252423ee7bed01/build/temp.linux-x86_64-cpython-311/release
      CMake Error at /usr/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
        Could NOT find Python3 (missing: Python3_NumPy_INCLUDE_DIRS NumPy) (found
        version "3.11.0")
      Call Stack (most recent call first):
        /usr/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
        /usr/local/share/cmake-3.21/Modules/FindPython/Support.cmake:3166 (find_package_handle_standard_args)
        /usr/local/share/cmake-3.21/Modules/FindPython3.cmake:485 (include)
        cmake_modules/FindPython3Alt.cmake:56 (find_package)
        CMakeLists.txt:218 (find_package)
      
      
      -- Configuring incomplete, errors occurred!
      See also "/tmp/pip-install-c4lv0th4/pyarrow_3e4f941e931948eb9d252423ee7bed01/build/temp.linux-x86_64-cpython-311/CMakeFiles/CMakeOutput.log".
      error: command '/usr/local/bin/cmake' failed with exit code 1
      [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

 

> pyarrow no go with pip3 and py-3.11rc2
> --------------------------------------
>
>                 Key: ARROW-18032
>                 URL: https://issues.apache.org/jira/browse/ARROW-18032
>             Project: Apache Arrow
>          Issue Type: Bug
>    Affects Versions: 9.0.0
>            Reporter: Aleksandar
>            Priority: Major
>
> I tried with ver 9.0.0 and testing versions
> Every time same thing:
> CMake Error at /usr/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
>         Could NOT find Python3 (missing: Python3_NumPy_INCLUDE_DIRS NumPy) (found
>         version "3.11.0")
> I am not sure where this can be changed in templates to enable support for 3.11
> Regards,



--
This message was sent by Atlassian Jira
(v8.20.10#820010)