zjffdu commented on pull request #4022: URL: https://github.com/apache/zeppelin/pull/4022#issuecomment-765533770
@Reamer I tried several times, but always fails in the following step ``` + conda env update -f /env_python_3_with_R.yml --prune Collecting package metadata (repodata.json): ...working... ^@^@done Solving environment: ...working... ^@^@^@^@^@^@^@^@^@Killed The command '/bin/sh -c set -ex && wget -nv https://repo.anaconda.com/miniconda/Miniconda3-${miniconda_version}-Linux-x86_64.sh -O miniconda.sh && echo "${miniconda_sha256} miniconda.sh" > anaconda.sha256 && sha256sum --strict -c anaconda.sha256 && bash miniconda.sh -b -p /opt/conda && export PATH=/opt/conda/bin:$PATH && conda config --set always_yes yes --set changeps1 no && conda info -a && conda env update -f /env_python_3_with_R.yml --prune && rm -v miniconda.sh anaconda.sha256 && find /opt/conda/ -follow -type f -name '*.a' -delete && find /opt/conda/ -follow -type f -name '*.js.map' -delete && conda clean -ay' returned a non-zero code: 137 ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org