App fine locally, stuck in the oven remotely

The app is working locally, but not remotely. It’s been hung for an hour or so. When I click Manage Your App the last part of the log is:

Installing collected packages: click
  Attempting uninstall: click
    Found existing installation: click 8.1.3
    Uninstalling click-8.1.3:
      Successfully uninstalled click-8.1.3
Successfully installed click-8.0.0
WARNING: You are using pip version 22.0.3; however, version 22.1 is available.
You should consider upgrading via the '/home/appuser/venv/bin/python -m pip install --upgrade pip' command.
[manager] Python dependencies were installed from /app/info-topo-dash/requirements.txt using pip.
[manager] Processed dependencies!
[manager] Updated app!
[client] Preparing system...
[client] Spinning up manager process...

The change I was making was to remove urllib from the requirements. Adding it without a version to the requirements.txt had caused an error and (shoutout to your tech writer!) I eventually found in your docs that anything in standard python shouldn’t be added.
This is my repo if you want to take a look: GitHub - tyrin/info-topo-dash: Streamlit app for visualizations of content connections, freshness, and SEO.

Hi @tyrin, welcome to the community!! :wave: :partying_face:

Could you try deleting your app on Cloud and redeploying it? Let me know if that doesn’t work and I’ll sync with our eng team to find a solution.

shoutout to your tech writer!

Thank you!! :heart:

Oh, it looks like your app has deployed successfully and is live!

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