[
https://issues.apache.org/jira/browse/ARROW-18032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617403#comment-17617403
]
Kouhei Sutou commented on ARROW-18032:
--------------------------------------
Could you show outputs of the followings?
- {{python --version}}
- {{python -c 'import numpy; print(numpy.\_\_version\_\_)'}}
- {{python -c 'import numpy; print(numpy.get_include())'}}
- {{ls -lR $(python -c 'import numpy; print(numpy.get_include())')}}
> 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)