-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
fsspec 2022.8.2 breaks xopen in streaming mode #4961
Comments
loading |
Opened PR to address this. |
Hi @DCNemesis, thanks for reporting. That was a temporary issue in Are you sure you have version 2022.8.2 installed? pip install -U fsspec |
@albertvillanova I was using a temporary Google Colab instance, but checking it again today it seems it was loading 2022.8.1 rather than 2022.8.2. It's surprising that colab is using the version that was replaced the same day it was released. Testing with 2022.8.2 did work. It appears Colab will be fixing it on their end too. |
Thanks for the additional information. Once we know 2022.8.2 works, I'm closing this issue. Feel free to reopen it if necessary. |
Colab just upgraded their default |
Describe the bug
When fsspec 2022.8.2 is installed in your environment, xopen will prematurely close files, making streaming mode inoperable.
Steps to reproduce the bug
Expected results
Dataset should load as iterator.
Actual results
Environment info
datasets
version: 2.4.0The text was updated successfully, but these errors were encountered: