I would like to know the cause of this error?

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

code base: ’ joelsiby02/PPT-QA (github.com)

application file is test.py , not app.py

python version = 3.10.14
streamlit version =1.33.0

Review the logs above that, the cause must appear there.

Probably installation of one or more packages in the requirements.txt file or one of the dependencies in those packages causing the problem. The general logs should show more.

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