ModuleNotFoundError: No module named 'sklearn'

#1
by genzh - opened

Traceback:
File "/home/user/.local/lib/python3.8/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 565, in _run_script
exec(code, module.dict)
File "/home/user/app/app.py", line 14, in
import sklearn

Sign up or log in to comment