[
https://issues.apache.org/jira/browse/ARROW-18032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17619808#comment-17619808
]
Aleksandar commented on ARROW-18032:
------------------------------------
Hi joris, very good point
./pip3 install numpy --no-binary :all:
worked!!
so now we advanced to this error:
-- Performing Test CXX_SUPPORTS_SSE4_2 - Success
-- Performing Test CXX_SUPPORTS_AVX2
-- Performing Test CXX_SUPPORTS_AVX2 - Success
-- Performing Test CXX_SUPPORTS_AVX512
-- Performing Test CXX_SUPPORTS_AVX512 - Success
-- Arrow build warning level: PRODUCTION
-- Using ld linker
-- Configured for RELEASE build (set with cmake
-DCMAKE_BUILD_TYPE=\{release,debug,...})
-- Build Type: RELEASE
-- Generator: Unix Makefiles
-- Build output directory:
/tmp/pip-install-5hocxbno/pyarrow_6a73af965d1b428a91b221fcf26f318a/build/temp.linux-x86_64-cpython-311/release
-- Found Python3: /cube/api/py-3.11/bin/python3.11 (found version
"3.11.0") found components: Interpreter Development.Module NumPy
-- Found Python3Alt: /cube/api/py-3.11/bin/python3.11
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2")
-- Could NOT find Arrow (missing: Arrow_DIR)
-- Checking for module 'arrow'
-- No package 'arrow' found
CMake Error at
/usr/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:230
(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.21/Modules/FindPackageHandleStandardArgs.cmake:594
(_FPHSA_FAILURE_MESSAGE)
cmake_modules/FindArrow.cmake:450 (find_package_handle_standard_args)
cmake_modules/FindArrowPython.cmake:46 (find_package)
CMakeLists.txt:236 (find_package)
-- Configuring incomplete, errors occurred!
See also
"/tmp/pip-install-5hocxbno/pyarrow_6a73af965d1b428a91b221fcf26f318a/build/temp.linux-x86_64-cpython-311/CMakeFiles/CMakeOutput.log".
error: command '/usr/local/bin/cmake' failed with exit code 1
I think this is bit simpler: maybe just an export bash statement or something
similar ...
> 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)