We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There's an ImportError on dask main (2e9e247771a30611eb133d03892135cd72cf4ba4):
2e9e247771a30611eb133d03892135cd72cf4ba4
File /raid/toaugspurger/envs/dask-upstream-testing/lib/python3.12/site-packages/rapids_dask_dependency/patches/dask/dataframe/__rdd_patch_accessor.py:9 6 import numpy as np 7 import pandas as pd ----> 9 from dask.dataframe._compat import check_to_pydatetime_deprecation 10 from dask.utils import derived_from 13 def _bind_method(cls, pd_cls, attr, min_version=None): ImportError: cannot import name 'check_to_pydatetime_deprecation' from 'dask.dataframe._compat' (/home/nfs/toaugspurger/gh/rapidsai/dask-upstream-testing/dask/dask/dataframe/_compat.py)
https://github.com/dask/dask/pull/11606/files#diff-522ffba5732a9b491ebdb56c6b116a27f8dcb30190c5d4de9c20aeafd44da25f removed that. There might be other issues.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There's an ImportError on dask main (
2e9e247771a30611eb133d03892135cd72cf4ba4
):https://github.com/dask/dask/pull/11606/files#diff-522ffba5732a9b491ebdb56c6b116a27f8dcb30190c5d4de9c20aeafd44da25f removed that. There might be other issues.
The text was updated successfully, but these errors were encountered: