Streamlit shared app fails

Hello Streamlit!

I had the following app up and running: https://share.streamlit.io/ersilia-os/osm-series4-candidates/main/app.py

Packages file: packages.txt

freeglut3-dev
libgtk2.0-dev

Requirements file: requirements.txt

streamlit
pandas
rdkit-pypi
mols2grid
opencv-python-headless

It was working nicely until a few hours ago. Now I get the following error when rebooting:

Err:1 http://deb.debian.org/debian buster/main amd64 libx11-dev amd64 2:1.6.7-1+deb10u1

  404  Not Found [IP: 151.101.54.132 80]

Err:2 http://deb.debian.org/debian buster/main amd64 libglib2.0-dev amd64 2.58.3-2+deb10u2

  404  Not Found [IP: 151.101.54.132 80]

E: Failed to fetch http://deb.debian.org/debian/pool/main/libx/libx11/libx11-dev_1.6.7-1+deb10u1_amd64.deb  404  Not Found [IP: 151.101.54.132 80]

E: Failed to fetch http://deb.debian.org/debian/pool/main/g/glib2.0/libglib2.0-dev_2.58.3-2+deb10u2_amd64.deb  404  Not Found [IP: 151.101.54.132 80]

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

[manager] installer returned a non-zero exit code

I’ve seen related issues by other users in the last couple of days. Can you please provide support?

Many thanks!!

We found a solution in another issue: How to display rdkit molecules on streamlit - #2 by snehankekre

Basically, only “libgtk2.0-dev” is used in the packages file