App deployment stuck after processed dependencies

Hi there - I am attempting to deploy my app but like others I am getting stuck in the oven. I read that I needed to make sure I have a requirements.txt file, so I created this, and it seems to be installing the packages correctly as it says β€œProcessed dependencies!” in the log, but then it is stuck there and hangs. I have tried deleting and rebooting multiple times.

Full log

[17:32:09] πŸ–₯ Provisioning machine...

[17:32:15] πŸŽ› Preparing system...

[17:32:11] πŸš€ Starting up repository: '2d-scatterplot-app', branch: 'main', main module: 'app.py'

[17:32:11] πŸ™ Cloning repository...

[17:32:12] πŸ™ Cloning into '/app/2d-scatterplot-app'...

[17:32:12] πŸ™ Cloned repository!

[17:32:12] πŸ™ Pulling code changes from Github...

[17:32:13] πŸ“¦ Processing dependencies...

──────────────────────────────────────── pip ───────────────────────────────────────────

Collecting pandas==1.5.3

  Downloading pandas-1.5.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.2 MB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.2/12.2 MB 149.0 MB/s eta 0:00:00[2023-02-05 17:32:15.015754] 

Collecting matplotlib==3.6

  Downloading matplotlib-3.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.8 MB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.8/11.8 MB 231.6 MB/s eta 0:00:00[2023-02-05 17:32:15.395021] 

Collecting python-dateutil>=2.8.1

  Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 KB 270.6 MB/s eta 0:00:00[2023-02-05 17:32:15.456366] 

Collecting numpy>=1.20.3

  Downloading numpy-1.24.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.3/17.3 MB 248.5 MB/s eta 0:00:00[2023-02-05 17:32:15.875626] 

