Error 25 while building Carla image in Docker in order to ingest a map created with Road Runner #4310
Unanswered
XDarkillerX
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried the recommended way to create new map for Carla https://carla.readthedocs.io/en/0.9.10/tuto_A_add_map/. I have the Carla package, so I followed the "Map ingestion in a CARLA package" section. In the very first step I followed the linked instructions to build the image and failed while executing the last one:
docker build -t carla -f Carla.Dockerfile .
.Copying the text from console, it looked liked this:
# 4 33154.2 make: *** [package] Error 25
------
executor failed running [/bin/sh -c cd /home/ue4 &&
if [ -z ${GIT_BRANCH+x} ]; then git clone --depth 1 https://github.com/carla-simulator/carla.git;
else git clone --depth 1 --branch $GIT_BRANCH https://github.com/carla-simulator/carla.git; fi &&
cd /home/ue4/carla &&
./Update.sh &&
make CarlaUE4Editor &&
make PythonAPI &&
make build.utils &&
make package &&
rm -r /home/ue4/carla/Dist]: exit code 2
I am using Python 3.7, running Docker on Windows 10 and I have enough disc space to build it. Has anyone encountered the same or similar issue? Does anyone have an idea what the problem is?
Thank you for any advice.
Beta Was this translation helpful? Give feedback.
All reactions