rok opened a new issue, #49506: URL: https://github.com/apache/arrow/issues/49506
### Describe the bug, including details regarding any error messages, version, and platform. E.g.: https://github.com/apache/arrow/actions/runs/23038298907/job/66911072830: ```python pytest -r s --doctest-modules --doctest-cython --pyargs pyarrow ============================= test session starts ============================== platform linux -- Python 3.11.15, pytest-9.0.2, pluggy-1.6.0 rootdir: / plugins: hypothesis-6.151.9, anyio-4.12.1, cython-0.4.0 collected 398 items / 1 error ==================================== ERRORS ==================================== _ ERROR collecting opt/conda/envs/arrow/lib/python3.11/site-packages/pyarrow/_cuda.pyx _ ImportError while importing test module '/opt/conda/envs/arrow/lib/python3.11/site-packages/pyarrow/_cuda.pyx'. Hint: make sure your test modules/packages have valid Python names. Traceback: opt/conda/envs/arrow/lib/python3.11/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ E ModuleNotFoundError: No module named 'pyarrow._cuda' !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! =============================== 1 error in 1.50s =============================== ``` ### Component(s) Continuous Integration, 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
