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

AttributeError: module 'dask.dataframe.core' has no attribute 'DataFrame' #71

Open
a5wu opened this issue Jan 20, 2025 · 7 comments
Open

Comments

@a5wu
Copy link

a5wu commented Jan 20, 2025

After I install datamapplot into a new environment I'm getting this error (tried conda, pip separately in separate envs):

Image

Image

Image

@lmcinnes
Copy link
Contributor

lmcinnes commented Jan 21, 2025 via email

@Ibrokhimsadikov
Copy link

For me depreciating to previous version of dask resolves the issue

@DalelanW
Copy link

I've been having the same issue as well and found that deleting dask solved the problem (however, datamapplot requires this).

Seems the issue is also being spoken about over there, will try depreciating as well

@twright8
Copy link

Hello! is there any update on this? which versions did you downgrade to. Its not working for me.

@Ibrokhimsadikov
Copy link

!pip install dask[dataframe]==2024.12.1 solved for me

@twright8
Copy link

didn't work for me. thankyou though appreciate it

@acwooding
Copy link
Contributor

the upstream issue is datashader compatibility with dask version 2025.0.1 so pinning to any earlier version (dask[dataframe]<2025.0.1) should work for now.

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

No branches or pull requests

6 participants