Deployment Error - Package.txt

Hello,
i am trying to install java with : default-jre-headless

[00:26:58] 📦 Apt dependencies were installed from XXXX\packages.txt using apt-get.

Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]

Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]

Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]

Get:4 https://packages.microsoft.com/debian/10/prod buster InRelease [6517 B]

Get:5 http://security.debian.org/debian-security stable-security/updates InRelease [48.0 kB]

Get:6 https://packages.microsoft.com/debian/10/prod buster/main amd64 Packages [163 kB]

Reading package lists...[] 

E: Repository 'http://security.debian.org/debian-security stable-security/updates InRelease' changed its 'Codename' value from 'bullseye-security' to 'bookworm-security'

❗️ installer returned a non-zero exit code

❗️ Error during processing dependencies! Please fix the error and push an update, or try restarting the app.

After deploying, the app got this error.
I tried to delete it and redeploy, but i still get the same error.
Please, can anyone help me to handle that
Thank you all !

2 Likes

I’m getting the same problem:

[00:48:51] 📦 Apt dependencies were installed from /app/<app-name>/packages.txt using apt-get.
...
Hit:2 http://deb.debian.org/debian bullseye InRelease
Hit:3 http://deb.debian.org/debian-security bullseye-security InRelease
Hit:4 http://deb.debian.org/debian bullseye-updates InRelease
Hit:5 https://packages.microsoft.com/debian/10/prod buster InRelease
Reading package lists...[2023-06-11 00:48:52.252757] 
E: Repository 'http://security.debian.org/debian-security stable-security/updates InRelease' changed its 'Codename' value from 'bullseye-security' to 'bookworm-security'

I’m getting the same problem. Please help me solve the problem, as my application is described in a scientific article that is currently under review

Hello,
I’m getting the same error. I’ve attached the image of that error. Please help!!!

GitHub link - GitHub - ShyamaleeT/glaucoma_app

“The same thing happened here. My app was working fine. After streamlit made it inaccessible due to ‘incativity’, when it returned, this issue occurred. Interesting thing: The application was not used for less than 4 days.”

I get the same error too. The app was working fine but it gives the above error. tried deleting and making a new app but still the error persists.

The same thing happened here. My app was working fine. The issue occurred when I woke my app up.

Same error for me. Is this a system problem or an app-specific problem?
Please notify when there’s a solution.

Same here

same here

I tried to delete and re-deploy the app. It’s work. Everyone should try now.

1 Like

I deleted and re-deployed, still same problem

same problem since yesterday

Any news on this from the team? I haven’t changed anything in my github repo or requirements in months, and since today I get this error, and it’s impossible to reboot it. Used to work fine up until a week ago. Hopefully it gets fixed soon

fixed now. works for me after reboot

still seems to be broken for me… all you needed to do was reboot?

Good day.

I’m having the same problem with an app deployed last week. It was running perfectly two days ago, I haven’t changed anything in the repo.

When accessing the Streamlit app URL, it says:
Error installing requirements.

Requeriments are the same as they were when deployed and everything was working fine.

— UPDATE
The problem is specifically with chromium and related packages. Originally I had only “chromium” as a dependency in packages.txt

When trying to re-deploy the app, I get this error:

The following packages have unmet dependencies:

chromium : Depends: libc6 (>= 2.35) but 2.31-13+deb11u6 is to be installed

        Depends: libflac12 (>= 1.3.0) but it is not installable

        Depends: libfreetype6 (>= 2.11.1) but 2.10.4+dfsg-1+deb11u1 is to be installed

        Depends: libjsoncpp25 (>= 1.9.5) but it is not installable

        Depends: libopenh264-7 (>= 2.3.1+dfsg) but it is not installable

        Depends: libsnappy1v5 (>= 1.1.9) but it is not going to be installed

        Depends: libstdc++6 (>= 12) but 10.2.1-6 is to be installed

        Depends: libwebp7 (>= 1.2.4) but it is not installable

        Depends: libwebpdemux2 (>= 1.2.4) but it is not going to be installed

        Depends: libwebpmux3 (>= 1.2.4) but it is not going to be installed

I also tried adding “chromium-sandbox”, but:

 chromium-sandbox : Depends: libc6 (>= 2.34) but 2.31-13+deb11u6 is to be installed

In conclusion, none of the chromium dependencies can be installed (at least not using the packages.txt file)

I deleted and re-deployed, after that it’s working

1 Like

Still seems to be broken for me

Same problem here