texify icon indicating copy to clipboard operation
texify copied to clipboard

AxiosError: Request failed with status code 403

Open acarzfr opened this issue 1 year ago • 2 comments

Thanks for the work. I get the following error: AxiosError: Request failed with status code 403

acarzfr avatar Mar 13 '24 16:03 acarzfr

!pip install streamlit==1.24.0 use the old version to work

Osama-Abo-Bakr avatar Jul 20 '24 00:07 Osama-Abo-Bakr

Actually, there are Python and Streamlit version compatibility issues. I also faced a similar problem, even when I tried to update my config.toml file too but I spent tons of time then got the idea that some versions of pythons do not fully support the dependencies of streamlit.

So far, I have installed the Python version=3.12.4 and Streamlit version=1.37.1, which allows all the dependencies to work smoothly, now all the file formats are uploading very smoothly without any problem.

MuhammadFaisalIqbal avatar Aug 15 '24 08:08 MuhammadFaisalIqbal