<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Fernando,<div class=""><br class=""></div><div class="">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.</div><div class=""><br class=""></div><div class="">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”&nbsp;</div><div class=""><br class=""></div><div class="">Kevin</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jun 23, 2017, at 5:52 AM, Fernando Jaume Santero &lt;<a href="mailto:fjaume@ucm.es" class="">fjaume@ucm.es</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="gmail_default" style="">​Hello,</div><div class="gmail_default" style=""><br class=""></div><div class="gmail_default" style="">my name is Fernando and I am trying to install NCL using Miniconda (conda 4.3.22).</div><div class="gmail_default" style=""><br class=""></div><div class="gmail_default" style="">-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)</div><div class="gmail_default" style=""><br class=""></div><div class="gmail_default" style="">-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).</div><div class="gmail_default" style=""><br class=""></div><div class="gmail_default" style="">I would like to know if I am missing anything or you know how to solve these errors.</div><div class="gmail_default" style=""><br class=""></div><div class="gmail_default" style="">Thank you for your time,</div><div class="gmail_default" style="">Fernando Jaume-Santero</div><div class=""><br class=""></div>-- <br class=""><div class="gmail_signature"><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><div class=""><a href="http://www.ucm.es/" target="_blank" class=""><img src="http://www.ucm.es/logo/ucm.png" style="font-size: 12.8px;" class=""></a><span style="font-size:12.8px" class=""><br class=""></span></div><div class=""><span style="font-size:12.8px" class="">-------------------------------------------------------</span></div><div class=""><span style="font-size:12.8px" class="">Fernando Jaume Santero&nbsp;</span></div><div class=""><i style="font-size:12.8px" class="">Ph.D. Student</i></div><div class="">Email:&nbsp;<a href="mailto:fjaume@ucm.es" target="_blank" class="">fjaume@ucm.es</a></div><div class="">-------------------------------------------------------</div><div class=""><div class=""><font class="">Dpto. Física de la Tierra II</font></div><div class=""><font class="">Facultad de Ciencias Físicas</font></div><div class=""><font class="">UCM<i class=""> | Universidad Complutense de Madrid</i></font></div><div class=""><font class="">Avda. Complutense, S/N</font></div><div class=""><font class="">28040&nbsp;</font><span style="font-size: 12.8px;" class="">Madrid, Spain</span></div></div><div class=""><span style="font-size: 12.8px;" class="">-------------------------------------------------------</span></div><div class=""><img src="http://www.ucm.es/logo/ambiente.png" alt="http://www.ucm.es/logo/ambiente.png" style="color: rgb(56, 118, 29); font-size: 12.8px;" class=""><span style="color:rgb(56,118,29);font-size:12.8px" class="">&nbsp;Before printing this mail please consider</span><span style="color:rgb(56,118,29);font-size:12.8px" class="">&nbsp;whether it is really necessary: the environment is a concern for us all.</span></div></div></div></div></div>
</div>
_______________________________________________<br class="">ncl-install mailing list<br class="">List instructions, subscriber options, unsubscribe:<br class=""><a href="http://mailman.ucar.edu/mailman/listinfo/ncl-install" class="">http://mailman.ucar.edu/mailman/listinfo/ncl-install</a><br class=""></div></blockquote></div><br class=""></div></body></html>