Module not Found Error for Plotting Libraries

I’ve got both plotly and matplotlib listed in my requirements.txt file, but neither appears to be properly getting installed/imported.

https://s4a.streamlit.io/theimposingdwarf/streamlit_animated_plotting_benchmark/master/streamlit_animated_plotting_benchmark.py/+/

Any thoughts?

Hi @theimposingdwarf !

I took a quick look at the logs for your app (here) , and it looks like the pip install for the requirements.txt file is failing.

Could you please try removing this line? If you push the change to Github, it should get automatically picked up by the app.

Let us know if you run into issues, thanks!

1 Like

Nice, that worked out!

1 Like