mathyssil opened a new issue, #43585: URL: https://github.com/apache/arrow/issues/43585
### Describe the usage question you have. Please include as many useful details as possible. Hello, I can't import the pyarrow 17.0.0 module on python 3.10. log pip install below : ```powershell PS > pip install pyarrow Collecting pyarrow Downloading pyarrow-17.0.0-cp310-cp310-win_amd64.whl (25.1 MB) ---------------------------------------- 25.1/25.1 MB 28.4 MB/s eta 0:00:00 Collecting numpy>=1.16.6 Downloading numpy-2.0.1-cp310-cp310-win_amd64.whl (16.6 MB)---------------------------------------- 16.6/16.6 MB 29.8 MB/s eta 0:00:00 Installing collected packages: numpy, pyarrow Successfully installed numpy-2.0.1 pyarrow-17.0.0 ``` I get the following error message:  Works without problem under the same environment with pyarrow 16.1.0 Has anyone encountered this problem? ### Component(s) Python -- 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. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org