[BUG]: Use of deprecated / removed numba.config.CAPTURED_ERRORS
#17703
Labels
bug
Something isn't working
numba.config.CAPTURED_ERRORS
#17703
Describe the bug
In
cudf/python/cudf/cudf/utils/_numba.py
Line 145 in cb77046
numba.config.CAPTURED_ERRORS
. This is deprecated in numba 0.60, and removed in numba 0.61 (not yet released). See numba/numba#9773Steps/Code to reproduce bug
Install numba>=0.61 with something like
PIP_PRE=true pip install --extra-index-url=https://pypi.anaconda.org/rapidsai-wheels-nightly/simple "cudf-cu12" "dask-cudf-cu12"
Hit that code:
An example of some user-facing code that hits that:
Expected behavior
For numba 0.60 and earlier, no change is needed. We could check the numba version and if it's >= 0.61, just don't do anything with
CAPTURED_ERRORS
(IIUC, we want the new behavior).Environment overview (please complete the following information)
Environment details
Click here to see environment details
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: