I have developed a personal finance tracker using streamlit. After deploying it says module not found error for matplotlib. I have already mentioned the matplotlib in the requirement.txt.
Deploying your main branch worked for me, no errors importing matplotlib.
Error was because I named requirements.txt as requirement.txt , that’s why it didn’t installed the mentioned packages. Once renamed the file, it worked no error in finding module.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.