[ UTC ] Logs for 100pa2.streamlit.app/
────────────────────────────────────────────────────────────────────────────────────────
[05:16:20] 🖥 Provisioning machine...
[05:16:20] 🎛 Preparing system...
[05:16:20] ⛓ Spinning up manager process...
[05:16:23] 🚀 Starting up repository: '100pa2', branch: 'main', main module: 'app.py'
[05:16:23] 🐙 Cloning repository...
[05:16:24] 🐙 Cloning into '/mount/src/100pa2'...
Warning: Permanently added the ED25519 host key for IP address '140.82.116.3' to the list of known hosts.
[05:16:24] 🐙 Cloned repository!
[05:16:24] 🐙 Pulling code changes from Github...
[05:16:25] 📦 Processing dependencies...
Check if streamlit is installed
──────────────────────────────── Installing Streamlit ──────────────────────────────────
cat: /mount/admin/install_path: No such file or directory
Using uv pip install.
Resolved 41 packages in 312ms
Downloaded 41 packages in 1.64s
Installed 41 packages in 81ms
+ altair==5.3.0
+ attrs==23.2.0
+ blinker==1.8.2
+ cachetools==5.4.0
+ certifi==2024.7.4
+ charset-normalizer==3.3.2
+ click==8.1.7
+ gitdb==4.0.11
+ gitpython==3.1.43
+ idna==3.7
[2024-07-26 05:16:27.990485] + jinja2==3.1.4
+ jsonschema==4.23.0
+ jsonschema-specifications==2023.12.1
+ markdown-it-py==3.0.0
+ markupsafe==2.1.5
+ mdurl==0.1.2
+ numpy==2.0.1
+ packaging==24.1
+ pandas==2.2.2
+ pillow==10.4.0
+ protobuf==5.27.2
+ pyarrow==17.0.0
+ pydeck==0.9.1
+ pygments==2.18.0
+ python-dateutil==2.9.0.post0
+ pytz==2024.1
+ referencing==0.35.1
+ requests==2.32.3
+[2024-07-26 05:16:27.990752] rich==13.7.1
+ rpds-py==0.19.1
+ six==1.16.0
+ smmap==5.0.1[2024-07-26 05:16:27.991094]
+ streamlit==1.37.0
+ tenacity==8.5.0
+ toml[2024-07-26 05:16:27.991589] ==0.10.2
+ toolz==0.12.1
+ tornado==6.4.1
+ typing-extensions==4.12.2
+ tzdata==2024.1
+ urllib3==2.2.2
+ watchdog==4.0.1
────────────────────────────────────────────────────────────────────────────────────────
[05:16:28] 📦 Processed dependencies!
cat: /mount/admin/install_path: No such file or directory
────────────────────── Traceback (most recent call last) ───────────────────────
/home/adminuser/venv/lib/python3.11/site-packages/streamlit/runtime/scriptru
nner/exec_code.py:75 in exec_func_with_error_handling
/home/adminuser/venv/lib/python3.11/site-packages/streamlit/runtime/scriptru
nner/script_runner.py:574 in code_to_exec
/mount/src/100pa2/app.py:3 in <module>
1 import streamlit as st
2 from typing import Generator
❱ 3 from groq import Groq
4
5 st.set_page_config(page_icon="💬", layout="wide",
6 │ │ │ │ page_title="Fast chatbot for free.")
────────────────────────────────────────────────────────────────────────────────
ModuleNotFoundError: No module named 'groq'