Closed HaukeBartsch closed 4 years ago
FYI: the error seems to be caused by:
conda clean -tipsy Traceback (most recent call last): File "/usr/local/miniconda/bin/conda", line 7, in
from conda.cli import main ModuleNotFoundError: No module named 'conda'
I can run all other commands in that section just fine.
One more problem is with downloading the workbench:
wget https://ftp.humanconnectome.org/workbench/workbench-linux64-v1.3.2.zip --2019-09-24 13:45:04-- https://ftp.humanconnectome.org/workbench/workbench-linux64-v1.3.2.zip Resolving ftp.humanconnectome.org (ftp.humanconnectome.org)... 128.252.155.86 Connecting to ftp.humanconnectome.org (ftp.humanconnectome.org)|128.252.155.86|:443... connected. Unable to establish SSL connection.
I don't get anything with ftp and http either. Maybe the server is down right now?
Until the Dockerfile is updated, you could try pulling the container from rhancock/hcpbids
On Sep 24, 2019, at 7:40 AM, Hauke Bartsch notifications@github.com wrote:
FYI: the error seems to be caused by:
conda clean -tipsy Traceback (most recent call last): File "/usr/local/miniconda/bin/conda", line 7, in from conda.cli import main ModuleNotFoundError: No module named 'conda'
I can run all other commands in that section just fine.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
Closing old issues that are likely no longer applicable.
I am trying to docker build: docker build -t bids/hcppipelines -f Dockerfile . on MacOS and I get the following error:
... The following packages will be UPDATED:
Downloading and Extracting Packages Preparing transaction: ...working... done Verifying transaction: ...working... done Executing transaction: ...working... done Traceback (most recent call last): File "/usr/local/miniconda/bin/conda", line 7, in
from conda.cli import main
ModuleNotFoundError: No module named 'conda'
The command '/bin/sh -c curl -fsSLO https://repo.continuum.io/miniconda/Miniconda2-4.5.4-Linux-x86_64.sh && bash Miniconda2-4.5.4-Linux-x86_64.sh -b -p /usr/local/miniconda && rm Miniconda2-4.5.4-Linux-x86_64.sh && conda config --add channels conda-forge && conda install -y mkl=2019.3 mkl-service=2.0.2 numpy=1.16.4 nibabel=2.4.1 pandas=0.24.2 && sync && conda clean -tipsy && sync && pip install --no-cache-dir pybids==0.9.1' returned a non-zero code: 1