Submission error

thank you,
To generate the environment I have followed this post (How to use Conda environment for your submission)

I used the command conda env export --no-builds | grep -v "prefix" > environment.yml in the environment to export it with the right name.
Then I have deleted the two following lines (I’m on mac)

  • clangxx_osx-64=10.0.0
  • compiler-rt_osx-64=10.0.0
    when I make the submission I get the following failure Solving environment: ...working... failed

with this log error:

docker.errors.BuildError: The command '/bin/sh -c conda env update -p ${NB_PYTHON_PREFIX} -f "environment.yml" && conda clean --all -f -y && conda list -p ${NB_PYTHON_PREFIX}' returned a non-zero code: 1

1 Like