NotImplementedError when loading dataset with Streamlit (original) (raw)

October 23, 2023, 7:19pm 1

Hi,

I have a Streamlit app that was working fine, which basically loads a dataset from HF (CSV-based dataset), but now, the app is crushed and shows the following error " NotImplementedError: Loading a dataset cached in a LocalFileSystem is not supported.". I have no idea what causing this error.

Any ideas on how to solve this error?

Thank you.

lhoestq October 24, 2023, 8:56am 2

Updating datasets should fix the issue

pip install -U datasets 

mox October 24, 2023, 10:10am 3

Same issue for me today. Tried pip install -U datasets but did not work

Thank you. The update solved the problem.

rubtal November 7, 2023, 8:21am 5

It worked for me too, Thank you!

Thank you. The update solved the problem. :hugs:

Bro you help me in 2025!!