FileNotFoundError: Couldn't find file at https://dumps.wikimedia.org/enwiki/20220301/dumpstatus.json

#8
by ola13 - opened

Hi, I'm getting the above error when running:

 wiki_en =  load_dataset("wikipedia", "20220301.en")

Any tips on how to work around it?

Datasets Maintainers org

Hi @ola13 ,

This was a regression we introduced by accident in datasets 2.7.0 and it was fixed in datasets 2.8.0.

Please update your datasets version:

pip install -U datasets

Duplicate of:

  • #7: "20220301 datasets are gone"

Thanks!

ola13 changed discussion status to closed

Sign up or log in to comment