Dear Hector,
thank you for your interest in ADORe. We also experience this issue lately. It has nothing much to do with ADORe itself but rather with the availability of the Ubuntu package repositories.
This means if you experience this error acutely, you may have to wait a while until the connectivity with the Ubuntu servers normalizes. Just execute the make again, it should resolve itself.
Mit besten Grüßen/ Kind regards
Thomas Lobig
——————————————————————————
Deutsches Zentrum für Luft- und Raumfahrt
e.V. (DLR)
Institut für Verkehrssystemtechnik | KOS | Rutherfordstraße 2 | 12489 Berlin
Dipl.-Inform. Thomas Lobig
DLR.de
Von: adore-dev <adore-dev-bounces@xxxxxxxxxxx> Im Auftrag von
Hector Mata
Gesendet: Dienstag, 17. Januar 2023 20:47
An: adore-dev@xxxxxxxxxxx
Betreff: [adore-dev] Fw: help
Important additional information
docker --version
Docker version 20.10.22, build 3a2c30b
docker compose version
Docker Compose version v2.15.1
I am currently working on a project for testing planning and control algorithms involving CAVs using simulation. I'd be very interested in implementing co-simulation with ADORe
and SUMO for my research project.
I've been reading the documentation and following the steps provided in the GitHub repository under "Getting started with ADORe". However, when I get to the section "ADORe Command
Line Interface (CLI)" I am getting an error while trying to build the docker image with the provided make target:
=> ERROR [plotlabserver 7/11] RUN apt-get update && apt-get install - 1.3s
failed to solve: executor failed running [/bin/sh -c apt-get update && apt-get install --no-install-recommends -y $(sed '/^#/d' ${REQUIREMENTS_FILE}
| sed '/^$/d') && rm -rf /var/lib/apt/lists/*]: exit code: 100
make[2]: *** [Makefile:74: build_fast] Error 17
make[1]: *** [Makefile:110: build_plotlabserver] Error 2
make: *** [Makefile:210: build_adore-cli_fast] Error 2
I am stuck here. Do you know why is this happening? Please advise