Import matplotlib.pyplot as plt

ModuleNotFoundError: No module named ‘matplotlib’

GitHub repo: GitHub - PR4T1K/Stock-Trend-Prediction

Hi @PR4T1K, welcome to the Streamlit community!

For an app to deploy properly on Streamlit Cloud, the file needs to be named requirements.txt. Your file is missing the trailing ‘s’.

Best,
Randy

Additionally, I would clean up your requirements file to only specify the packages you are using. You have a lot of packages which are specified as direct file paths, which will not work when you move to a different computer such as Streamlit Cloud.

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