I just deployed my first streamlit webapp, but for some reason it is giving that error, after a couple of seconds post reboot. There isn’t any error trace for me to look at, so any help would be really appreciated. Thanks in advance!
GitHub Repo: samya-ravenXI/Movie-Recommendation-System
Streamlit Webapp: Streamlit
It’s loading for me – are you still seeing this issue?
I saw an error stack just now “ValueError: numpy.ndarray size changed, may indicate binary incompatibility” for which stackoverflow recommended to use a latest version of numpy, so I removed the version specificity from numpy and pandas from the requirements.txt file. Hoping that it fixes it now.
Edit- That didn’t help T~T
Just to check: did you reboot after changing the environment configuration? I recommend always rebooting after any configuration change.
If a reboot doesn’t change the result, can you share the complete error message with a trace?
So, I’m not exactly getting an error. The app works with the first click and then shows a transparent no emoji over the widgets before showing the “Oh no. Error running app.” error.
But here is the entire log after recreating another app and starting a fresh boot.
Logs
[ UTC ] Logs for samya-ravenxi-movie-recommendation-system-home-itrcvs.streamlit.app/
────────────────────────────────────────────────────────────────────────────────────────
[23:49:11] 🖥 Provisioning machine...
[23:49:16] 🎛 Preparing system...
[23:50:00] ⛓ Spinning up manager process...
[23:49:20] 🚀 Starting up repository: 'movie-recommendation-system', branch: 'main', main module: 'Home.py'
[23:49:20] 🐙 Cloning repository...
[23:49:46] 🐙 Cloning into '/app/movie-recommendation-system'...
Filtering content: 66% (2/3)
Filtering content: 66% (2/3), 833.20 MiB | 56.76 MiB/s
Filtering content: 100% (3/3), 833.20 MiB | 56.76 MiB/s
Filtering content: 100% (3/3), 833.20 MiB | 50.30 MiB/s, done.
[23:49:46] 🐙 Cloned repository!
[23:49:46] 🐙 Pulling code changes from Github...
[23:49:55] 📦 Processing dependencies...
──────────────────────────────────────── pip ───────────────────────────────────────────
Collecting scipy
Downloading scipy-1.7.3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (38.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.1/38.1 MB 219.0 MB/s eta 0:00:00[2023-02-16 23:49:56.726845]
Collecting numpy
Downloading numpy-1.21.6-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.7/15.7 MB 239.6 MB/s eta 0:00:00[2023-02-16 23:49:57.150459]
Collecting pandas
Downloading pandas-1.3.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.3/11.3 MB 200.7 MB/s eta 0:00:00[2023-02-16 23:49:57.448453]
Collecting plotly
Downloading plotly-5.13.0-py2.py3-none-any.whl (15.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.2/15.2 MB 210.9 MB/s eta 0:00:00[2023-02-16 23:49:57.651087]
Collecting joblib
Downloading joblib-1.2.0-py3-none-any.whl (297 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 298.0/298.0 KB 243.8 MB/s eta 0:00:00[2023-02-16 23:49:57.799044]
Collecting igraph
Downloading igraph-0.10.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 229.1 MB/s eta 0:00:00[2023-02-16 23:49:57.911050]
Collecting surprise
Downloading surprise-0.1-py2.py3-none-any.whl (1.8 kB)
Collecting networkx
Downloading networkx-2.6.3-py3-none-any.whl (1.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 227.3 MB/s eta 0:00:00[2023-02-16 23:49:58.123049]
Collecting streamlit
Downloading streamlit-1.18.1-py2.py3-none-any.whl (9.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.6/9.6 MB 207.1 MB/s eta 0:00:00[2023-02-16 23:49:58.272397]
Collecting tmdbv3api
Downloading tmdbv3api-1.7.7-py2.py3-none-any.whl (18 kB)
Collecting scikit-learn
Downloading scikit_learn-1.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (24.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.8/24.8 MB 231.3 MB/s eta 0:00:00[2023-02-16 23:49:58.647458]
Collecting ydata_profiling
Downloading ydata_profiling-4.0.0-py2.py3-none-any.whl (344 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 344.5/344.5 KB 264.4 MB/s eta 0:00:00[2023-02-16 23:49:58.707674]
Collecting streamlit_pandas_profiling
Downloading streamlit_pandas_profiling-0.1.3-py3-none-any.whl (259 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 259.8/259.8 KB 218.7 MB/s eta 0:00:00[2023-02-16 23:49:58.743871]
Collecting python-dateutil>=2.7.3
Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 KB 250.0 MB/s eta 0:00:00[2023-02-16 23:49:58.811653]
Collecting pytz>=2017.3
Downloading pytz-2022.7.1-py2.py3-none-any.whl (499 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 499.4/499.4 KB 246.5 MB/s eta 0:00:00[2023-02-16 23:49:58.906785]
Collecting tenacity>=6.2.0
Downloading tenacity-8.2.1-py3-none-any.whl (24 kB)
Collecting texttable>=1.6.2
Downloading texttable-1.6.7-py2.py3-none-any.whl (10 kB)
Collecting scikit-surprise
Downloading scikit-surprise-1.1.1.tar.gz (11.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.8/11.8 MB 211.1 MB/s eta 0:00:00[2023-02-16 23:49:59.178882]
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting tornado>=6.0.3
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 256.9 MB/s eta 0:00:00[2023-02-16 23:50:01.620258]
Collecting rich>=10.11.0
Downloading rich-13.3.1-py3-none-any.whl (239 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 239.0/239.0 KB 125.1 MB/s eta 0:00:00[2023-02-16 23:50:01.747906]
Collecting blinker>=1.0.0
Downloading blinker-1.5-py2.py3-none-any.whl (12 kB)
Collecting altair>=3.2.0
Downloading altair-4.2.2-py3-none-any.whl (813 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 813.6/813.6 KB 250.1 MB/s eta 0:00:00[2023-02-16 23:50:01.828108]
Collecting packaging>=14.1
Downloading packaging-23.0-py3-none-any.whl (42 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.7/42.7 KB 147.3 MB/s eta 0:00:00[2023-02-16 23:50:01.886223]
Collecting pydeck>=0.1.dev5
Downloading pydeck-0.8.0-py2.py3-none-any.whl (4.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.7/4.7 MB 166.2 MB/s eta 0:00:00[2023-02-16 23:50:01.964172]
Collecting pympler>=0.9
Downloading Pympler-1.0.1-py3-none-any.whl (164 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 164.8/164.8 KB 124.1 MB/s eta 0:00:00[2023-02-16 23:50:02.015613]
Collecting semver
Downloading semver-2.13.0-py2.py3-none-any.whl (12 kB)
Collecting gitpython!=3.1.19
Downloading GitPython-3.1.31-py3-none-any.whl (184 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 184.3/184.3 KB 242.4 MB/s eta 0:00:00[2023-02-16 23:50:02.133268]
Collecting toml
Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)
Collecting tzlocal>=1.1
Downloading tzlocal-4.2-py3-none-any.whl (19 kB)
Collecting protobuf<4,>=3.12
Downloading protobuf-3.20.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 252.7 MB/s eta 0:00:00[2023-02-16 23:50:02.527773]
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 requests>=2.4
Downloading requests-2.28.2-py3-none-any.whl (62 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 KB 186.0 MB/s eta 0:00:00[2023-02-16 23:50:02.838759]
Collecting watchdog
Downloading watchdog-2.2.1-py3-none-manylinux2014_x86_64.whl (78 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.0/79.0 KB 144.6 MB/s eta 0:00:00
Collecting cachetools>=4.0
Downloading cachetools-5.3.0-py3-none-any.whl (9.3 kB)
Collecting click>=7.0
Downloading click-8.1.3-py3-none-any.whl (96 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 KB 179.5 MB/s eta 0:00:00[2023-02-16 23:50:03.022620]
Collecting pillow>=6.2.0
Downloading Pillow-9.4.0-cp37-cp37m-manylinux_2_28_x86_64.whl (3.4 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 163.2 MB/s eta 0:00:00[2023-02-16 23:50:03.396302]
Collecting typing-extensions>=3.10.0.0
Downloading typing_extensions-4.5.0-py3-none-any.whl (27 kB)
Collecting importlib-metadata>=1.4
Downloading importlib_metadata-6.0.0-py3-none-any.whl (21 kB)
Collecting pyarrow>=4.0
Downloading pyarrow-11.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (35.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.1/35.1 MB 209.8 MB/s eta 0:00:00[2023-02-16 23:50:03.915259]
Collecting threadpoolctl>=2.0.0
Downloading threadpoolctl-3.1.0-py3-none-any.whl (14 kB)
Collecting pydantic<1.11,>=1.8.1
Downloading pydantic-1.10.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 151.1 MB/s eta 0:00:00[2023-02-16 23:50:04.306109]
Collecting jinja2<3.2,>=2.11.1
Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 KB 195.9 MB/s eta 0:00:00[2023-02-16 23:50:04.362501]
Collecting visions[type_image_path]==0.7.5
Downloading visions-0.7.5-py3-none-any.whl (102 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 102.7/102.7 KB 168.3 MB/s eta 0:00:00[2023-02-16 23:50:04.421750]
Collecting seaborn<0.13,>=0.10.1
Downloading seaborn-0.12.2-py3-none-any.whl (293 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 293.3/293.3 KB 255.1 MB/s eta 0:00:00[2023-02-16 23:50:04.467936]
Collecting statsmodels<0.14,>=0.13.2
Downloading statsmodels-0.13.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (9.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.9/9.9 MB 205.2 MB/s eta 0:00:00[2023-02-16 23:50:04.619559]
Collecting phik<0.13,>=0.11.1
Downloading phik-0.12.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (680 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 680.0/680.0 KB 267.9 MB/s eta 0:00:00[2023-02-16 23:50:04.688685]
Collecting PyYAML<6.1,>=5.0.0
Downloading PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 596.3/596.3 KB 248.6 MB/s eta 0:00:00[2023-02-16 23:50:04.770311]
Collecting typeguard<2.14,>=2.13.2
Downloading typeguard-2.13.3-py3-none-any.whl (17 kB)
Collecting htmlmin==0.1.12
Downloading htmlmin-0.1.12.tar.gz (19 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting multimethod<1.10,>=1.4
Downloading multimethod-1.9.1-py3-none-any.whl (10 kB)
Collecting matplotlib<3.7,>=3.2
Downloading matplotlib-3.5.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (11.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.2/11.2 MB 176.4 MB/s eta 0:00:00[2023-02-16 23:50:05.398991]
Collecting tqdm<4.65,>=4.48.2
Downloading tqdm-4.64.1-py2.py3-none-any.whl (78 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.5/78.5 KB 142.6 MB/s eta 0:00:00[2023-02-16 23:50:05.510728]
Collecting tangled-up-in-unicode>=0.0.4
Downloading tangled_up_in_unicode-0.2.0-py3-none-any.whl (4.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.7/4.7 MB 242.9 MB/s eta 0:00:00[2023-02-16 23:50:05.633004]
Collecting attrs>=19.3.0
Downloading attrs-22.2.0-py3-none-any.whl (60 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.0/60.0 KB 192.0 MB/s eta 0:00:00[2023-02-16 23:50:05.681500]
Collecting imagehash
Downloading ImageHash-4.3.1-py2.py3-none-any.whl (296 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 296.5/296.5 KB 133.6 MB/s eta 0:00:00[2023-02-16 23:50:05.721715]
Collecting pandas-profiling
Downloading pandas_profiling-3.6.6-py2.py3-none-any.whl (324 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 324.4/324.4 KB 229.6 MB/s eta 0:00:00[2023-02-16 23:50:05.797736]
Collecting entrypoints
Downloading entrypoints-0.4-py3-none-any.whl (5.3 kB)
Collecting toolz
Downloading toolz-0.12.0-py3-none-any.whl (55 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 KB 182.1 MB/s eta 0:00:00[2023-02-16 23:50:05.877949]
Collecting jsonschema>=3.0
Downloading jsonschema-4.17.3-py3-none-any.whl (90 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.4/90.4 KB 218.3 MB/s eta 0:00:00[2023-02-16 23:50:05.939178]
Collecting gitdb<5,>=4.0.1
Downloading gitdb-4.0.10-py3-none-any.whl (62 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 KB 181.1 MB/s eta 0:00:00[2023-02-16 23:50:06.005903]
Collecting zipp>=0.5
Downloading zipp-3.13.0-py3-none-any.whl (6.7 kB)
Collecting MarkupSafe>=2.0
Downloading MarkupSafe-2.1.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
Collecting kiwisolver>=1.0.1
Downloading kiwisolver-1.4.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 269.5 MB/s eta 0:00:00[2023-02-16 23:50:06.328739]
Collecting pyparsing>=2.2.1
Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/98.3 KB 197.2 MB/s eta 0:00:00[2023-02-16 23:50:06.402190]
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 261.2 MB/s eta 0:00:00[2023-02-16 23:50:06.558151]
Collecting six>=1.5
Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting idna<4,>=2.5
Downloading idna-3.4-py3-none-any.whl (61 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 KB 180.7 MB/s eta 0:00:00[2023-02-16 23:50:06.950950]
Collecting certifi>=2017.4.17
Downloading certifi-2022.12.7-py3-none-any.whl (155 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 KB 240.2 MB/s eta 0:00:00[2023-02-16 23:50:07.000042]
Collecting urllib3<1.27,>=1.21.1
Downloading urllib3-1.26.14-py2.py3-none-any.whl (140 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.6/140.6 KB 236.5 MB/s eta 0:00:00[2023-02-16 23:50:07.071000]
Collecting charset-normalizer<4,>=2
Downloading charset_normalizer-3.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (170 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 170.5/170.5 KB 215.7 MB/s eta 0:00:00[2023-02-16 23:50:07.175353]
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 245.7 MB/s eta 0:00:00[2023-02-16 23:50:07.249770]
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 181.3 MB/s eta 0:00:00[2023-02-16 23:50:07.303949]
Collecting patsy>=0.5.2
Downloading patsy-0.5.3-py2.py3-none-any.whl (233 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.8/233.8 KB 220.6 MB/s eta 0:00:00[2023-02-16 23:50:07.470532]
Collecting backports.zoneinfo
Downloading backports.zoneinfo-0.2.1-cp37-cp37m-manylinux1_x86_64.whl (70 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.7/70.7 KB 193.1 MB/s eta 0:00:00[2023-02-16 23:50:07.607734]
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 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 183.2 MB/s eta 0:00:00[2023-02-16 23:50:08.163098]
Collecting pkgutil-resolve-name>=1.3.10
Downloading pkgutil_resolve_name-1.3.10-py3-none-any.whl (4.7 kB)
Collecting importlib-resources>=1.4.0
Downloading importlib_resources-5.10.2-py3-none-any.whl (34 kB)
Collecting mdurl~=0.1
Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
Collecting PyWavelets
Downloading PyWavelets-1.3.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (6.4 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.4/6.4 MB 221.5 MB/s eta 0:00:00[2023-02-16 23:50:08.653089]
Collecting tzdata
Downloading tzdata-2022.7-py2.py3-none-any.whl (340 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 340.1/340.1 KB 247.7 MB/s eta 0:00:00[2023-02-16 23:50:08.714029]
Building wheels for collected packages: htmlmin, validators, scikit-surprise
Building wheel for htmlmin (setup.py): started
Building wheel for htmlmin (setup.py): finished with status 'done'
Created wheel for htmlmin: filename=htmlmin-0.1.12-py3-none-any.whl size=27081 sha256=d7b7cd535b1dd0237bbbf89acf63627480a9597be96497011250f3a43af9548d
Stored in directory: /tmp/pip-ephem-wheel-cache-hhgr9lmn/wheels/70/e1/52/5b14d250ba868768823940c3229e9950d201a26d0bd3ee8655
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=e35fc06a20c4e04ee397bfa4618957d0619a515cb0cdefae4af1107bd0dd1414
Stored in directory: /tmp/pip-ephem-wheel-cache-hhgr9lmn/wheels/5f/55/ab/36a76989f7f88d9ca7b1f68da6d94252bb6a8d6ad4f18e04e9
Building wheel for scikit-surprise (setup.py): started
Building wheel for scikit-surprise (setup.py): finished with status 'done'
Created wheel for scikit-surprise: filename=scikit_surprise-1.1.1-cp37-cp37m-linux_x86_64.whl size=1962774 sha256=2bf5f895bcae679433f4643afb151fac46e997a5aec48c109893f8ee406ad737
Stored in directory: /tmp/pip-ephem-wheel-cache-hhgr9lmn/wheels/76/44/74/b498c42be47b2406bd27994e16c5188e337c657025ab400c1c
Successfully built htmlmin validators scikit-surprise
Installing collected packages: texttable, pytz, htmlmin, charset-normalizer, zipp, watchdog, urllib3, tzdata, typing-extensions, typeguard, tqdm, tornado, toolz, toml, threadpoolctl, tenacity, tangled-up-in-unicode, smmap, six, semver, PyYAML, pyrsistent, pyparsing, pympler, pygments, protobuf, pkgutil-resolve-name, pillow, packaging, numpy, networkx, multimethod, mdurl, MarkupSafe, joblib, igraph, idna, fonttools, entrypoints, decorator, cycler, certifi, cachetools, blinker, backports.zoneinfo, attrs, validators, scipy, requests, PyWavelets, pytz-deprecation-shim, python-dateutil, pydantic, pyarrow, plotly, patsy, markdown-it-py, kiwisolver, jinja2, importlib-resources, importlib-metadata, gitdb, tzlocal, tmdbv3api, scikit-surprise, scikit-learn, rich, pydeck, pandas, matplotlib, jsonschema, imagehash, gitpython, click, visions, surprise, statsmodels, seaborn, phik, altair, streamlit, ydata_profiling, pandas-profiling, streamlit_pandas_profiling
Successfully installed MarkupSafe-2.1.2 PyWavelets-1.3.0 PyYAML-6.0 altair-4.2.2 attrs-22.2.0 backports.zoneinfo-0.2.1 blinker-1.5 cachetools-5.3.0 certifi-2022.12.7 charset-normalizer-3.0.1 click-8.1.3 cycler-0.11.0 decorator-5.1.1 entrypoints-0.4 fonttools-4.38.0 gitdb-4.0.10 gitpython-3.1.31 htmlmin-0.1.12 idna-3.4 igraph-0.10.4 imagehash-4.3.1 importlib-metadata-6.0.0 importlib-resources-5.10.2 jinja2-3.1.2 joblib-1.2.0 jsonschema-4.17.3 kiwisolver-1.4.4 markdown-it-py-2.1.0 matplotlib-3.5.3 mdurl-0.1.2 multimethod-1.9.1 networkx-2.6.3 numpy-1.21.6 packaging-23.0 pandas-1.3.5 pandas-profiling-3.6.6 patsy-0.5.3 phik-0.12.3 pillow-9.4.0 pkgutil-resolve-name-1.3.10 plotly-5.13.0 protobuf-3.20.3 pyarrow-11.0.0 pydantic-1.10.5 pydeck-0.8.0 pygments-2.14.0 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 requests-2.28.2 rich-13.3.1 scikit-learn-1.0.2 scikit-surprise-1.1.1 scipy-1.7.3 seaborn-0.12.2 semver-2.13.0 six-1.16.0 smmap-5.0.0 statsmodels-0.13.5 streamlit-1.18.1 streamlit_pandas_profiling-0.1.3 surprise-0.1 tangled-up-in-unicode-0.2.0 tenacity-8.2.1 texttable-1.6.7 threadpoolctl-3.1.0 tmdbv3api-1.7.7 toml-0.10.2 toolz-0.12.0 tornado-6.2 tqdm-4.64.1 typeguard-2.13.3 typing-extensions-4.5.0 tzdata-2022.7 tzlocal-4.2 urllib3-1.26.14 validators-0.20.0 visions-0.7.5 watchdog-2.2.1 ydata_profiling-4.0.0 zipp-3.13.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
2023-02-16 23:51:04.724 INFO matplotlib.font_manager: generated new fontManager
Found Streamlit version 1.18.1 in the environment
Streamlit 1.18.1 is present. Installing protobuf 3.20.1
Collecting protobuf==3.20.1
Downloading protobuf-3.20.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 32.8 MB/s eta 0:00:00[2023-02-16 23:51:06.515812]
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 is available.
You should consider upgrading via the '/home/appuser/venv/bin/python -m pip install --upgrade pip' command.
────────────────────────────────────────────────────────────────────────────────────────
[23:51:07] 🐍 Python dependencies were installed from /app/movie-recommendation-system/requirements.txt using pip.
Check if streamlit is installed
Streamlit is already installed
[23:51:09] 📦 Processed dependencies!
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to False.
Your ratings.csv is 647MB according to GitHub. And there’s maybe 30MB more in various files in the data folder to say nothing of any other files. There is a 1GB resource limit for Streamlit Cloud as it is a free service. My guess is that you are hitting that limit…
Yeah, that’s probably the case. Thanks for the help!