Hello I recently got to know about Streamlit.I started using it and now can't resist myself using it.
while working on deploying a web app on cloud ,i am getting the error as shared below
Error:
[https://github.com/FaisalShmm/project_manage/blob/Streamlit_apps/error.png](https://github.com/FaisalShmm/project_manage/blob/Streamlit_apps/error.png)
**I need your help:**
below you will find the github repo:
[Repository ](https://github.com/FaisalShmm/project_manage)
An early reply is appreciated.
You will find requirements.txt and the error.png(generated on the web app)in the repo itself
Hey @FaisalShmm,
Thanks for posting! It looks like you may have accidentally formatted your entire question as code.
Can you also share the full error message rather than the minimized version? You can find the full error message by clicking on the logs in the section on the right hand side of the screen.
Hey @Caroline ,
I am facing the same issue, can you check it if possible?
Project repo: (GitHub - blahblahblah1920/Streamlit)
Streamlit project: https://blahblahblah1920-streamlit-app-2zymfv.streamlit.app/
Thank you.
Cleanup your requirements file, it contains a lot of unnecessary or uninstallable packages. Include only those packages you actually import in your project.
Hmmm… I’ve done that but I’m still getting the same error.
Which error? Which module is not found?
Btw, make a reboot of the app.
reboot as in re-run?
The error message:
ModuleNotFoundError: No module named ‘matplotlib’
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.