Hello everyone,
I recently deployed an app using streamlit sharing at apoorvesinghal.com/vqa
But after a few days, the app has suddenly stopped working today. The app must have restarted and now it is only downloading two dependencies (opencv_python and torch) out of many and not even installing those two.
Log page:
Thanks!
Hey @apoorve_singhal,
I just went to your app and it is working for me! Can you recheck on your end and see if it is running?
Iâm just checking with our engineering team, I believe they may have been pushing some updates that would cause some down time in the apps (over night on our local time zone). Will get back to you on this!
Happy Streamlit-ing!
Marisa
Hey Marisa,
Thanks a ton for helping out! The app had started running again but is now down again with an error of:
No module named âyamlâ
This shouldnât be happening because -
- I havenât pushed any new changes and the app was working before.
- PyYAML is already listed as a dependency in the projectâs requirements.txt file
1 Like