Streamlit app deploy errors

I’m deploying my first app on streamlit but there are some errors that I don’t know how to fix:

────────────────────────────────────────────────────────────────────────────────────────

[15:18:10] ❗️ installer returned a non-zero exit code
[15:18:10] ❗️ Error during processing dependencies! Please fix the error and push an update, or try restarting the app.
[15:19:48] ❗️ Streamlit server consistently failed status checks
[15:19:48] ❗️ Please fix the errors, push an update to the git repo, or reboot the app.

Here is my github repository: GitHub - dhtuvannnn/python2

Cleanup your requirements.txt file, it is crammed with unnecessary and windows-only packages.

@Ha_Tu_Van_Dinh ,

I think your main issue is that you haven’t mentioned the package versions.

It’s important that you mention which version you are currently using for your packages on localhost.

When deploying, Streamlit Cloud will try to replicate your development environment.

Please update your requirements.txt file and let me know if it works!

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