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
A fix is provided at huggingface/huggingface_hub#1953. Feel free to install huggingface_hub from this PR, or wait for it to be merged and the new version of huggingface_hub to be released
Describe the bug
Hello,
I'm trying to load a dataset from Google Colab but the process hangs at
Resolving data files
:It is happening when the
_get_origin_metadata
definition is invoked:The thread is then stuck at
waiter.acquire()
in the builtinthreading.py
file.I can load the dataset just fine on my machine.
Cheers,
Thomas
Steps to reproduce the bug
In Google Colab:
Expected behavior
The dataset should be loaded.
Environment info
datasets
version: 2.16.1huggingface_hub
version: 0.20.1fsspec
version: 2023.6.0The text was updated successfully, but these errors were encountered: