Hi, I’m new to Streamlit and I’m doing some tests to learn about it.
When I connect GitHub with Streamlit to run a Python code, which uses Bokeh, I get this message:
[client] Connecting…
2022-05-10 09:09:34.697 Uncaught app exception
Traceback (most recent call last):
File “/home/appuser/venv/lib/python3.7/site-packages/streamlit/scriptrunner/script_runner.py”, line 475, in _run_script
exec(code, module.__dict__)
File “/app/streamlit_app/test_app.py”, line 2, in
from bokeh.plotting import figure
ModuleNotFoundError: No module named ‘bokeh’
I don’t know how I can install Bokeh, right now I’m using the example in this link:
Thanks for helping me in advance!