[19:03:22] ❗️ installer returned a non-zero exit code
Hello there,
I am getting these prompt errors and I don’t really know what might be wrong
I have added a environment.yml file, together with a README.md
installer returned a non-zero exit code Error during processing dependencies! Please fix the error and push an update, or try restarting the app. Streamlit server consistently failed status checks Please fix the errors, push an update to the git repo, or reboot the app.
I cannot disclose the script, but if needed can elaborate a minimum example with say pandas
I forked your code and deployed it, and it looks like the memory usage is spiking past the limit when your app tries to install the requirements – so that is likely what’s causing the error. I would recommend going through the list of packages and taking out anything that you aren’t actually using.
I would definitely recommend reducing the number of packages you’re using if possible or cutting out some of the larger packages if you’re not using them. Unfortunately we aren’t offering paid Streamlit Community Cloud plans at this time.