Try re-dploying the app from a different branch (create one for testing if you don’t have one yet) and select a new python version.
Check the results and if things work out, I suggest you take down the old deployement and start a new from the main branch.
I did have a testing branch, redeploying it from there seems to have fixed the problem. I remade the app for the main branch too, and I can confirm it works as well. It turns out that the streamlit version remains fixed at the version it was initially deployed at, regardless of the updates to the requirements.txt.
Hey everyone!
I have the same problem. Streamlit Cloud seems to not running the “install requirements …” command after I change the requirements.txt. Rebooting the app doesn’t help. Yesterday everything worked as expected.
I would like to avoid deleting and creating a new a app as there are already quit many registered users in my app and I don’t like to force them to reregister
@Niklas_Kobelev Can’t you backup your userbase or migrate it so they just have to log-in only?
If not, try breaking your app:
Delete your requirements.txt, commit, push, deploy then reboot just in case.
Add the new requirements.txt with the new version. push and deploy, and reboot (again, just in case).
There are some odd anomalies going on on the servers as I can read on the forum users are complaining about, might be part of the problem and can be fixed from Streamlit’s team side maybe.
In doubt, open a new issue/question with specifics to your use-case (the registered users part) so it’s not a total duplicate.