Error deploying streamlit dashboard

The streamlit dashboard works fine on my desktop but fails to deploy:

https://share.streamlit.io/liu3388/re_dashboard/main/Github_dashboard.py

please help!

Hi @tai_L -

When I click on the link, it works for me:

What errors are you seeing?

Best,
Randy

Hi Randy, I was able to fix this last night. I added this line in my requirements.txt:

protobuf~=3.19.0

Looks like the new version that was released a few days ago (4.21.0) caused breaking changes in Streamlit.

1 Like

Glad you got it figured out! Yes, we had to put out an emergency patch in Streamlit (1.9.2) to fix this. Luckily (hopefully?) we shouldn’t have that issue again, as we’ll be more precise about specifying our versions.

Best,
Randy

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