Getting error in make test-submission

Hi, i am running the pendences on a windowns machine and it works fine until i try to test a submission. Ive already done research to find the possible root problem, but couldnt solve, if someone knows what to do. The error is in the following message:

1 Like

you should study in git bash,
you should run these commands in git bash in example_benchmark file

dos2unix main.py
dos2unix main.sh

then you should move files in example_benchmark file to submission file and you should zip as a submission.zip manually or use make pack-benchmark.

if you meet another problem,
open makefile file,
add winpty word to ‘docker run’ section

it should be :
winpty docker run…

Note: do not close any time docker application :slight_smile:

1 Like

It seems you haven’t created a data folder inside the repo. The data folder should have images and the submission format csv.

1 Like