Error while executing make-command

When executing the make command in the folder “commonroad-docker-submission/” found on https://gitlab.lrz.de/tum-cps/commonroad-docker-submission/-/tree/main/ (I suppose that’s the way to get the docker image for the challenge submission) we get the following error message:

E: Unable to locate package python3.7-dev
E: Couldn’t find any package by glob ‘python3.7-dev’
E: Couldn’t find any package by regex ‘python3.7-dev’
E: Unable to locate package python3.7-distutils.py’
E: Couldn’t find any package by glob ‘python3.7-distutils’
E: Couldn’t find any package by regex ‘python3.7-distutils’

How do we fix this ? Is the make command in the commonroad-submission-folder essential for getting our solution docker image and participating in the competition ?

You can either use the makefile or directly use the commands provided in the readme of this repository.

Since I couldn’t reproduce the problem, can you provide the exact commands which you executed and the complete log? And what operating system are you using?

Since the problem only occurs when building the base image, you can also pull it directly from gitlab.lrz.de:5005/tum-cps/commonroad-docker-submission/base:1.0.0 and only extend it as demonstrated here: https://gitlab.lrz.de/tum-cps/commonroad-docker-submission/-/blob/main/Dockerfile

The base image already contains python 3.7, SUMO, and the drivability checker.