My deployment is taking more than 5 hours and still running

Failing to deploy my object detection model built around streamlit

I have made an object detection model which will detect objects using your webcam.
I am trying to deploy it using streamlit.io, but it keeps on running and not completed yet

This is the last bit of command which has been there for the last 5 hrs

Code snippet:

Successfully installed attrs-23.1.0 jsonschema-4.18.0 jsonschema-specifications-2023.7.1 referencing-0.30.0 rpds-py-0.9.2

WARNING: You are using pip version 22.0.3; however, version 23.2.1 is available.

You should consider upgrading via the '/home/appuser/venv/bin/python -m pip install --upgrade pip' command.


────────────────────────────────────────────────────────────────────────────────────────


[13:34:59] 🐍 Python dependencies were installed from /app/simple-object-detection-demonstration/requirements.txt using pip.

[13:34:59] πŸ“¦ Processed dependencies!

  Stopping...


Collecting usage statistics. To deactivate, set browser.gatherUsageStats to False.





[13:35:02] πŸ”„ Updated app!

[18:01:16] πŸŽ› Preparing system...

[18:01:16] β›“ Spinning up manager process...

If applicable, please provide the steps we should take to reproduce the error or specified behavior.

Expected behavior:

Explain what you expect to happen when you run the code above.

Actual behavior:

Explain the undesired behavior or error you see when you run the code above.
If you’re seeing an error message, share the full contents of the error message here.

Debug info

  • Streamlit version: (get it with $ streamlit version)
  • Python version: (get it with $ python --version)
  • Using Conda? PipEnv? PyEnv? Pex?
  • OS version:
  • Browser version:

Requirements file

Links

Hi @sandip_shaw, and welcome to our Community! :wave:

I’ve been informed by the Community Cloud devs about some issues on the CCloud platform that should be fixed soon (I have been given a deadline for the fix by tomorrow COP).

I can’t confirm if your problem is related; however, consider redeploying your app then.

Thank you for your patience, and please update us if the issue persists.

Charly

1 Like

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