Im currently runing this repository in local with any kind of problems. I forked my repository for making it simple with just only necesary files.
Thats the error i encounter everytime when i deploy the app:
Traceback:
File "/mount/src/27streamlit/DiabSav.py", line 2, in <module>
import joblib
More detailed info :
File “/home/adminuser/venv/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/exec_code.py”, line 121, in exec_func_with_error_handling
result = func()
^^^^^^
File “/home/adminuser/venv/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/script_runner.py”, line 593, in code_to_exec
exec(code, module.dict)
File “/mount/src/27streamlit/DiabSav.py”, line 2, in
import joblib
ModuleNotFoundError: No module named ‘joblib’
2025-03-23 10:59:27.650 503 GET /script-health-check (127.0.0.1) 102.55ms
This is the link for the repository im using for Streamlit deployment.