Installer returned a non-zero exit code / Error during processing dependencies

My app works fine locally, but on deployment it won’t boot as it fails to install requirements.

It says:

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

Right after finished installing dependencies.

Browsing this forum, one potential cause could be out of memory but I haven’t added much and it worked earlier today, I believe.

The error message isn’t helpful — what should I do?

Welcome to the community!
This is too little information to give any advice.
We only see that an error occured during processing dependencies.
Please share a link to your public github repo.

Ah, adding /{project_name}/__init__.py fixed it!

Thanks for your comment, Franky1!

Hello Community ,
I am New in the streamlit web app development

While Deployment I am also stuck and unable to find the solution please provide your support sooner .

error message :

I tried mulitple answer in community but unable to get it where i am wrong
this is my Git Repo : [GitHub - vishme14/FMCC: Gender Neutral Web Application](https://FMCC_ Project)

Please support

just keeping this issue alive before it automatically closes… I have the same issue and tried both solutions mentioned, none work.

hey, i guess you have not include numpy in your requirements.txt file, you can try to use pipreqs to automatically generate your requirements.txt and try to reboot the website again, watch this article here for more information: How to Auto Generate requirements.txt (Dependencies) in Python - 3 examples

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