download problem
#2
by
riotu-lab
- opened
Hello guys how are you
when I tried to download the dataset it shows this problem
/usr/local/lib/python3.11/dist-packages/fsspec/utils.py in glob_translate(pat)
729 continue
730 # elif "**" in part:
--> 731 # raise ValueError(
732 # "Invalid pattern: '**' can only be an entire path component"
733 # )
ValueError: Invalid pattern: '**' can only be an entire path component
what should we do ?
check your version of packages, especially these datasets
, huggingface_hub
and fsspe
install more recent version of datasets==3.6.0 (since May, 2025) might solve it
(mentioned in https://github.com/huggingface/datasets/issues/7588)