ModuleNotFoundError: No module named 'bokeh'

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

1 Like

Hi @randyzwitch,

Thank you for the prompt and accurate response!!!

Now it works properly!

1 Like