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

Pin dask to 2024.4.1 to avoid error during dask.dataframe import with python 3.11.9 #363

Merged
merged 1 commit into from
May 14, 2024

Conversation

m-albert
Copy link
Collaborator

Fixes #362, see dask/dask#11035.

@m-albert
Copy link
Collaborator Author

Not entirely sure whether pinning the very recent dask>=2024.4.1 is the right approach here. Would be grateful for a review @jakirkham :) 🙏

@GenevieveBuckley GenevieveBuckley merged commit 7fd8bc0 into dask:main May 14, 2024
14 of 15 checks passed
@GenevieveBuckley
Copy link
Collaborator

I thought for a bit that only dask=2024.4.0 was affected, but I see the same error pop up when I try earlier versions as well. I think you're right, and it's safest to require dask>=2024.4.1

@m-albert
Copy link
Collaborator Author

Thank you for looking into this!

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 this pull request may close these issues.

Tests failing with python 3.11.9: TypeError during import of dask.dataframe
2 participants