Collecting pytz>=2020.1

  Downloading pytz-2022.7.1-py2.py3-none-any.whl (499 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 499.4/499.4 KB 267.4 MB/s eta 0:00:00[2023-02-05 17:32:15.993838] 

Collecting pillow>=6.2.0

  Downloading Pillow-9.4.0-cp39-cp39-manylinux_2_28_x86_64.whl (3.4 MB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 261.4 MB/s eta 0:00:00[2023-02-05 17:32:16.404794] 

Collecting pyparsing>=2.2.1

  Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/98.3 KB 242.7 MB/s eta 0:00:00[2023-02-05 17:32:16.482986] 

Collecting contourpy>=1.0.1

  Downloading contourpy-1.0.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (299 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 299.7/299.7 KB 170.9 MB/s eta 0:00:00[2023-02-05 17:32:16.612197] 

Collecting packaging>=20.0

  Downloading packaging-23.0-py3-none-any.whl (42 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.7/42.7 KB 125.8 MB/s eta 0:00:00[2023-02-05 17:32:16.663311] 

Collecting cycler>=0.10

  Downloading cycler-0.11.0-py3-none-any.whl (6.4 kB)

Collecting fonttools>=4.22.0

  Downloading fonttools-4.38.0-py3-none-any.whl (965 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 965.4/965.4 KB 280.1 MB/s eta 0:00:00[2023-02-05 17:32:16.813478] 

Collecting kiwisolver>=1.0.1

  Downloading kiwisolver-1.4.4-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.6 MB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 276.7 MB/s eta 0:00:00[2023-02-05 17:32:16.919444] 

Collecting six>=1.5

  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)

Installing collected packages: pytz, six, pyparsing, pillow, packaging, numpy, kiwisolver, fonttools, cycler, python-dateutil, contourpy, pandas, matplotlib

[17:32:21] β›“ Spinning up manager process...

Successfully installed contourpy-1.0.7 cycler-0.11.0 fonttools-4.38.0 kiwisolver-1.4.4 matplotlib-3.6.0 numpy-1.24.1 packaging-23.0 pandas-1.5.3 pillow-9.4.0 pyparsing-3.0.9 python-dateutil-2.8.2 pytz-2022.7.1 six-1.16.0

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

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

Checking if Streamlit is installed

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

[17:32:26] 🐍 Python dependencies were installed from /app/2d-scatterplot-app/requirements.txt using pip.

Check if streamlit is installed

──────────────────────────────── Installing Streamlit ──────────────────────────────────

Collecting streamlit

  Downloading streamlit-1.17.0-py2.py3-none-any.whl (9.3 MB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.3/9.3 MB 119.1 MB/s eta 0:00:00[2023-02-05 17:32:27.435010] 

Collecting blinker>=1.0.0

  Downloading blinker-1.5-py2.py3-none-any.whl (12 kB)

Collecting validators>=0.2

  Downloading validators-0.20.0.tar.gz (30 kB)

  Preparing metadata (setup.py): started

  Preparing metadata (setup.py): finished with status 'done'

Collecting cachetools>=4.0

  Downloading cachetools-5.3.0-py3-none-any.whl (9.3 kB)

Collecting numpy

  Downloading numpy-1.24.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.3/17.3 MB 248.5 MB/s eta 0:00:00[2023-02-05 17:32:28.580961] 

Collecting protobuf<4,>=3.12

  Downloading protobuf-3.20.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.0 MB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 265.5 MB/s eta 0:00:00[2023-02-05 17:32:28.932481] 

Collecting toml

  Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)

Collecting click>=7.0

  Downloading click-8.1.3-py3-none-any.whl (96 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 KB 251.8 MB/s eta 0:00:00[2023-02-05 17:32:29.014487] 

Collecting tzlocal>=1.1

  Downloading tzlocal-4.2-py3-none-any.whl (19 kB)

Collecting typing-extensions>=3.10.0.0

  Downloading typing_extensions-4.4.0-py3-none-any.whl (26 kB)

Collecting semver

  Downloading semver-2.13.0-py2.py3-none-any.whl (12 kB)

Collecting importlib-metadata>=1.4

  Downloading importlib_metadata-6.0.0-py3-none-any.whl (21 kB)

Collecting altair>=3.2.0

  Downloading altair-4.2.2-py3-none-any.whl (813 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 813.6/813.6 KB 213.2 MB/s eta 0:00:00[2023-02-05 17:32:29.304726] 

Collecting tornado>=5.0

  Downloading tornado-6.2-cp37-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (423 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 424.0/424.0 KB 194.1 MB/s eta 0:00:00[2023-02-05 17:32:29.412860] 

Collecting pydeck>=0.1.dev5

  Downloading pydeck-0.8.0-py2.py3-none-any.whl (4.7 MB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.7/4.7 MB 197.5 MB/s eta 0:00:00[2023-02-05 17:32:29.498956] 

Collecting pandas>=0.21.0

  Downloading pandas-1.5.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.2 MB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.2/12.2 MB 200.0 MB/s eta 0:00:00[2023-02-05 17:32:29.810763] 

Collecting requests>=2.4

  Downloading requests-2.28.2-py3-none-any.whl (62 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 KB 198.1 MB/s eta 0:00:00[2023-02-05 17:32:29.906474] 

Collecting watchdog

  Downloading watchdog-2.2.1-py3-none-manylinux2014_x86_64.whl (78 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.0/79.0 KB 195.0 MB/s eta 0:00:00[2023-02-05 17:32:30.005731] 

Collecting python-dateutil

  Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 KB 253.5 MB/s eta 0:00:00[2023-02-05 17:32:30.078299] 

Collecting pillow>=6.2.0

  Downloading Pillow-9.4.0-cp39-cp39-manylinux_2_28_x86_64.whl (3.4 MB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 263.5 MB/s eta 0:00:00[2023-02-05 17:32:30.456313] 

Collecting pyarrow>=4.0

  Downloading pyarrow-11.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (34.9 MB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.9/34.9 MB 236.2 MB/s eta 0:00:00[2023-02-05 17:32:30.767168] 

Collecting pympler>=0.9

  Downloading Pympler-1.0.1-py3-none-any.whl (164 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 164.8/164.8 KB 250.8 MB/s eta 0:00:00[2023-02-05 17:32:30.840617] 

Collecting rich>=10.11.0

  Downloading rich-13.3.1-py3-none-any.whl (239 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 239.0/239.0 KB 139.6 MB/s eta 0:00:00[2023-02-05 17:32:30.968262] 

Collecting gitpython!=3.1.19

  Downloading GitPython-3.1.30-py3-none-any.whl (184 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 184.0/184.0 KB 219.5 MB/s eta 0:00:00[2023-02-05 17:32:31.041111] 

Collecting packaging>=14.1

  Downloading packaging-23.0-py3-none-any.whl (42 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.7/42.7 KB 163.7 MB/s eta 0:00:00[2023-02-05 17:32:31.096295] 

Collecting toolz

  Downloading toolz-0.12.0-py3-none-any.whl (55 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 KB 128.2 MB/s eta 0:00:00[2023-02-05 17:32:31.159161] 

Collecting jsonschema>=3.0

  Downloading jsonschema-4.17.3-py3-none-any.whl (90 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.4/90.4 KB 226.3 MB/s eta 0:00:00[2023-02-05 17:32:31.222737] 

Collecting jinja2

  Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 KB 161.5 MB/s eta 0:00:00[2023-02-05 17:32:31.273667] 

Collecting entrypoints

  Downloading entrypoints-0.4-py3-none-any.whl (5.3 kB)

Collecting gitdb<5,>=4.0.1

  Downloading gitdb-4.0.10-py3-none-any.whl (62 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 KB 200.9 MB/s eta 0:00:00[2023-02-05 17:32:31.351166] 

Collecting zipp>=0.5

  Downloading zipp-3.12.0-py3-none-any.whl (6.6 kB)

Collecting pytz>=2020.1

  Downloading pytz-2022.7.1-py2.py3-none-any.whl (499 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 499.4/499.4 KB 256.2 MB/s eta 0:00:00[2023-02-05 17:32:31.526604] 

Collecting six>=1.5

  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)

Collecting urllib3<1.27,>=1.21.1

  Downloading urllib3-1.26.14-py2.py3-none-any.whl (140 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.6/140.6 KB 147.1 MB/s eta 0:00:00[2023-02-05 17:32:31.756194] 

Collecting charset-normalizer<4,>=2

  Downloading charset_normalizer-3.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (198 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 198.8/198.8 KB 216.3 MB/s eta 0:00:00[2023-02-05 17:32:31.901432] 

Collecting idna<4,>=2.5

  Downloading idna-3.4-py3-none-any.whl (61 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 KB 102.8 MB/s eta 0:00:00[2023-02-05 17:32:31.978279] 

Collecting certifi>=2017.4.17

  Downloading certifi-2022.12.7-py3-none-any.whl (155 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 KB 147.8 MB/s eta 0:00:00[2023-02-05 17:32:32.048907] 

Collecting markdown-it-py<3.0.0,>=2.1.0

  Downloading markdown_it_py-2.1.0-py3-none-any.whl (84 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.5/84.5 KB 136.3 MB/s eta 0:00:00[2023-02-05 17:32:32.114711] 

Collecting pygments<3.0.0,>=2.14.0

  Downloading Pygments-2.14.0-py3-none-any.whl (1.1 MB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 257.2 MB/s eta 0:00:00[2023-02-05 17:32:32.186030] 

Collecting pytz-deprecation-shim

  Downloading pytz_deprecation_shim-0.1.0.post0-py2.py3-none-any.whl (15 kB)

Collecting decorator>=3.4.0

  Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB)

Collecting smmap<6,>=3.0.1

  Downloading smmap-5.0.0-py3-none-any.whl (24 kB)

Collecting MarkupSafe>=2.0

  Downloading MarkupSafe-2.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)

Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0

  Downloading pyrsistent-0.19.3-py3-none-any.whl (57 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 KB 108.1 MB/s eta 0:00:00[2023-02-05 17:32:32.720475] 

Collecting attrs>=17.4.0

  Downloading attrs-22.2.0-py3-none-any.whl (60 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.0/60.0 KB 136.3 MB/s eta 0:00:00[2023-02-05 17:32:32.782961] 

Collecting mdurl~=0.1

  Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)

Collecting tzdata

  Downloading tzdata-2022.7-py2.py3-none-any.whl (340 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 340.1/340.1 KB 228.9 MB/s eta 0:00:00[2023-02-05 17:32:32.997136] 

Building wheels for collected packages: validators

  Building wheel for validators (setup.py): started

  Building wheel for validators (setup.py): finished with status 'done'

  Created wheel for validators: filename=validators-0.20.0-py3-none-any.whl size=19581 sha256=4d636d62ac7eac4474305092dc1e7faafc8416b36958aa5b08ba7a8fb62dd527

  Stored in directory: /tmp/pip-ephem-wheel-cache-1qe27gg_/wheels/2d/f0/a8/1094fca7a7e5d0d12ff56e0c64675d72aa5cc81a5fc200e849

Successfully built validators

Installing collected packages: pytz, charset-normalizer, zipp, watchdog, urllib3, tzdata, typing-extensions, tornado, toolz, toml, smmap, six, semver, pyrsistent, pympler, pygments, protobuf, pillow, packaging, numpy, mdurl, MarkupSafe, idna, entrypoints, decorator, click, certifi, cachetools, blinker, attrs, validators, requests, pytz-deprecation-shim, python-dateutil, pyarrow, markdown-it-py, jsonschema, jinja2, importlib-metadata, gitdb, tzlocal, rich, pydeck, pandas, gitpython, altair, streamlit

  Attempting uninstall: pytz

    Found existing installation: pytz 2022.7.1

    Uninstalling pytz-2022.7.1:

      Successfully uninstalled pytz-2022.7.1

  Attempting uninstall: six

    Found existing installation: six 1.16.0

    Uninstalling six-1.16.0:

      Successfully uninstalled six-1.16.0

  Attempting uninstall: pillow

    Found existing installation: Pillow 9.4.0

    Uninstalling Pillow-9.4.0:

      Successfully uninstalled Pillow-9.4.0

  Attempting uninstall: packaging

    Found existing installation: packaging 23.0

    Uninstalling packaging-23.0:

      Successfully uninstalled packaging-23.0

  Attempting uninstall: numpy

    Found existing installation: numpy 1.24.1

    Uninstalling numpy-1.24.1:

      Successfully uninstalled numpy-1.24.1

  Attempting uninstall: python-dateutil

    Found existing installation: python-dateutil 2.8.2

    Uninstalling python-dateutil-2.8.2:

      Successfully uninstalled python-dateutil-2.8.2

  Attempting uninstall: pandas

    Found existing installation: pandas 1.5.3

    Uninstalling pandas-1.5.3:

      Successfully uninstalled pandas-1.5.3

Successfully installed MarkupSafe-2.1.2 altair-4.2.2 attrs-22.2.0 blinker-1.5 cachetools-5.3.0 certifi-2022.12.7 charset-normalizer-3.0.1 click-8.1.3 decorator-5.1.1 entrypoints-0.4 gitdb-4.0.10 gitpython-3.1.30 idna-3.4 importlib-metadata-6.0.0 jinja2-3.1.2 jsonschema-4.17.3 markdown-it-py-2.1.0 mdurl-0.1.2 numpy-1.24.1 packaging-23.0 pandas-1.5.3 pillow-9.4.0 protobuf-3.20.3 pyarrow-11.0.0 pydeck-0.8.0 pygments-2.14.0 pympler-1.0.1 pyrsistent-0.19.3 python-dateutil-2.8.2 pytz-2022.7.1 pytz-deprecation-shim-0.1.0.post0 requests-2.28.2 rich-13.3.1 semver-2.13.0 six-1.16.0 smmap-5.0.0 streamlit-1.17.0 toml-0.10.2 toolz-0.12.0 tornado-6.2 typing-extensions-4.4.0 tzdata-2022.7 tzlocal-4.2 urllib3-1.26.14 validators-0.20.0 watchdog-2.2.1 zipp-3.12.0

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

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

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

[17:32:47] πŸ“¦ Processed dependencies!

2023-02-05 17:32:48.415 INFO    matplotlib.font_manager: generated new fontManager

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


1 Like

Hi @Will_Glad welcome to the community! :wave:

Could you please try to deploy your app again, from scratch?

Thanks for the quick reply @TomJohn. Yes, I have done that multiple times, but just tried again - stuck at same stage

I am having the same problem. My streamlit apps worked fine yesterday. I have tried deleting them and redeploying them from scratch. I have also tried refreshing the page and rebooting the app.

I am facing the same issue. As more and more posts in the forum are facing that issue - I think it is a β€œglobal” error.

I think we have to wait

Seems so. Problems started yesterday, but I managed the deploy the app by redeploing it from scratch. Lucikly monday is close :wink:

Hi @Will_Glad,

I’m having this same problem. If you get the solution, please let me know. Thanks!

@augustojsr Looks like there were some global issues, and another redeploy from @TomJohn helped…I didn’t get it working on my own.

I mean I’m just a streamlit user as you guys :slight_smile: redeployment helped for my own apps. Are you still experiencing issues?

I’m having the same problem today, and I think several others are too. For example, in addition to this thread, the following all have activity within the past few hours that I think may be related:

and possibly:

Not sure what the issue is, but seems like a general problem. Hopefully it’ll be fixed soon :crossed_fingers:

1 Like

@moderators Please help, thanks!

Hi! I am looking into this problem. Could you provide links to apps that are facing this issue? The links I’ve tried to analyze were invalid.

Hello.
Here is my app: https://jorsnow-streamlit-first-app-streamlit-app-abkguu.streamlit.app/

https://francesco12357-streamlit-app-sinottico-portafoglio-bfx214.streamlit.app/

…still β€œSpinning up manager process…”…

https://agus-affirm-slor-predict-predict-wfyj8n.streamlit.app/

Hi, I am one of the users who faced this issue.
The URL link: https://wongjing-stuck-phishing-website-detection-app-ezupc3.streamlit.app/

[15:40:39] :package: Processed dependencies!
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to False.

@Alexandru_Toader

https://nivanorge-lake-liming-app-app-ywryvk.streamlit.app/

Thank you!

Hi! The majority of apps should be up and running. There was a configuration issue that has been fixed. Could you let me know if you still have this problem?

1 Like

Hello again.
Now the log reaches to the line:

[19:43:53] πŸ“¦ Processed dependencies!

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

And after 15 minutes the app loads.
It’s the time duration correct?
Thank you for you time.

Hi! I’m having this problem today.
Just for context the app was working a week ago and when I went in today it had gone to sleep due to inactivity.
I tried to reboot it and it gets stuck at β€œCollecting usage statistics”

[     UTC     ] Logs for buscadorsubdivx.streamlit.app/

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

[12:45:15] πŸ–₯ Provisioning machine...

[12:45:21] πŸŽ› Preparing system...

[12:45:27] β›“ Spinning up manager process...

[12:45:33] 🎈 Inflating balloons...

[12:45:41] πŸ“– Unpacking Comic Sans RAR files...

[12:45:46] 🚧 Loading "Under construction" GIF...

[12:45:36] πŸš€ Starting up repository: 'streamlit-for-subdivx', branch: 'main', main module: 'subdivxweb.py'

[12:45:36] πŸ™ Cloning repository...

[12:45:37] πŸ™ Cloning into '/app/streamlit-for-subdivx'...

[12:45:37] πŸ™ Cloned repository!

[12:45:37] πŸ™ Pulling code changes from Github...

[12:45:38] πŸ“¦ Processing dependencies...


──────────────────────────────────────── pip ───────────────────────────────────────────


Collecting beautifulsoup4==4.11.2

  Downloading beautifulsoup4-4.11.2-py3-none-any.whl (129 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 129.4/129.4 KB 6.8 MB/s eta 0:00:00[2023-03-06 12:45:39.351266] 

Collecting requests==2.28.2

  Downloading requests-2.28.2-py3-none-any.whl (62 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 KB 201.2 MB/s eta 0:00:00[2023-03-06 12:45:39.451600] 

Collecting streamlit==1.17.0

  Downloading streamlit-1.17.0-py2.py3-none-any.whl (9.3 MB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.3/9.3 MB 120.4 MB/s eta 0:00:00[2023-03-06 12:45:39.658452] 

Collecting streamlit-extras==0.2.6

  Downloading streamlit_extras-0.2.6-py3-none-any.whl (48 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.3/48.3 KB 181.3 MB/s eta 0:00:00[2023-03-06 12:45:39.791917] 

Collecting soupsieve>1.2

  Downloading soupsieve-2.4-py3-none-any.whl (37 kB)

Collecting urllib3<1.27,>=1.21.1

  Downloading urllib3-1.26.14-py2.py3-none-any.whl (140 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.6/140.6 KB 215.8 MB/s eta 0:00:00[2023-03-06 12:45:39.951742] 

Collecting charset-normalizer<4,>=2

  Downloading charset_normalizer-3.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (195 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 195.9/195.9 KB 199.4 MB/s eta 0:00:00[2023-03-06 12:45:40.115840] 

Collecting idna<4,>=2.5

  Downloading idna-3.4-py3-none-any.whl (61 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 KB 124.5 MB/s eta 0:00:00[2023-03-06 12:45:40.166385] 

Collecting certifi>=2017.4.17

  Downloading certifi-2022.12.7-py3-none-any.whl (155 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 KB 213.2 MB/s eta 0:00:00[2023-03-06 12:45:40.231066] 

Collecting pillow>=6.2.0

  Downloading Pillow-9.4.0-cp38-cp38-manylinux_2_28_x86_64.whl (3.4 MB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 151.4 MB/s eta 0:00:00[2023-03-06 12:45:40.809194] 

Collecting altair>=3.2.0

  Downloading altair-4.2.2-py3-none-any.whl (813 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 813.6/813.6 KB 200.4 MB/s eta 0:00:00[2023-03-06 12:45:40.865999] 

Collecting gitpython!=3.1.19

  Downloading GitPython-3.1.31-py3-none-any.whl (184 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 184.3/184.3 KB 174.4 MB/s eta 0:00:00[2023-03-06 12:45:40.973194] 

Collecting tzlocal>=1.1

  Downloading tzlocal-4.2-py3-none-any.whl (19 kB)

Collecting protobuf<4,>=3.12

  Downloading protobuf-3.20.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.0 MB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 142.2 MB/s eta 0:00:00[2023-03-06 12:45:41.497479] 

Collecting blinker>=1.0.0

  Downloading blinker-1.5-py2.py3-none-any.whl (12 kB)

Collecting pympler>=0.9

  Downloading Pympler-1.0.1-py3-none-any.whl (164 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 164.8/164.8 KB 223.0 MB/s eta 0:00:00[2023-03-06 12:45:41.588064] 

Collecting toml

  Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)

Collecting python-dateutil

  Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 KB 174.5 MB/s eta 0:00:00[2023-03-06 12:45:41.684490] 

Collecting pandas>=0.21.0

  Downloading pandas-1.5.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.2 MB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.2/12.2 MB 135.7 MB/s eta 0:00:00[2023-03-06 12:45:42.137595] 

Collecting validators>=0.2

  Downloading validators-0.20.0.tar.gz (30 kB)

  Preparing metadata (setup.py): started

  Preparing metadata (setup.py): finished with status 'done'

Collecting cachetools>=4.0

  Downloading cachetools-5.3.0-py3-none-any.whl (9.3 kB)

Collecting numpy

  Downloading numpy-1.24.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.3/17.3 MB 205.1 MB/s eta 0:00:00[2023-03-06 12:45:43.312503] 

Collecting pyarrow>=4.0

  Downloading pyarrow-11.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (35.0 MB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.0/35.0 MB 216.3 MB/s eta 0:00:00[2023-03-06 12:45:43.709220] 

Collecting semver

  Downloading semver-2.13.0-py2.py3-none-any.whl (12 kB)

Collecting rich>=10.11.0

  Downloading rich-13.3.2-py3-none-any.whl (238 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 238.7/238.7 KB 137.3 MB/s eta 0:00:00[2023-03-06 12:45:43.985788] 

Collecting importlib-metadata>=1.4

  Downloading importlib_metadata-6.0.0-py3-none-any.whl (21 kB)

Collecting click>=7.0

  Downloading click-8.1.3-py3-none-any.whl (96 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 KB 132.7 MB/s eta 0:00:00[2023-03-06 12:45:44.196795] 

Collecting typing-extensions>=3.10.0.0

  Downloading typing_extensions-4.5.0-py3-none-any.whl (27 kB)

Collecting tornado>=5.0

  Downloading tornado-6.2-cp37-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (423 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 424.0/424.0 KB 185.0 MB/s eta 0:00:00[2023-03-06 12:45:44.364899] 

Collecting watchdog

  Downloading watchdog-2.3.1-py3-none-manylinux2014_x86_64.whl (80 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.6/80.6 KB 110.7 MB/s eta 0:00:00[2023-03-06 12:45:44.508250] 

Collecting pydeck>=0.1.dev5

  Downloading pydeck-0.8.0-py2.py3-none-any.whl (4.7 MB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.7/4.7 MB 242.3 MB/s eta 0:00:00[2023-03-06 12:45:44.587852] 

Collecting packaging>=14.1

  Downloading packaging-23.0-py3-none-any.whl (42 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.7/42.7 KB 159.1 MB/s eta 0:00:00[2023-03-06 12:45:44.663867] 

Collecting streamlit-toggle-switch>=1.0.2

  Downloading streamlit_toggle_switch-1.0.2-py3-none-any.whl (635 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 635.4/635.4 KB 212.5 MB/s eta 0:00:00[2023-03-06 12:45:44.724437] 

Collecting htbuilder==0.6.1

  Downloading htbuilder-0.6.1.tar.gz (10 kB)

  Preparing metadata (setup.py): started

  Preparing metadata (setup.py): finished with status 'done'

Collecting streamlit-camera-input-live>=0.2.0

  Downloading streamlit_camera_input_live-0.2.0-py3-none-any.whl (6.6 kB)

Collecting streamlit-embedcode>=0.1.2

  Downloading streamlit_embedcode-0.1.2-py3-none-any.whl (3.5 kB)

Collecting streamlit-faker>=0.0.2

  Downloading streamlit_faker-0.0.2-py3-none-any.whl (9.8 kB)

Collecting streamlit-card>=0.0.4

  Downloading streamlit_card-0.0.4-py3-none-any.whl (679 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 679.4/679.4 KB 237.4 MB/s eta 0:00:00[2023-03-06 12:45:45.388156] 

Collecting streamlit-image-coordinates<0.2.0,>=0.1.1

  Downloading streamlit_image_coordinates-0.1.3-py3-none-any.whl (6.3 kB)

Collecting st-annotated-text>=3.0.0

  Downloading st-annotated-text-3.0.0.tar.gz (7.5 kB)

  Preparing metadata (setup.py): started

  Preparing metadata (setup.py): finished with status 'done'

Collecting streamlit-keyup>=0.1.9

  Downloading streamlit_keyup-0.2.0-py3-none-any.whl (7.4 kB)

Collecting markdownlit>=0.0.5

  Downloading markdownlit-0.0.5-py3-none-any.whl (7.0 kB)

Collecting streamlit-vertical-slider>=1.0.2

  Downloading streamlit_vertical_slider-1.0.2-py3-none-any.whl (624 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 624.3/624.3 KB 151.0 MB/s eta 0:00:00[2023-03-06 12:45:46.151427] 

Collecting more-itertools

  Downloading more_itertools-9.1.0-py3-none-any.whl (54 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.2/54.2 KB 182.3 MB/s eta 0:00:00[2023-03-06 12:45:46.272615] 

Collecting entrypoints

  Downloading entrypoints-0.4-py3-none-any.whl (5.3 kB)

Collecting jinja2

  Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 KB 218.3 MB/s eta 0:00:00[2023-03-06 12:45:46.383165] 

Collecting toolz

  Downloading toolz-0.12.0-py3-none-any.whl (55 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 KB 177.4 MB/s eta 0:00:00[2023-03-06 12:45:46.448563] 

Collecting jsonschema>=3.0

  Downloading jsonschema-4.17.3-py3-none-any.whl (90 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.4/90.4 KB 202.7 MB/s eta 0:00:00[2023-03-06 12:45:46.536741] 

Collecting gitdb<5,>=4.0.1

  Downloading gitdb-4.0.10-py3-none-any.whl (62 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 KB 188.9 MB/s eta 0:00:00[2023-03-06 12:45:46.631410] 

Collecting zipp>=0.5

  Downloading zipp-3.15.0-py3-none-any.whl (6.8 kB)

Collecting lxml

  Downloading lxml-4.9.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (7.1 MB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.1/7.1 MB 148.0 MB/s eta 0:00:00[2023-03-06 12:45:47.253271] 

Collecting favicon

  Downloading favicon-0.7.0-py2.py3-none-any.whl (5.9 kB)

Collecting pymdown-extensions

  Downloading pymdown_extensions-9.10-py3-none-any.whl (235 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 235.5/235.5 KB 204.9 MB/s eta 0:00:00[2023-03-06 12:45:47.481052] 

Collecting markdown

  Downloading Markdown-3.4.1-py3-none-any.whl (93 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.3/93.3 KB 142.5 MB/s eta 0:00:00[2023-03-06 12:45:47.542055] 

Collecting pytz>=2020.1

  Downloading pytz-2022.7.1-py2.py3-none-any.whl (499 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 499.4/499.4 KB 234.8 MB/s eta 0:00:00[2023-03-06 12:45:47.687292] 

Collecting six>=1.5

  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)

Collecting markdown-it-py<3.0.0,>=2.2.0

  Downloading markdown_it_py-2.2.0-py3-none-any.whl (84 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.5/84.5 KB 104.2 MB/s eta 0:00:00[2023-03-06 12:45:48.033568] 

Collecting pygments<3.0.0,>=2.13.0

  Downloading Pygments-2.14.0-py3-none-any.whl (1.1 MB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 224.9 MB/s eta 0:00:00

Collecting matplotlib

  Downloading matplotlib-3.7.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (9.2 MB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.2/9.2 MB 206.1 MB/s eta 0:00:00[2023-03-06 12:45:48.687942] 

Collecting faker

  Downloading Faker-17.6.0-py3-none-any.whl (1.7 MB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 149.1 MB/s eta 0:00:00[2023-03-06 12:45:48.956648] 

Collecting backports.zoneinfo

  Downloading backports.zoneinfo-0.2.1-cp38-cp38-manylinux1_x86_64.whl (74 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.0/74.0 KB 164.6 MB/s eta 0:00:00[2023-03-06 12:45:49.107790] 

Collecting pytz-deprecation-shim

  Downloading pytz_deprecation_shim-0.1.0.post0-py2.py3-none-any.whl (15 kB)

Collecting decorator>=3.4.0

  Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB)

Collecting smmap<6,>=3.0.1

  Downloading smmap-5.0.0-py3-none-any.whl (24 kB)

Collecting MarkupSafe>=2.0

  Downloading MarkupSafe-2.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)

Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0

  Downloading pyrsistent-0.19.3-py3-none-any.whl (57 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 KB 170.8 MB/s eta 0:00:00[2023-03-06 12:45:49.659324] 

Collecting importlib-resources>=1.4.0

  Downloading importlib_resources-5.12.0-py3-none-any.whl (36 kB)

Collecting pkgutil-resolve-name>=1.3.10

  Downloading pkgutil_resolve_name-1.3.10-py3-none-any.whl (4.7 kB)

Collecting attrs>=17.4.0

  Downloading attrs-22.2.0-py3-none-any.whl (60 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.0/60.0 KB 137.6 MB/s eta 0:00:00[2023-03-06 12:45:49.889395] 

Collecting mdurl~=0.1

  Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)

Collecting pyparsing>=2.3.1

  Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/98.3 KB 105.0 MB/s eta 0:00:00[2023-03-06 12:45:50.254005] 

Collecting cycler>=0.10

  Downloading cycler-0.11.0-py3-none-any.whl (6.4 kB)

Collecting kiwisolver>=1.0.1

  Downloading kiwisolver-1.4.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.2 MB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 236.0 MB/s eta 0:00:00[2023-03-06 12:45:50.457446] 

Collecting contourpy>=1.0.1

  Downloading contourpy-1.0.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (300 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 300.0/300.0 KB 243.1 MB/s eta 0:00:00[2023-03-06 12:45:50.647686] 

Collecting fonttools>=4.22.0

  Downloading fonttools-4.38.0-py3-none-any.whl (965 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 965.4/965.4 KB 239.8 MB/s eta 0:00:00[2023-03-06 12:45:50.796813] 

Collecting pyyaml

  Downloading PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (701 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 701.2/701.2 KB 140.8 MB/s eta 0:00:00[2023-03-06 12:45:50.951911] 

Collecting tzdata

  Downloading tzdata-2022.7-py2.py3-none-any.whl (340 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 340.1/340.1 KB 244.9 MB/s eta 0:00:00[2023-03-06 12:45:51.122416] 

Building wheels for collected packages: htbuilder, st-annotated-text, validators

  Building wheel for htbuilder (setup.py): started

  Building wheel for htbuilder (setup.py): finished with status 'done'

  Created wheel for htbuilder: filename=htbuilder-0.6.1-py3-none-any.whl size=12441 sha256=afb4e45cb47e7d4616ab447004cf4a95c5e6f473288746af9e46693eeebe4203

  Stored in directory: /tmp/pip-ephem-wheel-cache-vvjw4qr7/wheels/35/b2/79/38294ef56a2080e398b0647d40e3e5a9a2d0064bce33896d98

  Building wheel for st-annotated-text (setup.py): started

  Building wheel for st-annotated-text (setup.py): finished with status 'done'

  Created wheel for st-annotated-text: filename=st_annotated_text-3.0.0-py3-none-any.whl size=8328 sha256=215c37dba38c191dac32d23f5bf666896730936a482488e51a856a61195e9952

  Stored in directory: /tmp/pip-ephem-wheel-cache-vvjw4qr7/wheels/83/a8/5d/260ae7928e4fda1b312661a7e88d6d5d59ade5360cba7dfebe

  Building wheel for validators (setup.py): started

  Building wheel for validators (setup.py): finished with status 'done'

  Created wheel for validators: filename=validators-0.20.0-py3-none-any.whl size=19581 sha256=6f701b6322af554b4dc085e34e6cd35666e2009ff2118cdf0a76bcdaef577d9c

  Stored in directory: /tmp/pip-ephem-wheel-cache-vvjw4qr7/wheels/19/09/72/3eb74d236bb48bd0f3c6c3c83e4e0c5bbfcbcad7c6c3539db8

Successfully built htbuilder st-annotated-text validators

Installing collected packages: pytz, zipp, watchdog, urllib3, tzdata, typing-extensions, tornado, toolz, toml, soupsieve, smmap, six, semver, pyyaml, pyrsistent, pyparsing, pympler, pygments, protobuf, pkgutil-resolve-name, pillow, packaging, numpy, more-itertools, mdurl, MarkupSafe, lxml, kiwisolver, idna, fonttools, entrypoints, decorator, cycler, click, charset-normalizer, certifi, cachetools, blinker, backports.zoneinfo, attrs, validators, requests, pytz-deprecation-shim, python-dateutil, pyarrow, markdown-it-py, jinja2, importlib-resources, importlib-metadata, htbuilder, gitdb, contourpy, beautifulsoup4, tzlocal, st-annotated-text, rich, pydeck, pandas, matplotlib, markdown, jsonschema, gitpython, favicon, faker, pymdown-extensions, altair, streamlit, streamlit-vertical-slider, streamlit-toggle-switch, streamlit-keyup, streamlit-image-coordinates, streamlit-embedcode, streamlit-card, streamlit-camera-input-live, streamlit-faker, markdownlit, streamlit-extras

Successfully installed MarkupSafe-2.1.2 altair-4.2.2 attrs-22.2.0 backports.zoneinfo-0.2.1 beautifulsoup4-4.11.2 blinker-1.5 cachetools-5.3.0 certifi-2022.12.7 charset-normalizer-3.1.0 click-8.1.3 contourpy-1.0.7 cycler-0.11.0 decorator-5.1.1 entrypoints-0.4 faker-17.6.0 favicon-0.7.0 fonttools-4.38.0 gitdb-4.0.10 gitpython-3.1.31 htbuilder-0.6.1 idna-3.4 importlib-metadata-6.0.0 importlib-resources-5.12.0 jinja2-3.1.2 jsonschema-4.17.3 kiwisolver-1.4.4 lxml-4.9.2 markdown-3.4.1 markdown-it-py-2.2.0 markdownlit-0.0.5 matplotlib-3.7.1 mdurl-0.1.2 more-itertools-9.1.0 numpy-1.24.2 packaging-23.0 pandas-1.5.3 pillow-9.4.0 pkgutil-resolve-name-1.3.10 protobuf-3.20.3 pyarrow-11.0.0 pydeck-0.8.0 pygments-2.14.0 pymdown-extensions-9.10 pympler-1.0.1 pyparsing-3.0.9 pyrsistent-0.19.3 python-dateutil-2.8.2 pytz-2022.7.1 pytz-deprecation-shim-0.1.0.post0 pyyaml-6.0 requests-2.28.2 rich-13.3.2 semver-2.13.0 six-1.16.0 smmap-5.0.0 soupsieve-2.4 st-annotated-text-3.0.0 streamlit-1.17.0 streamlit-camera-input-live-0.2.0 streamlit-card-0.0.4 streamlit-embedcode-0.1.2 streamlit-extras-0.2.6 streamlit-faker-0.0.2 streamlit-image-coordinates-0.1.3 streamlit-keyup-0.2.0 streamlit-toggle-switch-1.0.2 streamlit-vertical-slider-1.0.2 toml-0.10.2 toolz-0.12.0 tornado-6.2 typing-extensions-4.5.0 tzdata-2022.7 tzlocal-4.2 urllib3-1.26.14 validators-0.20.0 watchdog-2.3.1 zipp-3.15.0

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

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

Checking if Streamlit is installed

2023-03-06 12:46:14.885 INFO    matplotlib.font_manager: generated new fontManager

Found Streamlit version 1.17.0 in the environment

Streamlit 1.17.0 is present. Installing click 8

Collecting click==8

  Downloading click-8.0.0-py3-none-any.whl (96 kB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.9/96.9 KB 6.7 MB/s eta 0:00:00[2023-03-06 12:46:16.533008] 

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 23.0.1 is available.

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

Streamlit 1.17.0 is present. Installing protobuf 3.20.1

Collecting protobuf==3.20.1

  Downloading protobuf-3.20.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.0 MB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 27.3 MB/s eta 0:00:00[2023-03-06 12:46:18.629658] 

Installing collected packages: protobuf

  Attempting uninstall: protobuf

    Found existing installation: protobuf 3.20.3

    Uninstalling protobuf-3.20.3:

      Successfully uninstalled protobuf-3.20.3

Successfully installed protobuf-3.20.1

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

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


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


[12:46:20] 🐍 Python dependencies were installed from /app/streamlit-for-subdivx/requirements.txt using pip.

Check if streamlit is installed

Streamlit is already installed

[12:46:22] πŸ“¦ Processed dependencies!


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