Everything works fine on my local pc, but when I try to use streamlit sharing, I am getting this error: ModuleNotFoundError: No module named ‘bokeh.’
Bokeh included in the requirements file.
Thanks!
Everything works fine on my local pc, but when I try to use streamlit sharing, I am getting this error: ModuleNotFoundError: No module named ‘bokeh.’
Bokeh included in the requirements file.
Thanks!
Hi @xristofo, welcome to the Streamlit community!
Is your requirements.txt
file at the top-level of your repository or in a sub-folder? Currently, the requirements.txt file is only read from the top-level (though, we hope to change that in a future release).
Best,
Randy