pitrou opened a new issue, #47128: URL: https://github.com/apache/arrow/issues/47128
### Describe the bug, including details regarding any error messages, version, and platform. Integrated CUDA support in Numba is [deprecated](https://numba.readthedocs.io/en/stable/cuda/overview.html#cuda-deprecation-status) in favor of the external [Numba-CUDA](https://nvidia.github.io/numba-cuda/) module, maintained by NVidia. However, when running our [Numba CUDA interop tests](https://github.com/apache/arrow/blob/main/python/pyarrow/tests/test_cuda_numba_interop.py) with Numba-CUDA installed, I get the following failures on all tests: ``` File "/home/antoine/arrow/dev/python/pyarrow/tests/test_cuda_numba_interop.py", line 41, in setup_module ctx2 = cuda.Context.from_numba(nb_ctx2) File "pyarrow/_cuda.pyx", line 84, in pyarrow._cuda.Context.from_numba handle=context.handle.value) AttributeError: 'cuda.bindings.driver.CUcontext' object has no attribute 'value' ``` ### Component(s) GPU, 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