I’m pretty new to Streamlit but I followed the instructions to use pipreqs to create my requirements.txt file. When I deploy my app I get the following error:
I’m able to run the app locally and from what I can see, my requirements.txt file contains all the necessary modules and I have all the necessary import statements in my script.
Your app loads for me, so not sure if this was a temporary blip or if you’ve already solved this yourself.
As a side note, your note about “Streamlit” having an issue with resources > 1GB is slightly inaccurate…Streamlit sharing as a platform provides limited resources in the free tier. Streamlit the open-source Python project doesn’t have any limitations (besides what might be present in base Python) around resource size.
I was trying to access the logs via Manage App (there is usually a button on my app that leads me to the logs, but I can’t find it anymore). Can you direct me to it so I can troubleshoot these issues in the future?
I checked the website again and it seems to be working, strange.
Thanks for pointing that out, I wasn’t aware of this limitation of streamlit sharing, and on top of that I wrote Streamlit sharing and Streamlit the Python project as if it was the same thing.
On the bottom right of the Streamlit sharing, there is the red Streamlit icon. Clicking on that brings open the black terminal menu, which is where I copied the error message from.