1 Like
Based on the error message, it is likely that there is a version mismatch with fsspec
.
!pip install -U datasets
!pip install fsspec==2023.9.2
Brooo…was just facing the same issue with a different dataset. Thanks a million.
1 Like