You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/12/28 16:48:05 UTC

[GitHub] [arrow] bergen288 opened a new issue #9030: pyarrow installation failed on AIX7.2.

bergen288 opened a new issue #9030:
URL: https://github.com/apache/arrow/issues/9030


   I am trying to install pyarrow on my AIX7.2.  It is failed with ```--   No package 'arrow' found```.  I also downloaded "apache-arrow-2.0.0.tar.gz" file and tried to install by "python setup.py install" inside ../apache-arrow-2.0.0/python, but failed with the same error.  There is no obvious instruction for how to install ARROW in ../apache-arrow-2.0.0/.  Can you tell me where to find the instruction for ARROW installation?
   
   Thanks.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [arrow] kou commented on issue #9030: pyarrow installation failed on AIX7.2.

Posted by GitBox <gi...@apache.org>.
kou commented on issue #9030:
URL: https://github.com/apache/arrow/issues/9030#issuecomment-751885451


   We need to add support for AIX to Apache Arrow C++ first.
   It'll be able to be done by improving CPU detection at https://github.com/apache/arrow/blob/master/cpp/cmake_modules/SetupCxxFlags.cmake#L26-L104 .
   Could you open a JIRA issue https://issues.apache.org/jira/projects/ARROW/issues/ ?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [arrow] bergen288 commented on issue #9030: pyarrow installation failed on AIX7.2.

Posted by GitBox <gi...@apache.org>.
bergen288 commented on issue #9030:
URL: https://github.com/apache/arrow/issues/9030#issuecomment-751879635


   I am getting the following error after ```cd release``` to run ```cmake ..```:
   ```
   Login=root: Line=602 > cmake ..
   -- Building using CMake version: 3.16.0
   -- Arrow version: 2.0.0 (full: '2.0.0')
   -- Arrow SO version: 200 (full: 200.0.0)
   -- clang-tidy not found
   -- clang-format not found
   -- Could NOT find ClangTools (missing: CLANG_FORMAT_BIN CLANG_TIDY_BIN)
   -- infer not found
   -- Found cpplint executable at /software/thirdparty/apache-arrow-2.0.0/cpp/build-support/cpplint.py
   -- System processor: powerpc
   -- Arrow build warning level: PRODUCTION
   CMake Error at cmake_modules/SetupCxxFlags.cmake:365 (message):
     SSE4.2 required but compiler doesn't support it.
   Call Stack (most recent call first):
     CMakeLists.txt:437 (include)
   
   
   -- Configuring incomplete, errors occurred!
   See also "/software/thirdparty/apache-arrow-2.0.0/cpp/release/CMakeFiles/CMakeOutput.log".
   See also "/software/thirdparty/apache-arrow-2.0.0/cpp/release/CMakeFiles/CMakeError.log".
   ```
   Attached are output logs.  Does it mean I have to install SSE4.2 first?  Thanks.
   [CMakeError.log](https://github.com/apache/arrow/files/5748912/CMakeError.log)
   [CMakeOutput.log](https://github.com/apache/arrow/files/5748913/CMakeOutput.log)
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [arrow] kou closed issue #9030: pyarrow installation failed on AIX7.2.

Posted by GitBox <gi...@apache.org>.
kou closed issue #9030:
URL: https://github.com/apache/arrow/issues/9030


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [arrow] kou commented on issue #9030: pyarrow installation failed on AIX7.2.

Posted by GitBox <gi...@apache.org>.
kou commented on issue #9030:
URL: https://github.com/apache/arrow/issues/9030#issuecomment-751866111


   You can use the released tar ball https://www.apache.org/dyn/closer.lua/arrow/arrow-2.0.0/apache-arrow-2.0.0.tar.gz not `git clone`.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [arrow] kou commented on issue #9030: pyarrow installation failed on AIX7.2.

Posted by GitBox <gi...@apache.org>.
kou commented on issue #9030:
URL: https://github.com/apache/arrow/issues/9030#issuecomment-751865898


   You need to install Apache Arrow C++ to install pyarrow on AIX.
   See https://arrow.apache.org/docs/developers/cpp/building.html#building-arrow-cpp how to install Apache Arrow C++.


----------------------------------------------------------------
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:
users@infra.apache.org