Skip to content
New issue

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

ImportError: cannot import name 'check_to_pydatetime_deprecation' from 'dask.dataframe._compat' on dask main #78

Open
TomAugspurger opened this issue Jan 10, 2025 · 0 comments · May be fixed by #79

Comments

@TomAugspurger
Copy link

There's an ImportError on dask main (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.

@TomAugspurger TomAugspurger linked a pull request Jan 16, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant