Skip to content

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

Merged
GenevieveBuckley merged 1 commit intodask:mainfrom
m-albert:fix_dataframe_import_py3_11_9
May 14, 2024
Merged

Pin dask to 2024.4.1 to avoid error during dask.dataframe import with python 3.11.9#363
GenevieveBuckley merged 1 commit intodask:mainfrom
m-albert:fix_dataframe_import_py3_11_9

Conversation

@m-albert
Copy link
Copy Markdown
Collaborator

Fixes #362, see dask/dask#11035.

@m-albert
Copy link
Copy Markdown
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
@GenevieveBuckley
Copy link
Copy Markdown
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
Copy Markdown
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