Hi Streamlit Team,
I’m facing an “Error installing requirements” issue on Streamlit Cloud.
My app fails during deployment and shows:
“Error installing requirements. Click Manage App and consult the terminal.”
I already tried:
- Using a minimal requirements.txt
- Pinning scikit-learn==1.3.2
- Deleting and redeploying the app
- Rebooting the app
But the error still persists.
This seems to be a Cloud-side install issue.
Could someone please help me identify what’s failing during pip install?
Thank you.