I am new to Streamlit and today I have deployed my first app but when trying to run the app over the cloud it is throwing below error although this executes successfully in local env. Version I am using is latest i.e. 1.12.2
ModuleNotFoundError: No module named 'matplotlib'
2022-09-06 12:31:44.479 Uncaught app exception
Traceback (most recent call last):
File "/home/appuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 556, in _run_script
exec(code, module.__dict__)
File "/app/streamlit_covid_dashboard/app.py", line 5, in <module>
import matplotlib.pyplot as plt
ModuleNotFoundError: No module named 'matplotlib'