My App is not working all of a sudden

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.

Hey @sjs1729, welcome to our forum! :balloon:

Could you please share your requirements file for that app? It looks like a dependency has troubles to be installed (namely kaleido).

Do you mind trying to change the kaleido==0.2.1post1 requirement to kaleido==0.2.1?

Best,

is only available for ARM architecture on pypi