Deployed on Streamlit Cloud but keeps running and does not give Output

This is my github repo link:

After simple streamlit cloud deployment, it gets deployed but on using that link at one part it just keeps running and does not give any output whatsoever for my code.
This is because the logs show this error

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
pycaret 3.3.0 requires pandas<2.2.0, but you have pandas 2.2.1 which is incompatible.

How to solve it?

PLEASE HELP!!!

Hi @urveesh09

The error suggests that there are conflicting versions of the libraries, could you try adjusting the requirements.txt file to address this?

Also, what you could try is delete the current deployment and try re-deploying.

Hope this helps!

Thank you for your response sir,
this is my requirements.txt file

pandas==2.1.4
pycaret
packaging==23.2

Even after mentioning the version, I don’t know why pandas 2.2.1 is forcefully getting installed.
I have tried re-deploying multiple times, still in vain

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.