Strangely until yesterday my application was deploying normally. I have just checked the dependency indicated in the error and it mentions that I have to install the latest version. This is already included in the requirements.txt file. Please help me with this problem that is generating conflict with my other dependencies.Thank you very much for your help.
I was getting it yesterday and today. I assume we need a package update on the shared server.
However, my app is on 3.9 and other package conflicting issues. I did not have Streamlit in the requirements do so it was auto installing after the requirements.
I solved it, for me.
Streamlit auto removes a bunch of (useful) packages at the end of the installation.
So it needs to go first in the requirements doc.
Here is snippet of it uninstalling all sorts, including pandas!.