Error Deploying Streamlit to Render

I am trying to deploy my streamlit app onto render.com, here is the repo.

You can also see I updated the requirements.txt file with matplotlib included, but when I try to build on Render.com it errors with ModuleNotFoundError: No module named ‘matplotlib’.

Any thoughts? Thanks!

1 Like

Hi @nitro358,

Thanks for posting!

You can try relaxing the requirement for matplotlib version to something like this matplotlib>=3.5.3.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.