ImportError: This app has encountered an error. The original error message is redacted to prevent data leaks. Full error details have been recorded in the logs (if you’re on Streamlit Cloud, click on ‘Manage app’ in the lower right of your app).
I’d encourage you to take a look through a related discussion:
tkinter requires a Linux package called libtk8.6 to be installed. To install such apt-get dependencies, include the dependency in a packages.txt file in your repo.
Hey @Davisonye, thanks for your patience on this one! Engineering has confirmed that this is a Streamlit Cloud bug only affecting apps that have installed dependencies via apt / packages.txt. They’ve started working on a fix.
I will post an update here once the fix is released.
They use the same method you have. This is a bug introduced recently and affects all Streamlit Cloud users who use packages.txt. I would encourage you to wait till EOD by which time a fix should hopefully be out. We’re currently running tests on the fix and hope to release it soon.
Hi @snehankekre,
I got the same error (see attached image). Then, I deleted the app from streamlit cloud and redeployed it. But, still, I’m getting the same error. Please help me.