You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our case this causes (unnecessary?) troubles due to a race condition bug in that version of the corresponding gcsfs plugin, that causes deadlocks: fsspec/gcsfs#643
We just use a version override to ignore the constraint from datasets, but imho the version constraint could just be removed in the first place?
The last few PRs bumping the upper bound were basically uneventful:
Describe the bug
As also raised by @cyyever in #7296 and @NeilGirdhar in d546883#commitcomment-140952162 ,
datasets
has a problematic version constraint onfsspec
.In our case this causes (unnecessary?) troubles due to a race condition bug in that version of the corresponding
gcsfs
plugin, that causes deadlocks: fsspec/gcsfs#643We just use a version override to ignore the constraint from
datasets
, but imho the version constraint could just be removed in the first place?The last few PRs bumping the upper bound were basically uneventful:
Steps to reproduce the bug
Expected behavior
Installing
fsspec>=2024.10.0
alongdatasets
should be possible without overwriting constraints.Environment info
All recent datasets versions
The text was updated successfully, but these errors were encountered: