bids-apps / CPAC

BIDS Application for the Configurable Pipeline for the Analysis of Connectomes (C-PAC)
Apache License 2.0
14 stars 18 forks source link

Docker compilation issues #36

Open mnarayan opened 5 years ago

mnarayan commented 5 years ago

I haven't been able to successfully build Docker containers of recent updates. In fact not since the update 6-7 months ago eliminated dependence on install_cpac.sh to build containers.

The most recent v1.1.0_9 errors due to failure to install numpy 1.11 dependencies on blas. See errors here

Any suggestions on how to fix this?

HaukeBartsch commented 4 years ago

I am running into similar problems with:

Step 15/36 : RUN conda install -y cython ipython jinja2==2.7.2 matplotlib networkx==1.11 nose numpy==1.11 pandas pip pyyaml scipy traits wxpython ---> Running in 2419b9362613 Fetching package metadata: .. Solving package specifications: Error: Could not find some dependencies for numpy ==1.11: blas mkl, blas openblas

You can search for this package on Binstar with

binstar search -t conda blas * openblas

(and similarly for the other packages)

You may need to install the Binstar command line client with

conda install binstar

The command '/bin/sh -c conda install -y cython ipython jinja2==2.7.2 matplotlib networkx==1.11 nose numpy==1.11 pandas pip pyyaml scipy traits wxpython' returned a non-zero code: 1