Fron95
1
I’ve got that error message when I DEPLOY my app. (about matplotlib.pyplot)
URL : Streamlit (vizdata.streamlit.app)
REPO : GitHub - Fron95/streamlit_web_deploy: 스트림릿 웹 배포 연습 streamlit web deploy train
- I uploaded “requirements.txt” (I added matplotlib inside and saved)
- I have streamlit version 1.22
What can I do??
Try to remove the matplotlib.pyplot from your requirements.txt.
If problem still persist then try to upgrade the matplotlib version.
This fixed requirements.txt
file should work on streamlit cloud.
If not, try a reboot.
If not, delete the whole app and re-deploy.
Fron95
5
everything okay with “REBOOT”
thank you very much!
system
Closed
6
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.