I’m trying to deploy a model I trained in Keras with tensonflow backend and am encountering issues during the app set-up process. I can run locally with these requirements with no issue. Here is my requirements file:
[manager] Python dependencies were installed from requirements.txt using pip.
[manager] could not verify installer exit code: open /app/install_status: no such file or directory
[manager] Error during processing dependencies! Please fix the error and push an update, or try restarting the app.
[manager] Streamlit server consistently failed status checks
[manager] Please fix the errors, push an update to the git repo, or reboot the app.
Are we talking about deployment to Streamlit sharing?
Are there any other error messages in the log besides these five lines?
Can you please share the link to the github repo?