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 !
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
ā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)