My app deployed in streamlit cloud was running fine but suddenly it stopped working and giving the error while rebooting…
====================
Collecting fpdf==1.7.2
Downloading fpdf-1.7.2.tar.gz (39 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
ERROR: Could not find a version that satisfies the requirement kaleido==0.2.1post1 (from versions: 0.0.1rc3, 0.0.1rc4, 0.0.1rc5, 0.0.1rc6, 0.0.1rc8, 0.0.1rc9, 0.0.1, 0.0.2, 0.0.3, 0.0.3.post1, 0.1.0a2, 0.1.0a3, 0.1.0, 0.2.0rc1, 0.2.0, 0.2.1)
ERROR: No matching distribution found for kaleido==0.2.1post1
========================
The requirement.txt does not have the entry kaleido==0.2.1post1
Streamlit app --> https://growealth.streamlit.app/
Github link --> https://github.com/sjs1729/GW
The same code is running locally without any issue.
Please help.