-
Notifications
You must be signed in to change notification settings - Fork 59
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
Comments
It seems like this is due to upstream issues with datashader. I would
suggest installing an earlier version of datashader than whatever got
installed here.
…On Mon, Jan 20, 2025 at 6:02 PM a5wu ***@***.***> wrote:
After I install datamapplot into a new environment I'm getting this error
(tried conda, pip):
image.png (view on web)
<https://github.com/user-attachments/assets/7f507c52-8ff0-4436-9c3b-66e8deefb185>
image.png (view on web)
<https://github.com/user-attachments/assets/b6f7b495-0802-41b5-b72d-139624515138>
image.png (view on web)
<https://github.com/user-attachments/assets/4b8fdafa-4df8-4a02-83bf-dc163d195940>
—
Reply to this email directly, view it on GitHub
<#71>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC3IUBJF45R6LZNSZSR7IU32LV57HAVCNFSM6AAAAABVRIDCSWVHI2DSMVQWIX3LMV43ASLTON2WKOZSHAYDAMZYGY2DSMA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
For me depreciating to previous version of dask resolves the issue |
I've been having the same issue as well and found that deleting Seems the issue is also being spoken about over there, will try depreciating as well |
Hello! is there any update on this? which versions did you downgrade to. Its not working for me. |
!pip install dask[dataframe]==2024.12.1 solved for me |
didn't work for me. thankyou though appreciate it |
the upstream issue is datashader compatibility with dask version 2025.0.1 so pinning to any earlier version ( |
After I install datamapplot into a new environment I'm getting this error (tried conda, pip separately in separate envs):
The text was updated successfully, but these errors were encountered: