Receiving the message “Streamlit server consistently failed status checks” when trying to deploy my app. Have spent a lot of time rewriting code to condense it to see if that was the issue but still no luck. The app works just fine and boots quickly locally but I just haven’t been able to get it to deploy.
Please let me know if there are any glaring issues in my files or my code that would cause this. Thank you in advance.
I am now getting “installer returned a non-zero exit code” after adding streamlit >= 1.10.0 to my requirements.txt. Would you know which of my requirements might be incompatible with this version of streamlit?
[14:04:39] Python dependencies were installed from /app/ticketmodel/requirements.txt using pip.
[14:04:39] Processed dependencies!
[14:04:43] Updated app!
[14:12:08] The service has encountered an error while checking the health of the Streamlit app: Get “http://localhost:8501/healthz”: dial tcp 127.0.0.1:8501: connect: connection refused
I’ve already deleted the app and redeployed (a few times actually because I’ve been struggling with this for a month or two). Wouldn’t the very end where it states “the service has encountered an error” be the error message?
Below that it now also added the messages: Streamlit server consistently failed status checks Please fix the errors, push an update to the git repo, or reboot the app.
Once again, I really appreciate you taking the time to help me with this.
I tried it on streamlit cloud too, the deployment/installation runs without issues, the app starts, but then it crashes after loading the model. I don’t see any error message, maybe the app uses too much RAM
I tested the app locally with docker, there it worked.
Yea same here
My streamlit application is working fine locally
When it deployed to streamlit cloud showing this same error when I try to run the app
2023-03-17 12:40:16.684768: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library ‘libcudart.so.11.0’; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory
2023-03-17 12:40:16.684805: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
[12:46:44] Streamlit server consistently failed status checks
[12:46:44] Please fix the errors, push an update to the git repo, or reboot the app.