Error using streamlit ;discussion

I was working on Streamlit cloud trying to deploy my app while I encountered this issue
:exclamation: installer returned a non-zero exit code

pip>=21.0
numpy==1.23.4
pandas==1.5.3
setuptools>=58.0.0
Flask==2.0.3
Werkzeug==2.0.3
flask-cors==4.0.2
streamlit==1.24.0

This is my requirements.txt file. I believe the error is specifically with numpy. Please suggest something that may help.

discussion

Please copy the full traceback from the app console.
You’ll most probably either need to upgrade numpy, or downgrade Python