Got error of DatasetGenerationError: An error occurred while generating the dataset when download raw_meta_Movies_and_TV
#3
by
thtang
- opened
Hi, I used the following code to download meta data and resulted in error.
dataset = load_dataset("McAuley-Lab/Amazon-Reviews-2023",
f"raw_meta_Movies_and_TV", trust_remote_code=True)
Hi, I tried to reproduce this issue, but got no error with the provided script. I guess maybe it's the package version issue. What's the version of your datasets
package? For my case, python==3.9.18
and datasets==2.17.0
work for me.