Error:
ModuleNotFoundError: No module named ‘matplotlib’
Streamlit Version: 1.29.0
Python Version: 3.11.2
This application was deployed and working fine until I added a chart using matplotlib to it. I tried adding the requirements.txt file and my app still will not deploy. This is for a final project for college and I thought I was going to be done tonight (lol). It’s due next Thursday 12/7/2023.
There is not enough context, my guess is that the python packages you are installing are too old for your python. Why did you chose those particular versions?