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!
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 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.
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