<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><a href="mailto:pyngl-talk@ucar.edu" target="_blank">Hello,</a></div><div>I am trying to run python scripts for plotting data, from the ncl to python transition manual. The scripts call nio and ngl.</div><div>I have installed anaconda3 and created an ncl_to_python environment as follows:</div><div><pre><code class="gmail-m_1126049952723902877gmail-language-bash">conda create -n yourenvname <span class="gmail-m_1126049952723902877gmail-nv">python</span><span class="gmail-m_1126049952723902877gmail-o">=</span>x.x anaconda<br>conda activate ncl_to_python<br><br></code></pre><pre><code class="gmail-m_1126049952723902877gmail-language-bash">Then following here <a href="http://mailman.ucar.edu/pipermail/pyngl-talk/2019-February/000276.html" target="_blank">http://mailman.ucar.edu/pipermail/pyngl-talk/2019-February/000276.html</a><br>I did:<br>conda update -c conda-forge â€”all
python -c "import Nio; print(Nio.__version__)"<br></code></pre><pre><code class="gmail-m_1126049952723902877gmail-language-bash">the last command was giving me "no module NIO" as in the pyngl-talk post above. I have followed  subsequent post and managed to install pynio with:<br>conda install gdal; conda update --all<br><br></code></pre><pre><code class="gmail-m_1126049952723902877gmail-language-bash">When I run the script I get:<br>Traceback (most recent call last):<br>  File "TRANS_contour_lines_on_map.py", line 41, in <module><br>    import Ngl<br>ModuleNotFoundError: No module named 'Ngl'<br><br></code></pre><pre><code class="gmail-m_1126049952723902877gmail-language-bash">I have installed pyngl from source, but it does not seem to be seen. With<br><code>conda install -c conda-forge pyngl
  </code>or<br><code>conda install -c conda-forge/label/cf201901 pyngl<br></code></code></pre><pre><code class="gmail-m_1126049952723902877gmail-language-bash"><code>I get:<br>PackagesNotFoundError: The following packages are not available from current channels:<br>  - pyngl<br></code></code></pre><pre><code class="gmail-m_1126049952723902877gmail-language-bash"><code>I am working on ubuntu 18.04 32 bit on VMware as a guest on Windows 10.<br>Assistance will be appreciated.<br></code></code></pre><pre><code class="gmail-m_1126049952723902877gmail-language-bash"><code>Zilore Mumba<br></code></code></pre></div></div></div></div></div></div></div>