Hello streamlitters, am trying to deploy my app to the streamlit cloud but each time am getting an error claiming installation of reuirements. Further adding that I should click on Manage to resolve the issue.
I have tried different apps that I had developed locally and all are having the same issue.
Any help will be highly appreciated. Thanks
Unfortunately the part of the logs that would tell us which package is causing the issue is not visible in your screenshot.
Not really . It must be way above that.
Apparently you are asking for pandas==2.1.4
and numpy==1.25.1
, which are incompatible.
so which versions are compatible, since all the libraries in my machine are upto date
If you don’t have a reason to ask for a particular version, then don’t specify a version. Alternatively, if you can make the app work locally, specify the same versions that you have in your local environment.