raulcd commented on issue #47398: URL: https://github.com/apache/arrow/issues/47398#issuecomment-3220535851
What wheel are you installing? I don't seem to have issues: ```python $ python3 -m venv test-substrait $ source test-substrait/bin/activate (test-substrait) $ pip install pyarrow numpy Collecting pyarrow Using cached pyarrow-21.0.0-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (3.3 kB) Collecting numpy Using cached numpy-2.3.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (62 kB) Using cached pyarrow-21.0.0-cp312-cp312-manylinux_2_28_x86_64.whl (42.8 MB) Using cached numpy-2.3.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (16.6 MB) Installing collected packages: pyarrow, numpy Successfully installed numpy-2.3.2 pyarrow-21.0.0 (test-substrait) $ python -c "import pyarrow.substrait" (test-substrait) $ ``` I've tested 19.0.0 with the same result. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org