You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello guys, I would like to get some support on how to run this project;
I have cloned it and tried to run it locally by running docker-compose build but I'm facing a problem when it reaches the below part inside the updater Dockerfile
RUN apt-get update && apt-get -y install r-base r-cran-forecast
So, it will start downloading the package and after it will raise a error:
0 38.89 Unpacking perl-base (5.38.2-3) over (5.32.1-4+deb11u3) ...
#0 39.79 Setting up perl-base (5.38.2-3) ...
(Reading database ... 26644 files and directories currently installed.)
#0 39.84 Preparing to unpack .../libgdbm-dev_1.23-5+b1_amd64.deb ...
#0 39.84 Unpacking libgdbm-dev:amd64 (1.23-5+b1) over (1.19-2) ...
#0 39.93 dpkg: libfreetype6-dev:amd64: dependency problems, but removing anyway as you requested:
#0 39.93 libxft-dev:amd64 depends on libfreetype6-dev.
#0 39.93 libwmf-dev depends on libfreetype6-dev.
#0 39.93 libmagickcore-6.q16-dev:amd64 depends on libfreetype6-dev.
#0 39.93 libfontconfig-dev:amd64 depends on libfreetype6-dev (>= 2.8.1).
#0 39.93 libcairo2-dev:amd64 depends on libfreetype6-dev (>= 2.1.10).
#0 39.93
(Reading database ... 26641 files and directories currently installed.)
#0 39.94 Removing libfreetype6-dev:amd64 (2.10.4+dfsg-1+deb11u1) ...
(Reading database ... 26637 files and directories currently installed.)
#0 39.99 Preparing to unpack .../00-libfreetype-dev_2.13.2+dfsg-1+b1_amd64.deb .
....
#0 40.36 Preparing to unpack .../08-usr-is-merged_39_all.deb ...
#0 40.36
#0 40.36
#0 40.36 ******************************************************************************
#0 40.36 *
#0 40.36 * The usr-is-merged package cannot be installed because this system does
#0 40.36 * not have a merged /usr.
#0 40.36 *
#0 40.36 * Please install the usrmerge package to convert this system to merged-/usr.
#0 40.36 *
#0 40.36 * For more information please read https://wiki.debian.org/UsrMerge.
#0 40.36 *
#0 40.36 ******************************************************************************
#0 40.36
#0 40.36
#0 40.36 dpkg: error processing archive /tmp/apt-dpkg-install-RayYJE/08-usr-is-merged_39_all.deb (--unpack):
#0 40.36 new usr-is-merged package pre-installation script subprocess returned error exit status 1
#0 40.38 Selecting previously unselected package dbus.
Does someone have faced this too?
How can I solve it?
I did a lot of searches but I'm not finding anything that helped... Have also tried GitHub copilot without success... Would appreciate it a lot if someone could provide support with this issue
The text was updated successfully, but these errors were encountered:
Hi @kaburelabs, thanks for your interest! It looks like problem is an incompatibility with the python:3.9-bullseye container and dependencies in r-base, which have been updated. Switching the image to python:3.9-bookworm should fix the problem and I'm updating the repo now.
Hello guys, I would like to get some support on how to run this project;
I have cloned it and tried to run it locally by running docker-compose build but I'm facing a problem when it reaches the below part inside the updater Dockerfile
RUN apt-get update && apt-get -y install r-base r-cran-forecast
So, it will start downloading the package and after it will raise a error:
Does someone have faced this too?
How can I solve it?
I did a lot of searches but I'm not finding anything that helped... Have also tried GitHub copilot without success... Would appreciate it a lot if someone could provide support with this issue
The text was updated successfully, but these errors were encountered: