raulcd commented on issue #49566: URL: https://github.com/apache/arrow/issues/49566#issuecomment-4096704506
Thanks @AlenkaF for the investigation. I've just found this might also be failing on the nightly verification jobs: - [verify-rc-source-python-linux-almalinux-10-amd64](https://github.com/ursacomputing/crossbow/actions/runs/23296188003/job/67744089162) - [verify-rc-source-python-linux-conda-latest-amd64](https://github.com/ursacomputing/crossbow/actions/runs/23296187346/job/67744087122) - [verify-rc-source-python-linux-ubuntu-22.04-amd64](https://github.com/ursacomputing/crossbow/actions/runs/23296186163/job/67744083325) - [verify-rc-source-python-linux-ubuntu-24.04-amd64](https://github.com/ursacomputing/crossbow/actions/runs/23296187638/job/67744088030) - [verify-rc-source-python-macos-amd64](https://github.com/ursacomputing/crossbow/actions/runs/23296187676/job/67744088146) - [verify-rc-source-python-macos-arm64](https://github.com/ursacomputing/crossbow/actions/runs/23296187355/job/67744087250) - [verify-rc-source-python-macos-conda-amd64](https://github.com/ursacomputing/crossbow/actions/runs/23296186672/job/67744085079) those fail with: ``` Created wheel for pyarrow: filename=pyarrow-24.0.0.dev231+gd08d5e64f-cp312-cp312-linux_x86_64.whl size=6825001 sha256=7951308367f77fa770fe247570a9160f67c8a60390ce4818eb9b9e696e4ce379 Stored in directory: /tmp/pip-ephem-wheel-cache-rpeydwfw/wheels/f7/43/d8/264fa7f0cb8b0025fcf1961b8c821f346776a5c2b70364ba54 Successfully built pyarrow Installing collected packages: pyarrow Successfully installed pyarrow-24.0.0.dev231+gd08d5e64f Traceback (most recent call last): File "<string>", line 2, in <module> File "/arrow/python/pyarrow/__init__.py", line 59, in <module> from pyarrow.lib import (BuildInfo, CppBuildInfo, RuntimeInfo, set_timezone_db_path, ModuleNotFoundError: No module named 'pyarrow.lib' Failed to verify release candidate. See /tmp/arrow-HEAD.LA9T8 for details. ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
