Error loading file (csv, xlsx)

:rotating_light: Before clicking “Create Topic”, please make sure your post includes the following information (otherwise, the post will be locked). :rotating_light:

  1. Are you running your app locally or is it deployed?
    locally
  2. Share the Streamlit and Python versions.
    latest streamlit and python3.10

I got the following error message when I tested my app locally
image
But it works fine and loads files properly if I test via streamlit cloud deployment.
I want to ensure testing is done properly locally before moving to deployment. This is the first time I have had issues loading CSV files into streamlit app locally. Thanks

Hi @Taiwo_Osunrinde . According to my understanding it’s streamlit internal error. Once down the streamlit server and rerun the app.ly again. May be it will work. Make sure that file size should be less than 200MB

still getting the same issue for couple of days now

Hi @Taiwo_Osunrinde . Once downgrade the python version to 3.9

@streamlit has the issue with Axios error been fixed?

I should downgrade my python to 3.9?.

@Taiwo_Osunrinde yes. May be it will work. Also downgrade streamlit version too

1 Like

@Guna_Sekhar_Venkata Thanks for the response. I can do that as some of the app requirements requires an higher version of streamlit.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.