Building Image Failed

aicrowd_api
coloredlogs
numpy
loguru
boto3
soundfile
spleeter
musdb
diffq>=0.1
lameenc>=1.2
julius>=0.2.3
torch>=1.8.1
torchaudio>=0.8
tqdm

This is Requiremnets.txt ,While adding spleeter building image is failing. Please help!!!

1 Like

Not sure why the build fails - someone from AIcrowd needs to look into it.
However, can you please compare your submission to the Spleeter submission to see what differences are there?

I checked, they added spleeter in requirements.txt and but here when i am adding it’s showing numba can’t install error in building image

Yes, I think there are some packages missing in apt.txt - e.g., build-essential.

@shivam Are there some packages missing in the apt.txt file which you added when you did the submission for Deezer?

1 Like

Hi @gyanendra_das @StefanUhlich ,

Yes, your hunch is correct.
I just matched the packages from the successful submission and it has few more packages in apt.txt.

The pull request for the same is added, and will be available in repository after merge.

Meanwhile, @gyanendra_das you can directly added following in your apt.txt:

ffmpeg
gcc
build-essential
linux-libc-dev
libc6-dev
python3-llvmlite