You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My best guess is that this problem was caused by rapidsai/dask-cuda#1424, because we are no-longer automatically importing dask_cudf on the dask-cuda worker.
I think the only "proper" fix is to add a @to_pandas_dispatch.register_lazy("cudf") decorator in dask.dataframe.backends.
Describe the bug
If a client has been created then
to_backend('pandas')
throws the following errorRepro
Environment overview (please complete the following information)
Environment details
Please run and paste the output of the
cudf/print_env.sh
script here, to gather any other relevant environment detailsAdditional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: