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 !
“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.”
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
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)