Parquet magic bytes not found in footer. Either the file is corrupted or this is not a parquet file.
#1
by Skelebor - opened
This code:
from datasets import load_dataset
dataset = load_dataset("huggan/CelebA-faces-with-attributes")
results in
ArrowInvalid: Parquet magic bytes not found in footer. Either the file is corrupted or this is not a parquet file.
Tested both locally and in colab
KananMahammadli changed discussion status to closed
KananMahammadli changed discussion status to open
+1 still broken
still broken. 'tpremoli/CelebA-attrs' is a substitute which works fine.
still broken