[ncl-install] Issue installing NCL from conda

Kevin Hallock hallock at ucar.edu
Fri Jun 23 10:27:11 MDT 2017


Hi Fernando,

Given that “ncl -V” outputs “6.4.0” correctly, I think that NCL itself is working in your first environment. The ng4ex script requires C shell to be installed on your machine, and based on the “bad interpreter” error message, I suspect it is not installed. However, unless you need to compile NCAR Graphics programs, I would not worry about this; again, NCL itself appears to run as expected.

As for the missing “libopenblas.so.0” shared library issue, I was able to reproduce this on my machine for both Python 2 and Python 3 environments. I will look into why this dependency is not being installed automatically, but for now you can manually install openblas as needed once your environment is activated: “conda install -c conda-forge openblas” 

Kevin

> On Jun 23, 2017, at 5:52 AM, Fernando Jaume Santero <fjaume at ucm.es> wrote:
> 
> ​Hello,
> 
> my name is Fernando and I am trying to install NCL using Miniconda (conda 4.3.22).
> 
> -First, I installed NCL in my py2 env with Python 2.7.13, and I could run "ncl -V" (output: 6.4.0), but I had some problems to run the second test "ng4ex xy05n -clean -W png" because it cannot find the command (output: bash: /home/fernando/miniconda3/envs/py2/bin/ng4ex: /bin/csh: bad interpreter: No such file or directory)
> 
> -Second, I tried to create its own env (ncl_stable) as it is recommended in the website, and it has automatically been set for Python 3.6.1. However, problems appear for both tests now, obtaining for "ncl -V" (ncl: error while loading shared libraries: libopenblas.so.0: cannot open shared object file: No such file or directory) and for "ng4ex xy05n -clean -W png" (bash: /home/fernando/miniconda3/envs/ncl_stable/bin/ng4ex: /bin/csh: bad interpreter: No such file or directory).
> 
> I would like to know if I am missing anything or you know how to solve these errors.
> 
> Thank you for your time,
> Fernando Jaume-Santero
> 
> -- 
>  <http://www.ucm.es/>
> -------------------------------------------------------
> Fernando Jaume Santero 
> Ph.D. Student
> Email: fjaume at ucm.es <mailto:fjaume at ucm.es>
> -------------------------------------------------------
> Dpto. Física de la Tierra II
> Facultad de Ciencias Físicas
> UCM | Universidad Complutense de Madrid
> Avda. Complutense, S/N
> 28040 Madrid, Spain
> -------------------------------------------------------
>  Before printing this mail please consider whether it is really necessary: the environment is a concern for us all.
> _______________________________________________
> ncl-install mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-install

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-install/attachments/20170623/19ccaff3/attachment-0001.html 


More information about the ncl-install mailing list