Df.style.hide_index() code suddenly not working in streamlit cloud community server

Judging from where pandas is written, any chance that was added after all the rest? Is it possible that the specified version of pandas has some inconsistency with the rest? I’m always skeptical of requirements.txt files that have so many things pinned like that and recommend more of a minimalist approach to give pip flexibility to resolve it.

Try setting pandas<1.4 to be more flexible. (Where 1.4 is the version when pandas deprecated .hide_index() like I mentioned in my first reply) And maybe just double check there are no competing Python package management files and that the added line about pandas has been committed all the way up to the live branch used for deployment.

complete log part 2:

Successfully installed GitPython-3.1.31 Jinja2-3.1.2 Mako-1.2.4 MarkupSafe-2.1.2 Pillow-9.4.0 PyJWT-2.6.0 Pygments-2.14.0 Pympler-1.0.1 SQLAlchemy-1.4.46 alembic-1.9.4 altair-4.2.2 attrs-22.2.0 backports.zoneinfo-0.2.1 blinker-1.5 boto3-1.26.79 botocore-1.29.79 cachetools-5.3.0 certifi-2022.12.7 charset-normalizer-3.0.1 cli-helpers-2.3.0 click-8.1.3 configobj-5.0.8 databricks-0.2 databricks-api-0.8.0 databricks-cli-0.17.4 databricks-sql-cli-0.1.4 databricks-sql-connector-2.4.0 decorator-5.1.1 entrypoints-0.4 et-xmlfile-1.1.0 gitdb-4.0.10 greenlet-2.0.2 hmmlearn-0.2.8 idna-3.4 importlib-metadata-6.0.0 importlib-resources-5.12.0 jmespath-1.0.1 joblib-1.2.0 jsonschema-4.17.3 lz4-4.3.2 markdown-it-py-2.2.0 mdurl-0.1.2 networkx-3.0 numpy-1.23.4 nvidia-cublas-cu11-11.10.3.66 nvidia-cuda-nvrtc-cu11-11.7.99 nvidia-cuda-runtime-cu11-11.7.99 nvidia-cudnn-cu11-8.5.0.96 oauthlib-3.2.2 openpyxl-3.1.1 opt-einsum-3.3.0 packaging-23.0 pandas-1.3.4 patsy-0.5.3 pgmpy-0.1.21 pkgutil_resolve_name-1.3.10 plotly-5.13.1 prompt-toolkit-3.0.37 protobuf-3.20.3 pyarrow-11.0.0 pydeck-0.8.0 pyparsing-3.0.9 pyrsistent-0.19.3 python-dateutil-2.8.2 python-decouple-3.7 pytz-2022.7.1 pytz-deprecation-shim-0.1.0.post0 requests-2.28.2 rich-13.3.1 s3transfer-0.6.0 scikit-learn-1.2.1 scipy-1.10.1 semver-2.13.0 setuptools-67.7.2 six-1.16.0 smmap-5.0.0 sqlparse-0.4.3 statsmodels-0.13.5 streamlit-1.17.0 streamlit-aggrid-0.3.3 tabulate-0.9.0 tenacity-8.2.1 threadpoolctl-3.1.0 thrift-0.16.0 toml-0.10.2 toolz-0.12.0 torch-1.13.1 tornado-6.2 tqdm-4.64.1 typing_extensions-4.5.0 tzdata-2022.7 tzlocal-4.2 urllib3-1.26.14 validators-0.20.0 watchdog-3.0.0 wcwidth-0.2.6 wheel-0.40.0 zipp-3.15.0
WARNING: You are using pip version 22.0.3; however, version 23.1.2 is available.
You should consider upgrading via the '/home/appuser/venv/bin/python -m pip install --upgrade pip' command.
Checking if Streamlit is installed
Found Streamlit version 1.17.0 in the environment
Streamlit 1.17.0 is present which is incompatible with altair>=5.0.0. Installing altair 4.*
Collecting altair<5
  Downloading altair-4.2.2-py3-none-any.whl (813 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 813.6/813.6 KB 20.9 MB/s eta 0:00:00[2023-05-18 17:24:55.882484] 
Collecting jsonschema>=3.0
  Downloading jsonschema-4.17.3-py3-none-any.whl (90 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.4/90.4 KB 238.1 MB/s eta 0:00:00[2023-05-18 17:24:55.968336] 
Collecting toolz
  Downloading toolz-0.12.0-py3-none-any.whl (55 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 KB 193.3 MB/s eta 0:00:00[2023-05-18 17:24:56.004147] 
Collecting entrypoints
  Downloading entrypoints-0.4-py3-none-any.whl (5.3 kB)
Collecting numpy
  Downloading numpy-1.24.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.3/17.3 MB 172.5 MB/s eta 0:00:00[2023-05-18 17:24:56.532592] 
Collecting pandas>=0.18
  Downloading pandas-2.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.4/12.4 MB 248.1 MB/s eta 0:00:00[2023-05-18 17:24:56.893349] 
Collecting jinja2
  Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 KB 256.5 MB/s eta 0:00:00[2023-05-18 17:24:56.969942] 
Collecting attrs>=17.4.0
  Downloading attrs-23.1.0-py3-none-any.whl (61 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 KB 188.0 MB/s eta 0:00:00[2023-05-18 17:24:57.030209] 
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 218.8 MB/s eta 0:00:00[2023-05-18 17:24:57.094817] 
Collecting pytz>=2020.1
  Downloading pytz-2023.3-py2.py3-none-any.whl (502 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.3/502.3 KB 268.8 MB/s eta 0:00:00[2023-05-18 17:24:57.318981] 
Collecting python-dateutil>=2.8.2
  Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 KB 269.3 MB/s eta 0:00:00[2023-05-18 17:24:57.366684] 
Collecting tzdata>=2022.1
  Downloading tzdata-2023.3-py2.py3-none-any.whl (341 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 341.8/341.8 KB 280.0 MB/s eta 0:00:00[2023-05-18 17:24:57.407834] 
Collecting MarkupSafe>=2.0
  Downloading MarkupSafe-2.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
Collecting six>=1.5
  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Installing collected packages: pytz, tzdata, toolz, six, pyrsistent, numpy, MarkupSafe, entrypoints, attrs, python-dateutil, jsonschema, jinja2, pandas, altair
  Attempting uninstall: pytz
    Found existing installation: pytz 2022.7.1
    Uninstalling pytz-2022.7.1:
      Successfully uninstalled pytz-2022.7.1
  Attempting uninstall: tzdata
    Found existing installation: tzdata 2022.7
    Uninstalling tzdata-2022.7:
      Successfully uninstalled tzdata-2022.7
  Attempting uninstall: toolz
    Found existing installation: toolz 0.12.0
    Uninstalling toolz-0.12.0:
      Successfully uninstalled toolz-0.12.0
  Attempting uninstall: six
    Found existing installation: six 1.16.0
    Uninstalling six-1.16.0:
      Successfully uninstalled six-1.16.0
  Attempting uninstall: pyrsistent
    Found existing installation: pyrsistent 0.19.3
    Uninstalling pyrsistent-0.19.3:
      Successfully uninstalled pyrsistent-0.19.3
  Attempting uninstall: numpy
    Found existing installation: numpy 1.23.4
    Uninstalling numpy-1.23.4:
      Successfully uninstalled numpy-1.23.4
  Attempting uninstall: MarkupSafe
    Found existing installation: MarkupSafe 2.1.2
    Uninstalling MarkupSafe-2.1.2:
      Successfully uninstalled MarkupSafe-2.1.2
  Attempting uninstall: entrypoints
    Found existing installation: entrypoints 0.4
    Uninstalling entrypoints-0.4:
      Successfully uninstalled entrypoints-0.4
  Attempting uninstall: attrs
    Found existing installation: attrs 22.2.0
    Uninstalling attrs-22.2.0:
      Successfully uninstalled attrs-22.2.0
  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: jsonschema
    Found existing installation: jsonschema 4.17.3
    Uninstalling jsonschema-4.17.3:
      Successfully uninstalled jsonschema-4.17.3
  Attempting uninstall: jinja2
    Found existing installation: Jinja2 3.1.2
    Uninstalling Jinja2-3.1.2:
      Successfully uninstalled Jinja2-3.1.2
  Attempting uninstall: pandas
    Found existing installation: pandas 1.3.4
    Uninstalling pandas-1.3.4:
      Successfully uninstalled pandas-1.3.4
  Attempting uninstall: altair
    Found existing installation: altair 4.2.2
    Uninstalling altair-4.2.2:
      Successfully uninstalled altair-4.2.2
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
databricks-sql-connector 2.4.0 requires numpy==1.23.4; python_version >= "3.8", but you have numpy 1.24.3 which is incompatible.
databricks-sql-connector 2.4.0 requires pandas<2.0.0,>=1.3.0, but you have pandas 2.0.1 which is incompatible.
databricks-sql-cli 0.1.4 requires pandas==1.3.4, but you have pandas 2.0.1 which is incompatible.
Successfully installed MarkupSafe-2.1.2 altair-4.2.2 attrs-23.1.0 entrypoints-0.4 jinja2-3.1.2 jsonschema-4.17.3 numpy-1.24.3 pandas-2.0.1 pyrsistent-0.19.3 python-dateutil-2.8.2 pytz-2023.3 six-1.16.0 toolz-0.12.0 tzdata-2023.3
WARNING: You are using pip version 22.0.3; however, version 23.1.2 is available.
You should consider upgrading via the '/home/appuser/venv/bin/python -m pip install --upgrade pip' command.

Yeah, this is why I’m wondering if the requirements file might not be valid and have a conflict.

complete log part 3:

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

[17:25:09] 🐍 Python dependencies were installed from /app/application/requirements.txt using pip.
Check if streamlit is installed
Streamlit is already installed
[17:25:10] πŸ“¦ Processed dependencies!

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




[17:48:02] πŸ™ Pulling code changes from Github...
[17:48:03] πŸ“¦ Processing dependencies...

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

Collecting alembic==1.9.4
  Downloading alembic-1.9.4-py3-none-any.whl (210 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 210.5/210.5 KB 9.5 MB/s eta 0:00:00[2023-05-18 17:48:04.439175] 
Collecting altair==4.2.2
  Downloading altair-4.2.2-py3-none-any.whl (813 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 813.6/813.6 KB 58.1 MB/s eta 0:00:00[2023-05-18 17:48:04.507670] 
Collecting attrs==22.2.0
  Downloading attrs-22.2.0-py3-none-any.whl (60 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.0/60.0 KB 146.8 MB/s eta 0:00:00[2023-05-18 17:48:04.566747] 
Collecting backports.zoneinfo==0.2.1
  Downloading backports.zoneinfo-0.2.1.tar.gz (74 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.1/74.1 KB 150.6 MB/s eta 0:00:00[2023-05-18 17:48:04.613304] 
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Collecting blinker==1.5
  Downloading blinker-1.5-py2.py3-none-any.whl (12 kB)
Collecting boto3==1.26.79
  Downloading boto3-1.26.79-py3-none-any.whl (132 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.7/132.7 KB 134.4 MB/s eta 0:00:00[2023-05-18 17:48:09.690807] 
Collecting botocore==1.29.79
  Downloading botocore-1.29.79-py3-none-any.whl (10.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.4/10.4 MB 149.5 MB/s eta 0:00:00[2023-05-18 17:48:10.516442] 
Collecting cachetools==5.3.0
  Downloading cachetools-5.3.0-py3-none-any.whl (9.3 kB)
Collecting certifi==2022.12.7
  Downloading certifi-2022.12.7-py3-none-any.whl (155 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 KB 277.7 MB/s eta 0:00:00[2023-05-18 17:48:10.630000] 
Collecting charset-normalizer==3.0.1
  Downloading charset_normalizer-3.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (198 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 198.8/198.8 KB 135.0 MB/s eta 0:00:00[2023-05-18 17:48:10.754316] 
Collecting cli-helpers==2.3.0
  Downloading cli_helpers-2.3.0-py3-none-any.whl (19 kB)
Collecting click==8.1.3
  Downloading click-8.1.3-py3-none-any.whl (96 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 KB 225.5 MB/s eta 0:00:00[2023-05-18 17:48:10.851052] 
Collecting configobj==5.0.8
  Downloading configobj-5.0.8-py2.py3-none-any.whl (36 kB)
Collecting databricks==0.2
  Downloading databricks-0.2-py2.py3-none-any.whl (1.2 kB)
Collecting databricks-api==0.8.0
  Downloading databricks_api-0.8.0-py3-none-any.whl (7.2 kB)
Collecting databricks-cli==0.17.4
  Downloading databricks-cli-0.17.4.tar.gz (82 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.3/82.3 KB 117.8 MB/s eta 0:00:00[2023-05-18 17:48:11.022630] 
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting databricks-sql-cli==0.1.4
  Downloading databricks_sql_cli-0.1.4-py3-none-any.whl (47 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.0/48.0 KB 136.4 MB/s eta 0:00:00[2023-05-18 17:48:11.458811] 
Collecting databricks-sql-connector==2.4.0
  Downloading databricks_sql_connector-2.4.0-py3-none-any.whl (278 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 278.7/278.7 KB 249.5 MB/s eta 0:00:00[2023-05-18 17:48:11.506914] 
Collecting decorator==5.1.1
  Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB)
Collecting entrypoints==0.4
  Downloading entrypoints-0.4-py3-none-any.whl (5.3 kB)
Collecting et-xmlfile==1.1.0
  Downloading et_xmlfile-1.1.0-py3-none-any.whl (4.7 kB)
Collecting gitdb==4.0.10
  Downloading gitdb-4.0.10-py3-none-any.whl (62 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 KB 215.3 MB/s eta 0:00:00[2023-05-18 17:48:11.709019] 
Collecting GitPython==3.1.31
  Downloading GitPython-3.1.31-py3-none-any.whl (184 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 184.3/184.3 KB 261.0 MB/s eta 0:00:00[2023-05-18 17:48:11.773187] 
Collecting greenlet==2.0.2
  Downloading greenlet-2.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (610 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 610.9/610.9 KB 265.9 MB/s eta 0:00:00[2023-05-18 17:48:12.026596] 
Collecting hmmlearn==0.2.8
  Downloading hmmlearn-0.2.8-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (217 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.2/217.2 KB 155.6 MB/s eta 0:00:00[2023-05-18 17:48:12.086623] 
Collecting idna==3.4
  Downloading idna-3.4-py3-none-any.whl (61 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 KB 216.7 MB/s eta 0:00:00[2023-05-18 17:48:12.129776] 
Collecting importlib-metadata==6.0.0
  Downloading importlib_metadata-6.0.0-py3-none-any.whl (21 kB)
Collecting importlib-resources==5.12.0
  Downloading importlib_resources-5.12.0-py3-none-any.whl (36 kB)
Collecting Jinja2==3.1.2
  Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 KB 257.8 MB/s eta 0:00:00[2023-05-18 17:48:12.361026] 
Collecting jmespath==1.0.1
  Downloading jmespath-1.0.1-py3-none-any.whl (20 kB)
Collecting joblib==1.2.0
  Downloading joblib-1.2.0-py3-none-any.whl (297 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 298.0/298.0 KB 261.2 MB/s eta 0:00:00[2023-05-18 17:48:12.450497] 
Collecting jsonschema==4.17.3
  Downloading jsonschema-4.17.3-py3-none-any.whl (90 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.4/90.4 KB 222.1 MB/s eta 0:00:00[2023-05-18 17:48:12.513996] 
Collecting lz4==4.3.2
  Downloading lz4-4.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 173.3 MB/s eta 0:00:00[2023-05-18 17:48:12.777357] 
Collecting Mako==1.2.4
  Downloading Mako-1.2.4-py3-none-any.whl (78 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.7/78.7 KB 205.9 MB/s eta 0:00:00[2023-05-18 17:48:12.823370] 
Collecting markdown-it-py==2.2.0
  Downloading markdown_it_py-2.2.0-py3-none-any.whl (84 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.5/84.5 KB 231.7 MB/s eta 0:00:00[2023-05-18 17:48:12.871499] 
Collecting MarkupSafe==2.1.2
  Downloading MarkupSafe-2.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
Collecting mdurl==0.1.2
  Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
Collecting networkx==3.0
  Downloading networkx-3.0-py3-none-any.whl (2.0 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 178.7 MB/s eta 0:00:00[2023-05-18 17:48:13.066848] 
Collecting numpy==1.23.4
  Downloading numpy-1.23.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.1/17.1 MB 242.4 MB/s eta 0:00:00[2023-05-18 17:48:13.575127] 
Collecting oauthlib==3.2.2
  Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.7/151.7 KB 189.3 MB/s eta 0:00:00[2023-05-18 17:48:13.639384] 
Collecting openpyxl==3.1.1
  Downloading openpyxl-3.1.1-py2.py3-none-any.whl (249 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 249.8/249.8 KB 219.6 MB/s eta 0:00:00[2023-05-18 17:48:13.692232] 
Collecting opt-einsum==3.3.0
  Downloading opt_einsum-3.3.0-py3-none-any.whl (65 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 KB 179.2 MB/s eta 0:00:00[2023-05-18 17:48:13.737311] 
Collecting packaging==23.0
  Downloading packaging-23.0-py3-none-any.whl (42 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.7/42.7 KB 179.0 MB/s eta 0:00:00[2023-05-18 17:48:13.789076] 
Collecting patsy==0.5.3
  Downloading patsy-0.5.3-py2.py3-none-any.whl (233 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.8/233.8 KB 249.0 MB/s eta 0:00:00[2023-05-18 17:48:13.829228] 
Collecting pgmpy==0.1.21
  Downloading pgmpy-0.1.21-py3-none-any.whl (1.9 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 151.8 MB/s eta 0:00:00[2023-05-18 17:48:13.969011] 
Collecting Pillow==9.4.0
  Downloading Pillow-9.4.0-cp39-cp39-manylinux_2_28_x86_64.whl (3.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 230.0 MB/s eta 0:00:00[2023-05-18 17:48:14.384401] 
Collecting pkgutil_resolve_name==1.3.10
  Downloading pkgutil_resolve_name-1.3.10-py3-none-any.whl (4.7 kB)
Collecting plotly==5.13.1
  Downloading plotly-5.13.1-py2.py3-none-any.whl (15.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.2/15.2 MB 259.0 MB/s eta 0:00:00[2023-05-18 17:48:14.578088] 
Collecting prompt-toolkit==3.0.37
  Downloading prompt_toolkit-3.0.37-py3-none-any.whl (385 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 385.2/385.2 KB 168.4 MB/s eta 0:00:00[2023-05-18 17:48:14.797620] 
Collecting protobuf==3.20.3
  Downloading protobuf-3.20.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.0 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 248.3 MB/s eta 0:00:00[2023-05-18 17:48:15.160032] 
Collecting pyarrow==11.0.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 183.6 MB/s eta 0:00:00[2023-05-18 17:48:15.493124] 
Collecting pydeck==0.8.0
  Downloading pydeck-0.8.0-py2.py3-none-any.whl (4.7 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.7/4.7 MB 204.1 MB/s eta 0:00:00[2023-05-18 17:48:15.597127] 
Collecting Pygments==2.14.0
  Downloading Pygments-2.14.0-py3-none-any.whl (1.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 316.0 MB/s eta 0:00:00[2023-05-18 17:48:15.662565] 
Collecting PyJWT==2.6.0
  Downloading PyJWT-2.6.0-py3-none-any.whl (20 kB)
Collecting Pympler==1.0.1
  Downloading Pympler-1.0.1-py3-none-any.whl (164 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 164.8/164.8 KB 132.5 MB/s eta 0:00:00[2023-05-18 17:48:15.763448] 
Collecting pyparsing==3.0.9
  Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/98.3 KB 168.6 MB/s eta 0:00:00[2023-05-18 17:48:15.848839] 
Collecting pyrsistent==0.19.3
  Downloading pyrsistent-0.19.3-py3-none-any.whl (57 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 KB 184.9 MB/s eta 0:00:00[2023-05-18 17:48:15.911340] 
Collecting python-dateutil==2.8.2
  Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 KB 154.0 MB/s eta 0:00:00[2023-05-18 17:48:15.971150] 
Collecting python-decouple==3.7
  Downloading python_decouple-3.7-py3-none-any.whl (9.9 kB)
Collecting pytz==2022.7.1
  Downloading pytz-2022.7.1-py2.py3-none-any.whl (499 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 499.4/499.4 KB 282.6 MB/s eta 0:00:00[2023-05-18 17:48:16.110897] 
Collecting pytz-deprecation-shim==0.1.0.post0
  Downloading pytz_deprecation_shim-0.1.0.post0-py2.py3-none-any.whl (15 kB)
Collecting requests==2.28.2
  Downloading requests-2.28.2-py3-none-any.whl (62 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 KB 135.0 MB/s eta 0:00:00[2023-05-18 17:48:16.340670] 
Collecting rich==13.3.1
  Downloading rich-13.3.1-py3-none-any.whl (239 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 239.0/239.0 KB 261.3 MB/s eta 0:00:00[2023-05-18 17:48:16.468903] 
Collecting s3transfer==0.6.0
  Downloading s3transfer-0.6.0-py3-none-any.whl (79 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.6/79.6 KB 199.6 MB/s eta 0:00:00[2023-05-18 17:48:16.514336] 
Collecting scikit-learn==1.2.1
  Downloading scikit_learn-1.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (9.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.6/9.6 MB 139.1 MB/s eta 0:00:00[2023-05-18 17:48:16.794007] 
Collecting scipy==1.10.1
  Downloading scipy-1.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (34.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.5/34.5 MB 259.1 MB/s eta 0:00:00[2023-05-18 17:48:17.209585] 
Collecting semver==2.13.0
  Downloading semver-2.13.0-py2.py3-none-any.whl (12 kB)
Collecting six==1.16.0
  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting smmap==5.0.0
  Downloading smmap-5.0.0-py3-none-any.whl (24 kB)
Collecting SQLAlchemy==1.4.46
  Downloading SQLAlchemy-1.4.46-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 272.2 MB/s eta 0:00:00[2023-05-18 17:48:18.017351] 
Collecting sqlparse==0.4.3
  Downloading sqlparse-0.4.3-py3-none-any.whl (42 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.8/42.8 KB 187.7 MB/s eta 0:00:00[2023-05-18 17:48:18.059422] 
Collecting statsmodels==0.13.5
  Downloading statsmodels-0.13.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (9.9 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.9/9.9 MB 219.4 MB/s eta 0:00:00[2023-05-18 17:48:18.222615] 
Collecting streamlit==1.17.0
  Downloading streamlit-1.17.0-py2.py3-none-any.whl (9.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.3/9.3 MB 231.0 MB/s eta 0:00:00[2023-05-18 17:48:18.382337] 
Collecting streamlit-aggrid==0.3.3
  Downloading streamlit_aggrid-0.3.3-py3-none-any.whl (3.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 196.0 MB/s eta 0:00:00[2023-05-18 17:48:18.541148] 
Collecting tabulate==0.9.0
  Downloading tabulate-0.9.0-py3-none-any.whl (35 kB)
Collecting tenacity==8.2.1
  Downloading tenacity-8.2.1-py3-none-any.whl (24 kB)
Collecting threadpoolctl==3.1.0
  Downloading threadpoolctl-3.1.0-py3-none-any.whl (14 kB)
Collecting thrift==0.16.0
  Downloading thrift-0.16.0.tar.gz (59 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.6/59.6 KB 118.5 MB/s eta 0:00:00[2023-05-18 17:48:18.691417] 
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting toml==0.10.2
  Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)
Collecting toolz==0.12.0
  Downloading toolz-0.12.0-py3-none-any.whl (55 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 KB 118.9 MB/s eta 0:00:00
Collecting torch==1.13.1
  Downloading torch-1.13.1-cp39-cp39-manylinux1_x86_64.whl (887.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 887.4/887.4 MB 233.3 MB/s eta 0:00:00[2023-05-18 17:48:23.465316] 
Collecting tornado==6.2
  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 286.3 MB/s eta 0:00:00[2023-05-18 17:48:24.479919] 
Collecting tqdm==4.64.1
  Downloading tqdm-4.64.1-py2.py3-none-any.whl (78 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.5/78.5 KB 210.7 MB/s eta 0:00:00[2023-05-18 17:48:24.582122] 
Collecting typing_extensions==4.5.0
  Downloading typing_extensions-4.5.0-py3-none-any.whl (27 kB)
Collecting tzdata==2022.7
  Downloading tzdata-2022.7-py2.py3-none-any.whl (340 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 340.1/340.1 KB 274.0 MB/s eta 0:00:00[2023-05-18 17:48:24.670390] 
Collecting tzlocal==4.2
  Downloading tzlocal-4.2-py3-none-any.whl (19 kB)
Collecting urllib3==1.26.14
  Downloading urllib3-1.26.14-py2.py3-none-any.whl (140 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.6/140.6 KB 216.7 MB/s eta 0:00:00[2023-05-18 17:48:24.786717] 
Collecting validators==0.20.0
  Downloading validators-0.20.0.tar.gz (30 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting wcwidth==0.2.6
  Downloading wcwidth-0.2.6-py2.py3-none-any.whl (29 kB)
Collecting zipp==3.15.0
  Downloading zipp-3.15.0-py3-none-any.whl (6.8 kB)
Collecting pandas==1.3.4
  Downloading pandas-1.3.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.5/11.5 MB 151.4 MB/s eta 0:00:00[2023-05-18 17:48:25.624680] 
2023-05-18 17:48:26.702 Successfully opened session b'\xd3\xc4\xa4\xeb\xaaWH\xd1\x8e\xa1\x06\xf4\x84\xfc\xaa\xdf'
Collecting watchdog
  Downloading watchdog-3.0.0-py3-none-manylinux2014_x86_64.whl (82 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.1/82.1 KB 194.5 MB/s eta 0:00:00[2023-05-18 17:48:27.477539] 
Collecting nvidia-cuda-nvrtc-cu11==11.7.99
  Downloading nvidia_cuda_nvrtc_cu11-11.7.99-2-py3-none-manylinux1_x86_64.whl (21.0 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21.0/21.0 MB 250.9 MB/s eta 0:00:00[2023-05-18 17:48:27.775449] 
Collecting nvidia-cuda-runtime-cu11==11.7.99
  Downloading nvidia_cuda_runtime_cu11-11.7.99-py3-none-manylinux1_x86_64.whl (849 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 849.3/849.3 KB 276.5 MB/s eta 0:00:00[2023-05-18 17:48:27.829045] 
Collecting nvidia-cudnn-cu11==8.5.0.96
  Downloading nvidia_cudnn_cu11-8.5.0.96-2-py3-none-manylinux1_x86_64.whl (557.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 557.1/557.1 MB 223.1 MB/s eta 0:00:00[2023-05-18 17:48:30.387767] 
Collecting nvidia-cublas-cu11==11.10.3.66
  Downloading nvidia_cublas_cu11-11.10.3.66-py3-none-manylinux1_x86_64.whl (317.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 317.1/317.1 MB 274.7 MB/s eta 0:00:00[2023-05-18 17:48:32.550163] 
2023-05-18 17:48:33.093 Successfully opened session b'\xdf\x88\xa7\xde\xaa}M\x84\xa0\x1b\x91;\x1dv\xff\x1e'
Collecting wheel
  Downloading wheel-0.40.0-py3-none-any.whl (64 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.5/64.5 KB 87.0 MB/s eta 0:00:00[2023-05-18 17:48:33.173468] 
Collecting setuptools
  Downloading setuptools-67.7.2-py3-none-any.whl (1.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 270.3 MB/s eta 0:00:00[2023-05-18 17:48:33.515559] 
Building wheels for collected packages: backports.zoneinfo, databricks-cli, thrift, validators
  Building wheel for backports.zoneinfo (pyproject.toml): started
  Building wheel for backports.zoneinfo (pyproject.toml): finished with status 'done'
  Created wheel for backports.zoneinfo: filename=backports.zoneinfo-0.2.1-cp39-cp39-linux_x86_64.whl size=78609 sha256=76d986a303ac90a94389e4e5776206b4a97729c49ef291ce226e5268c1ce16f2
  Stored in directory: /tmp/pip-ephem-wheel-cache-_upkllot/wheels/f6/da/c4/7ac0330c0d9763cbd549898f8815e8cbc01a5bd31a009be764
  Building wheel for databricks-cli (setup.py): started
  Building wheel for databricks-cli (setup.py): finished with status 'done'
  Created wheel for databricks-cli: filename=databricks_cli-0.17.4-py3-none-any.whl size=142875 sha256=6beb05cf013416202dded4b8d2c51e7fbea2cd49e05f27d4f2c1fb803a0aa845
  Stored in directory: /tmp/pip-ephem-wheel-cache-_upkllot/wheels/b3/d4/24/ed7f421c3c600f3eee1a3a9e5c4aecc286a7622cac031918b7
  Building wheel for thrift (setup.py): started
2023-05-18 17:48:35.869 Successfully opened session b'^SK\x12l\xdc@\xad\x92\xeb\x8c\xc3\xe7\xa25\xea'
  Building wheel for thrift (setup.py): finished with status 'done'
  Created wheel for thrift: filename=thrift-0.16.0-cp39-cp39-linux_x86_64.whl size=462754 sha256=582323bb194b38a5b879c05e39b31575ea0e4741a53bd10f665f486f9e1622d9
  Stored in directory: /tmp/pip-ephem-wheel-cache-_upkllot/wheels/67/b1/a4/cf8b927fdbee8e55234f1f421b531685b960e5f23b6273cfcf
  Building wheel for validators (setup.py): started
2023-05-18 17:48:39.743 Successfully opened session b'\xa1z\xac\xb2L\x18Iw\x9f\xec\xf9\x07n3J3'
  Building wheel for validators (setup.py): finished with status 'done'
  Created wheel for validators: filename=validators-0.20.0-py3-none-any.whl size=19579 sha256=1802f4b19973370db8e6673060f28edb41216e8379a6104f186f1d5efc933820
  Stored in directory: /tmp/pip-ephem-wheel-cache-_upkllot/wheels/2d/f0/a8/1094fca7a7e5d0d12ff56e0c64675d72aa5cc81a5fc200e849
Successfully built backports.zoneinfo databricks-cli thrift validators
Installing collected packages: wcwidth, pytz, python-decouple, databricks, charset-normalizer, zipp, wheel, watchdog, urllib3, tzdata, typing_extensions, tqdm, tornado, toolz, toml, threadpoolctl, tenacity, tabulate, sqlparse, smmap, six, setuptools, semver, pyrsistent, pyparsing, Pympler, PyJWT, Pygments, protobuf, prompt-toolkit, pkgutil_resolve_name, Pillow, packaging, oauthlib, nvidia-cuda-nvrtc-cu11, numpy, networkx, mdurl, MarkupSafe, lz4, joblib, jmespath, idna, greenlet, et-xmlfile, entrypoints, decorator, click, certifi, cachetools, blinker, backports.zoneinfo, attrs, validators, thrift, SQLAlchemy, scipy, requests, pytz-deprecation-shim, python-dateutil, pyarrow, plotly, patsy, opt-einsum, openpyxl, nvidia-cuda-runtime-cu11, nvidia-cublas-cu11, markdown-it-py, Mako, jsonschema, Jinja2, importlib-resources, importlib-metadata, gitdb, configobj, tzlocal, scikit-learn, rich, pydeck, pandas, nvidia-cudnn-cu11, GitPython, databricks-cli, cli-helpers, botocore, alembic, torch, statsmodels, s3transfer, hmmlearn, databricks-sql-connector, databricks-api, altair, streamlit, pgmpy, databricks-sql-cli, boto3, streamlit-aggrid

complete log part 4:

Attempting uninstall: wcwidth
    Found existing installation: wcwidth 0.2.6
    Uninstalling wcwidth-0.2.6:
      Successfully uninstalled wcwidth-0.2.6
  Attempting uninstall: pytz
    Found existing installation: pytz 2023.3
    Uninstalling pytz-2023.3:
      Successfully uninstalled pytz-2023.3
  Attempting uninstall: python-decouple
    Found existing installation: python-decouple 3.7
    Uninstalling python-decouple-3.7:
      Successfully uninstalled python-decouple-3.7
  Attempting uninstall: databricks
    Found existing installation: databricks 0.2
    Uninstalling databricks-0.2:
      Successfully uninstalled databricks-0.2
  Attempting uninstall: charset-normalizer
    Found existing installation: charset-normalizer 3.0.1
    Uninstalling charset-normalizer-3.0.1:
      Successfully uninstalled charset-normalizer-3.0.1
  Attempting uninstall: zipp
    Found existing installation: zipp 3.15.0
    Uninstalling zipp-3.15.0:
      Successfully uninstalled zipp-3.15.0
  Attempting uninstall: wheel
    Found existing installation: wheel 0.40.0
    Uninstalling wheel-0.40.0:
      Successfully uninstalled wheel-0.40.0
  Attempting uninstall: watchdog
    Found existing installation: watchdog 3.0.0
    Uninstalling watchdog-3.0.0:
      Successfully uninstalled watchdog-3.0.0
  Attempting uninstall: urllib3
    Found existing installation: urllib3 1.26.14
    Uninstalling urllib3-1.26.14:
      Successfully uninstalled urllib3-1.26.14
  Attempting uninstall: tzdata
    Found existing installation: tzdata 2023.3
    Uninstalling tzdata-2023.3:
      Successfully uninstalled tzdata-2023.3
  Attempting uninstall: typing_extensions
    Found existing installation: typing_extensions 4.5.0
    Uninstalling typing_extensions-4.5.0:
      Successfully uninstalled typing_extensions-4.5.0
  Attempting uninstall: tqdm
    Found existing installation: tqdm 4.64.1
    Uninstalling tqdm-4.64.1:
      Successfully uninstalled tqdm-4.64.1
  Attempting uninstall: tornado
    Found existing installation: tornado 6.2
    Uninstalling tornado-6.2:
      Successfully uninstalled tornado-6.2
  Attempting uninstall: toolz
    Found existing installation: toolz 0.12.0
    Uninstalling toolz-0.12.0:
      Successfully uninstalled toolz-0.12.0
  Attempting uninstall: toml
    Found existing installation: toml 0.10.2
    Uninstalling toml-0.10.2:
      Successfully uninstalled toml-0.10.2
  Attempting uninstall: threadpoolctl
    Found existing installation: threadpoolctl 3.1.0
    Uninstalling threadpoolctl-3.1.0:
      Successfully uninstalled threadpoolctl-3.1.0
  Attempting uninstall: tenacity
    Found existing installation: tenacity 8.2.1
    Uninstalling tenacity-8.2.1:
      Successfully uninstalled tenacity-8.2.1
  Attempting uninstall: tabulate
    Found existing installation: tabulate 0.9.0
    Uninstalling tabulate-0.9.0:
      Successfully uninstalled tabulate-0.9.0
  Attempting uninstall: sqlparse
    Found existing installation: sqlparse 0.4.3
    Uninstalling sqlparse-0.4.3:
      Successfully uninstalled sqlparse-0.4.3
  Attempting uninstall: smmap
    Found existing installation: smmap 5.0.0
    Uninstalling smmap-5.0.0:
      Successfully uninstalled smmap-5.0.0
  Attempting uninstall: six
    Found existing installation: six 1.16.0
    Uninstalling six-1.16.0:
      Successfully uninstalled six-1.16.0
  Attempting uninstall: setuptools
    Found existing installation: setuptools 67.7.2
    Uninstalling setuptools-67.7.2:
      Successfully uninstalled setuptools-67.7.2
  Attempting uninstall: semver
    Found existing installation: semver 2.13.0
    Uninstalling semver-2.13.0:
      Successfully uninstalled semver-2.13.0
  Attempting uninstall: pyrsistent
    Found existing installation: pyrsistent 0.19.3
    Uninstalling pyrsistent-0.19.3:
      Successfully uninstalled pyrsistent-0.19.3
  Attempting uninstall: pyparsing
    Found existing installation: pyparsing 3.0.9
    Uninstalling pyparsing-3.0.9:
      Successfully uninstalled pyparsing-3.0.9
  Attempting uninstall: Pympler
    Found existing installation: Pympler 1.0.1
    Uninstalling Pympler-1.0.1:
      Successfully uninstalled Pympler-1.0.1
  Attempting uninstall: PyJWT
    Found existing installation: PyJWT 2.6.0
    Uninstalling PyJWT-2.6.0:
      Successfully uninstalled PyJWT-2.6.0
  Attempting uninstall: Pygments
    Found existing installation: Pygments 2.14.0
    Uninstalling Pygments-2.14.0:
      Successfully uninstalled Pygments-2.14.0
  Attempting uninstall: protobuf
    Found existing installation: protobuf 3.20.3
    Uninstalling protobuf-3.20.3:
      Successfully uninstalled protobuf-3.20.3
  Attempting uninstall: prompt-toolkit
    Found existing installation: prompt-toolkit 3.0.37
    Uninstalling prompt-toolkit-3.0.37:
      Successfully uninstalled prompt-toolkit-3.0.37
  Attempting uninstall: pkgutil_resolve_name
    Found existing installation: pkgutil_resolve_name 1.3.10
    Uninstalling pkgutil_resolve_name-1.3.10:
      Successfully uninstalled pkgutil_resolve_name-1.3.10
  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: oauthlib
    Found existing installation: oauthlib 3.2.2
    Uninstalling oauthlib-3.2.2:
      Successfully uninstalled oauthlib-3.2.2
  Attempting uninstall: nvidia-cuda-nvrtc-cu11
    Found existing installation: nvidia-cuda-nvrtc-cu11 11.7.99
    Uninstalling nvidia-cuda-nvrtc-cu11-11.7.99:
      Successfully uninstalled nvidia-cuda-nvrtc-cu11-11.7.99
  Attempting uninstall: numpy
    Found existing installation: numpy 1.24.3
    Uninstalling numpy-1.24.3:
      Successfully uninstalled numpy-1.24.3
  Attempting uninstall: networkx
    Found existing installation: networkx 3.0
    Uninstalling networkx-3.0:
      Successfully uninstalled networkx-3.0
  Attempting uninstall: mdurl
    Found existing installation: mdurl 0.1.2
    Uninstalling mdurl-0.1.2:
      Successfully uninstalled mdurl-0.1.2
  Attempting uninstall: MarkupSafe
    Found existing installation: MarkupSafe 2.1.2
    Uninstalling MarkupSafe-2.1.2:
      Successfully uninstalled MarkupSafe-2.1.2
  Attempting uninstall: lz4
    Found existing installation: lz4 4.3.2
    Uninstalling lz4-4.3.2:
      Successfully uninstalled lz4-4.3.2
  Attempting uninstall: joblib
    Found existing installation: joblib 1.2.0
    Uninstalling joblib-1.2.0:
      Successfully uninstalled joblib-1.2.0
  Attempting uninstall: jmespath
    Found existing installation: jmespath 1.0.1
    Uninstalling jmespath-1.0.1:
      Successfully uninstalled jmespath-1.0.1
  Attempting uninstall: idna
    Found existing installation: idna 3.4
    Uninstalling idna-3.4:
      Successfully uninstalled idna-3.4
  Attempting uninstall: greenlet
    Found existing installation: greenlet 2.0.2
    Uninstalling greenlet-2.0.2:
      Successfully uninstalled greenlet-2.0.2
  Attempting uninstall: et-xmlfile
    Found existing installation: et-xmlfile 1.1.0
    Uninstalling et-xmlfile-1.1.0:
      Successfully uninstalled et-xmlfile-1.1.0
  Attempting uninstall: entrypoints
    Found existing installation: entrypoints 0.4
    Uninstalling entrypoints-0.4:
      Successfully uninstalled entrypoints-0.4
  Attempting uninstall: decorator
    Found existing installation: decorator 5.1.1
    Uninstalling decorator-5.1.1:
      Successfully uninstalled decorator-5.1.1
  Attempting uninstall: click
    Found existing installation: click 8.1.3
    Uninstalling click-8.1.3:
      Successfully uninstalled click-8.1.3
  Attempting uninstall: certifi
    Found existing installation: certifi 2022.12.7
    Uninstalling certifi-2022.12.7:
      Successfully uninstalled certifi-2022.12.7
  Attempting uninstall: cachetools
    Found existing installation: cachetools 5.3.0
    Uninstalling cachetools-5.3.0:
      Successfully uninstalled cachetools-5.3.0
  Attempting uninstall: blinker
    Found existing installation: blinker 1.5
    Uninstalling blinker-1.5:
      Successfully uninstalled blinker-1.5
  Attempting uninstall: backports.zoneinfo
    Found existing installation: backports.zoneinfo 0.2.1
    Uninstalling backports.zoneinfo-0.2.1:
      Successfully uninstalled backports.zoneinfo-0.2.1
  Attempting uninstall: attrs
    Found existing installation: attrs 23.1.0
    Uninstalling attrs-23.1.0:
      Successfully uninstalled attrs-23.1.0
  Attempting uninstall: validators
    Found existing installation: validators 0.20.0
    Uninstalling validators-0.20.0:
      Successfully uninstalled validators-0.20.0
  Attempting uninstall: thrift
    Found existing installation: thrift 0.16.0
    Uninstalling thrift-0.16.0:
      Successfully uninstalled thrift-0.16.0
  Attempting uninstall: SQLAlchemy
    Found existing installation: SQLAlchemy 1.4.46
    Uninstalling SQLAlchemy-1.4.46:
      Successfully uninstalled SQLAlchemy-1.4.46
  Attempting uninstall: scipy
    Found existing installation: scipy 1.10.1
    Uninstalling scipy-1.10.1:
      Successfully uninstalled scipy-1.10.1
  Attempting uninstall: requests
    Found existing installation: requests 2.28.2
    Uninstalling requests-2.28.2:
      Successfully uninstalled requests-2.28.2
  Attempting uninstall: pytz-deprecation-shim
    Found existing installation: pytz-deprecation-shim 0.1.0.post0
    Uninstalling pytz-deprecation-shim-0.1.0.post0:
      Successfully uninstalled pytz-deprecation-shim-0.1.0.post0
  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: pyarrow
    Found existing installation: pyarrow 11.0.0
    Uninstalling pyarrow-11.0.0:
      Successfully uninstalled pyarrow-11.0.0
  Attempting uninstall: plotly
    Found existing installation: plotly 5.13.1
    Uninstalling plotly-5.13.1:
      Successfully uninstalled plotly-5.13.1
  Attempting uninstall: patsy
    Found existing installation: patsy 0.5.3
    Uninstalling patsy-0.5.3:
      Successfully uninstalled patsy-0.5.3
  Attempting uninstall: opt-einsum
    Found existing installation: opt-einsum 3.3.0
    Uninstalling opt-einsum-3.3.0:
      Successfully uninstalled opt-einsum-3.3.0
  Attempting uninstall: openpyxl
    Found existing installation: openpyxl 3.1.1
    Uninstalling openpyxl-3.1.1:
      Successfully uninstalled openpyxl-3.1.1
  Attempting uninstall: nvidia-cuda-runtime-cu11
    Found existing installation: nvidia-cuda-runtime-cu11 11.7.99
    Uninstalling nvidia-cuda-runtime-cu11-11.7.99:
      Successfully uninstalled nvidia-cuda-runtime-cu11-11.7.99
  Attempting uninstall: nvidia-cublas-cu11
    Found existing installation: nvidia-cublas-cu11 11.10.3.66
    Uninstalling nvidia-cublas-cu11-11.10.3.66:
      Successfully uninstalled nvidia-cublas-cu11-11.10.3.66
  Attempting uninstall: markdown-it-py
    Found existing installation: markdown-it-py 2.2.0
    Uninstalling markdown-it-py-2.2.0:
      Successfully uninstalled markdown-it-py-2.2.0
  Attempting uninstall: Mako
    Found existing installation: Mako 1.2.4
    Uninstalling Mako-1.2.4:
      Successfully uninstalled Mako-1.2.4
  Attempting uninstall: jsonschema
    Found existing installation: jsonschema 4.17.3
    Uninstalling jsonschema-4.17.3:
      Successfully uninstalled jsonschema-4.17.3
  Attempting uninstall: Jinja2
    Found existing installation: Jinja2 3.1.2
    Uninstalling Jinja2-3.1.2:
      Successfully uninstalled Jinja2-3.1.2
  Attempting uninstall: importlib-resources
    Found existing installation: importlib-resources 5.12.0
    Uninstalling importlib-resources-5.12.0:
      Successfully uninstalled importlib-resources-5.12.0
  Attempting uninstall: importlib-metadata
    Found existing installation: importlib-metadata 6.0.0
    Uninstalling importlib-metadata-6.0.0:
      Successfully uninstalled importlib-metadata-6.0.0
  Attempting uninstall: gitdb
    Found existing installation: gitdb 4.0.10
    Uninstalling gitdb-4.0.10:
      Successfully uninstalled gitdb-4.0.10
  Attempting uninstall: configobj
    Found existing installation: configobj 5.0.8
    Uninstalling configobj-5.0.8:
      Successfully uninstalled configobj-5.0.8
  Attempting uninstall: tzlocal
    Found existing installation: tzlocal 4.2
    Uninstalling tzlocal-4.2:
      Successfully uninstalled tzlocal-4.2
  Attempting uninstall: scikit-learn
    Found existing installation: scikit-learn 1.2.1
    Uninstalling scikit-learn-1.2.1:
      Successfully uninstalled scikit-learn-1.2.1
  Attempting uninstall: rich
    Found existing installation: rich 13.3.1
    Uninstalling rich-13.3.1:
      Successfully uninstalled rich-13.3.1
  Attempting uninstall: pydeck
    Found existing installation: pydeck 0.8.0
    Uninstalling pydeck-0.8.0:
      Successfully uninstalled pydeck-0.8.0
  Attempting uninstall: pandas
    Found existing installation: pandas 2.0.1
    Uninstalling pandas-2.0.1:
      Successfully uninstalled pandas-2.0.1
  Attempting uninstall: nvidia-cudnn-cu11
    Found existing installation: nvidia-cudnn-cu11 8.5.0.96
    Uninstalling nvidia-cudnn-cu11-8.5.0.96:
      Successfully uninstalled nvidia-cudnn-cu11-8.5.0.96
  Attempting uninstall: GitPython
    Found existing installation: GitPython 3.1.31
    Uninstalling GitPython-3.1.31:
      Successfully uninstalled GitPython-3.1.31
  Attempting uninstall: databricks-cli
    Found existing installation: databricks-cli 0.17.4
    Uninstalling databricks-cli-0.17.4:
      Successfully uninstalled databricks-cli-0.17.4
  Attempting uninstall: cli-helpers
    Found existing installation: cli-helpers 2.3.0
    Uninstalling cli-helpers-2.3.0:
      Successfully uninstalled cli-helpers-2.3.0
  Attempting uninstall: botocore
    Found existing installation: botocore 1.29.79
    Uninstalling botocore-1.29.79:
      Successfully uninstalled botocore-1.29.79
  Attempting uninstall: alembic
    Found existing installation: alembic 1.9.4
    Uninstalling alembic-1.9.4:
      Successfully uninstalled alembic-1.9.4
  Attempting uninstall: torch
    Found existing installation: torch 1.13.1
    Uninstalling torch-1.13.1:
      Successfully uninstalled torch-1.13.1
  Attempting uninstall: statsmodels
    Found existing installation: statsmodels 0.13.5
    Uninstalling statsmodels-0.13.5:
      Successfully uninstalled statsmodels-0.13.5
  Attempting uninstall: s3transfer
    Found existing installation: s3transfer 0.6.0
    Uninstalling s3transfer-0.6.0:
      Successfully uninstalled s3transfer-0.6.0
  Attempting uninstall: hmmlearn
    Found existing installation: hmmlearn 0.2.8
    Uninstalling hmmlearn-0.2.8:
      Successfully uninstalled hmmlearn-0.2.8
  Attempting uninstall: databricks-sql-connector
    Found existing installation: databricks-sql-connector 2.4.0
    Uninstalling databricks-sql-connector-2.4.0:
      Successfully uninstalled databricks-sql-connector-2.4.0
  Attempting uninstall: databricks-api
    Found existing installation: databricks-api 0.8.0
    Uninstalling databricks-api-0.8.0:
      Successfully uninstalled databricks-api-0.8.0
  Attempting uninstall: altair
    Found existing installation: altair 4.2.2
    Uninstalling altair-4.2.2:
      Successfully uninstalled altair-4.2.2
  Attempting uninstall: streamlit
    Found existing installation: streamlit 1.17.0
    Uninstalling streamlit-1.17.0:
      Successfully uninstalled streamlit-1.17.0
  Attempting uninstall: pgmpy
    Found existing installation: pgmpy 0.1.21
    Uninstalling pgmpy-0.1.21:
      Successfully uninstalled pgmpy-0.1.21
  Attempting uninstall: databricks-sql-cli
    Found existing installation: databricks-sql-cli 0.1.4
    Uninstalling databricks-sql-cli-0.1.4:
      Successfully uninstalled databricks-sql-cli-0.1.4
  Attempting uninstall: boto3
    Found existing installation: boto3 1.26.79
    Uninstalling boto3-1.26.79:
      Successfully uninstalled boto3-1.26.79
  Attempting uninstall: streamlit-aggrid
    Found existing installation: streamlit-aggrid 0.3.3
    Uninstalling streamlit-aggrid-0.3.3:
      Successfully uninstalled streamlit-aggrid-0.3.3
Successfully installed GitPython-3.1.31 Jinja2-3.1.2 Mako-1.2.4 MarkupSafe-2.1.2 Pillow-9.4.0 PyJWT-2.6.0 Pygments-2.14.0 Pympler-1.0.1 SQLAlchemy-1.4.46 alembic-1.9.4 altair-4.2.2 attrs-22.2.0 backports.zoneinfo-0.2.1 blinker-1.5 boto3-1.26.79 botocore-1.29.79 cachetools-5.3.0 certifi-2022.12.7 charset-normalizer-3.0.1 cli-helpers-2.3.0 click-8.1.3 configobj-5.0.8 databricks-0.2 databricks-api-0.8.0 databricks-cli-0.17.4 databricks-sql-cli-0.1.4 databricks-sql-connector-2.4.0 decorator-5.1.1 entrypoints-0.4 et-xmlfile-1.1.0 gitdb-4.0.10 greenlet-2.0.2 hmmlearn-0.2.8 idna-3.4 importlib-metadata-6.0.0 importlib-resources-5.12.0 jmespath-1.0.1 joblib-1.2.0 jsonschema-4.17.3 lz4-4.3.2 markdown-it-py-2.2.0 mdurl-0.1.2 networkx-3.0 numpy-1.23.4 nvidia-cublas-cu11-11.10.3.66 nvidia-cuda-nvrtc-cu11-11.7.99 nvidia-cuda-runtime-cu11-11.7.99 nvidia-cudnn-cu11-8.5.0.96 oauthlib-3.2.2 openpyxl-3.1.1 opt-einsum-3.3.0 packaging-23.0 pandas-1.3.4 patsy-0.5.3 pgmpy-0.1.21 pkgutil_resolve_name-1.3.10 plotly-5.13.1 prompt-toolkit-3.0.37 protobuf-3.20.3 pyarrow-11.0.0 pydeck-0.8.0 pyparsing-3.0.9 pyrsistent-0.19.3 python-dateutil-2.8.2 python-decouple-3.7 pytz-2022.7.1 pytz-deprecation-shim-0.1.0.post0 requests-2.28.2 rich-13.3.1 s3transfer-0.6.0 scikit-learn-1.2.1 scipy-1.10.1 semver-2.13.0 setuptools-67.7.2 six-1.16.0 smmap-5.0.0 sqlparse-0.4.3 statsmodels-0.13.5 streamlit-1.17.0 streamlit-aggrid-0.3.3 tabulate-0.9.0 tenacity-8.2.1 threadpoolctl-3.1.0 thrift-0.16.0 toml-0.10.2 toolz-0.12.0 torch-1.13.1 tornado-6.2 tqdm-4.64.1 typing_extensions-4.5.0 tzdata-2022.7 tzlocal-4.2 urllib3-1.26.14 validators-0.20.0 watchdog-3.0.0 wcwidth-0.2.6 wheel-0.40.0 zipp-3.15.0
WARNING: You are using pip version 22.0.3; however, version 23.1.2 is available.
You should consider upgrading via the '/home/appuser/venv/bin/python -m pip install --upgrade pip' command.
Checking if Streamlit is installed
Found Streamlit version 1.17.0 in the environment
Streamlit 1.17.0 is present which is incompatible with altair>=5.0.0. Installing altair 4.*
Collecting altair<5
  Downloading altair-4.2.2-py3-none-any.whl (813 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 813.6/813.6 KB 23.3 MB/s eta 0:00:00[2023-05-18 17:50:09.523898] 
Collecting toolz
  Downloading toolz-0.12.0-py3-none-any.whl (55 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 KB 185.1 MB/s eta 0:00:00[2023-05-18 17:50:09.584918] 
Collecting numpy
  Downloading numpy-1.24.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.3/17.3 MB 229.7 MB/s eta 0:00:00[2023-05-18 17:50:10.075785] 
Collecting jinja2
  Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 KB 189.4 MB/s eta 0:00:00[2023-05-18 17:50:10.150861] 
Collecting entrypoints
  Downloading entrypoints-0.4-py3-none-any.whl (5.3 kB)
Collecting pandas>=0.18
  Downloading pandas-2.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.4/12.4 MB 254.7 MB/s eta 0:00:00[2023-05-18 17:50:10.508247] 
Collecting jsonschema>=3.0
  Downloading jsonschema-4.17.3-py3-none-any.whl (90 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.4/90.4 KB 138.7 MB/s eta 0:00:00[2023-05-18 17:50:10.622113] 
Collecting attrs>=17.4.0
  Downloading attrs-23.1.0-py3-none-any.whl (61 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 KB 198.3 MB/s eta 0:00:00[2023-05-18 17:50:10.703815] 
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 98.0 MB/s eta 0:00:00[2023-05-18 17:50:10.779041] 
Collecting python-dateutil>=2.8.2
  Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 KB 140.3 MB/s eta 0:00:00[2023-05-18 17:50:10.964146] 
Collecting pytz>=2020.1
  Downloading pytz-2023.3-py2.py3-none-any.whl (502 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.3/502.3 KB 202.2 MB/s eta 0:00:00[2023-05-18 17:50:11.133025] 
Collecting tzdata>=2022.1
  Downloading tzdata-2023.3-py2.py3-none-any.whl (341 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 341.8/341.8 KB 144.9 MB/s eta 0:00:00[2023-05-18 17:50:11.204281] 
Collecting MarkupSafe>=2.0
  Downloading MarkupSafe-2.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
Collecting six>=1.5
  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Installing collected packages: pytz, tzdata, toolz, six, pyrsistent, numpy, MarkupSafe, entrypoints, attrs, python-dateutil, jsonschema, jinja2, pandas, altair
  Attempting uninstall: pytz
    Found existing installation: pytz 2022.7.1
    Uninstalling pytz-2022.7.1:
      Successfully uninstalled pytz-2022.7.1
  Attempting uninstall: tzdata
    Found existing installation: tzdata 2022.7
    Uninstalling tzdata-2022.7:
      Successfully uninstalled tzdata-2022.7
  Attempting uninstall: toolz
    Found existing installation: toolz 0.12.0
    Uninstalling toolz-0.12.0:
      Successfully uninstalled toolz-0.12.0
  Attempting uninstall: six
    Found existing installation: six 1.16.0
    Uninstalling six-1.16.0:
      Successfully uninstalled six-1.16.0
  Attempting uninstall: pyrsistent
    Found existing installation: pyrsistent 0.19.3
    Uninstalling pyrsistent-0.19.3:
      Successfully uninstalled pyrsistent-0.19.3
  Attempting uninstall: numpy
    Found existing installation: numpy 1.23.4
    Uninstalling numpy-1.23.4:
      Successfully uninstalled numpy-1.23.4
  Attempting uninstall: MarkupSafe
    Found existing installation: MarkupSafe 2.1.2
    Uninstalling MarkupSafe-2.1.2:
      Successfully uninstalled MarkupSafe-2.1.2
  Attempting uninstall: entrypoints
    Found existing installation: entrypoints 0.4
    Uninstalling entrypoints-0.4:
      Successfully uninstalled entrypoints-0.4
  Attempting uninstall: attrs
    Found existing installation: attrs 22.2.0
    Uninstalling attrs-22.2.0:
      Successfully uninstalled attrs-22.2.0
  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: jsonschema
    Found existing installation: jsonschema 4.17.3
    Uninstalling jsonschema-4.17.3:
      Successfully uninstalled jsonschema-4.17.3
  Attempting uninstall: jinja2
    Found existing installation: Jinja2 3.1.2
    Uninstalling Jinja2-3.1.2:
      Successfully uninstalled Jinja2-3.1.2
  Attempting uninstall: pandas
    Found existing installation: pandas 1.3.4
    Uninstalling pandas-1.3.4:
      Successfully uninstalled pandas-1.3.4
  Attempting uninstall: altair
    Found existing installation: altair 4.2.2
    Uninstalling altair-4.2.2:
      Successfully uninstalled altair-4.2.2
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
databricks-sql-connector 2.4.0 requires numpy==1.23.4; python_version >= "3.8", but you have numpy 1.24.3 which is incompatible.
databricks-sql-connector 2.4.0 requires pandas<2.0.0,>=1.3.0, but you have pandas 2.0.1 which is incompatible.
databricks-sql-cli 0.1.4 requires pandas==1.3.4, but you have pandas 2.0.1 which is incompatible.
Successfully installed MarkupSafe-2.1.2 altair-4.2.2 attrs-23.1.0 entrypoints-0.4 jinja2-3.1.2 jsonschema-4.17.3 numpy-1.24.3 pandas-2.0.1 pyrsistent-0.19.3 python-dateutil-2.8.2 pytz-2023.3 six-1.16.0 toolz-0.12.0 tzdata-2023.3
WARNING: You are using pip version 22.0.3; however, version 23.1.2 is available.
You should consider upgrading via the '/home/appuser/venv/bin/python -m pip install --upgrade pip' command.

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

[17:50:23] 🐍 Python dependencies were installed from /app/application/requirements.txt using pip.
[17:50:23] πŸ“¦ Processed dependencies!
  Stopping...
[17:50:24] ❗️ The service has encountered an error while checking the health of the Streamlit app: Get "http://localhost:8501/healthz": dial tcp 10.13.32.44:8501: connect: connection refused

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




[17:50:27] πŸ”„ Updated app!
2023-05-18 17:50:43.856 Successfully opened session b'\x94\x04\x006"\xbeLg\x8b\xdb\xae\x0b\x1e\x9f\x8c\xcd'
2023-05-18 17:50:48.141 Successfully opened session b'\xdd\x90\xe1\xb1\x99\x7fIR\x85\xf0\x00x\xc7\x9b\xd6q'
2023-05-18 17:50:51.785 Successfully opened session b'C\xfa\x9a\x9a\xcc\xbfF8\xa0\xc7\xb2\xa0$\xd3\x19\x16'
/home/appuser/venv/lib/python3.9/site-packages/altair/vega/v5/__init__.py:18: AltairDeprecationWarning: The module altair.vega.v5 is deprecated and will be removed in Altair 5.
  warnings.warn(
2023-05-18 17:50:54.617 Successfully opened session b'\x99\x94\x11\x8f\xa4\xecK\x19\xa5\xd8\x8ca\x81\xb0\x08P'

I think you need to either redo your requirements file or update your syntax to the not-deprecated version I gave in the first reply.

Hi,

Actually i used pip freeze > requirements.txt after all completion of work. if i change pandas=1.3.4 as pandas<1.4 in requirements.txt will solve this problem?

I think it is a valid thing for you to try. I was suspicious of the pandas pin because it appears out of order of everything else generated by pip freeze so I was concerned that it was a manual add-on. I haven’t run the requirements file myself, but loosening restrictions to give pip room to work is a good thing to try.

Hi,

One of my colleague asked me to shuffle the order of pandas. Like may be after installing streamlit and then pandas. so i moved just now to check it :smiley: but same issue.

Thanks, i will try to do this requirement file again and then will update here if any sunshine. I appreciate your patience @mathcatsand debbie.

regards
Sridhar

Hi,

i tried to reinstall all libraries to solve this requirements.txt issue. when i did pip install streamlit==1.17.0 .please find the below are also got installed as dependency where i see pandas has 2.0.1.

Successfully installed MarkupSafe-2.1.2 altair-5.0.0 attrs-23.1.0 blinker-1.6.2 cachetools-5.3.0 certifi-2023.5.7 charset-normalizer-3.1.0 click-8.1.3 decorator-5.1.1 gitdb-4.0.10 gitpython-3.1.31 idna-3.4 importlib-metadata-6.6.0 jinja2-3.1.2 jsonschema-4.17.3 markdown-it-py-2.2.0 mdurl-0.1.2 numpy-1.24.3 packaging-23.1 pandas-2.0.1 pillow-9.5.0 protobuf-3.20.3 pyarrow-12.0.0 pydeck-0.8.1b0 pygments-2.15.1 pympler-1.0.1 pyrsistent-0.19.3 python-dateutil-2.8.2 pytz-2023.3 requests-2.30.0 rich-13.3.5 semver-3.0.0 six-1.16.0 smmap-5.0.0 streamlit-1.17.0 toml-0.10.2 toolz-0.12.0 tornado-6.3.2 typing-extensions-4.5.0 tzdata-2023.3 tzlocal-5.0.1 urllib3-2.0.2 validators-0.20.0 zipp-3.15.0

how to address this issue. i wanted pandas 1.3.4.

Hi,

i changed the β€œstreamlit==1.17.0” to β€œstreamlit” in same requirements.txt and pushed to github.
Application resume back and running fine till now but there are some depreciation warning like st.cache or st.experimental_memo cases. Is it necessary to address this issue or still streamlit cloud will support depreciated code.

Regards
Sridhar

It’s not whether Streamlit Cloud will support it; it’s dependent on the version of Streamlit. There’s no guarantee that future versions of Streamlit will continue to support deprecated code.

Ok, i understand. it is better to work on depreciated cases. since streamlit growing up fast, there will be many versions released in a year. Once we deploy the streamlit in client AWS Infra, we will not have permission to monitor their production application. whether we need to have regular monitor of streamlit version and upgrade it in AWS as well?

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