ingomueller-net commented on issue #47398: URL: https://github.com/apache/arrow/issues/47398#issuecomment-3220715227
Ha, that's odd! We seem to be testing with the same wheel but get different results: ``` $ pip install pyarrow==21.0.0 Collecting pyarrow==21.0.0 Using cached pyarrow-21.0.0-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (3.3 kB) Using cached pyarrow-21.0.0-cp312-cp312-manylinux_2_28_x86_64.whl (42.8 MB) Installing collected packages: pyarrow Attempting uninstall: pyarrow Found existing installation: pyarrow 15.0.2 Uninstalling pyarrow-15.0.2: Successfully uninstalled pyarrow-15.0.2 Successfully installed pyarrow-21.0.0 $ python -c "import pyarrow.substrait" Traceback (most recent call last): File "<string>", line 1, in <module> File "XXX/lib/python3.12/site-packages/pyarrow/substrait.py", line 30, in <module> raise ImportError( ImportError: The pyarrow installation is not built with support for 'substrait' (No module named 'substrait.proto') ``` -- 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