<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>Hi, Kevin:</div>
<div><br>
</div>
<div>I am sorry for bothering you so many times. But I still have difficulty get the system to work. I have tried the following and each had its own problems:</div>
<div><br>
</div>
<div>(I) At Conda root, I ran:</div>
<div>&nbsp; &nbsp;&nbsp;conda create -n metuse -c conda-forge pynio pyngl</div>
<div>&nbsp; &nbsp;&nbsp;source activate met use</div>
<div><br>
</div>
<div>&nbsp; &nbsp;&nbsp;conda list | wc –l &nbsp; &nbsp; &nbsp; &nbsp; showed &nbsp;57 &nbsp;packages including python</div>
<div>&nbsp; &nbsp; Which python &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; showed ~/anaconda2/envs/metuse/bin/python</div>
<div>&nbsp; &nbsp; Which spyder &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;showed ~/anaconda2/bin/spyder</div>
<div><br>
</div>
<div>&nbsp; &nbsp; At command line, run python, and then the &quot;import Nio&quot; showed the following:</div>
<div>
<div>&gt;&gt;&gt; import Nio</div>
<div>Traceback (most recent call last):</div>
<div>&nbsp; File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;</div>
<div>&nbsp; File &quot;/Users/xng02546/anaconda2/envs/metuse/lib/python2.7/site-packages/PyNIO/Nio.py&quot;, line 83, in &lt;module&gt;</div>
<div>&nbsp; &nbsp; from nio import *</div>
<div>ImportError: dlopen(/Users/xng02546/anaconda2/envs/metuse/lib/python2.7/site-packages/PyNIO/nio.so, 2): Symbol not found: ___sincos_stret</div>
<div>&nbsp; Referenced from: /Users/xng02546/anaconda2/envs/metuse/lib/libgdal.20.dylib</div>
<div>&nbsp; Expected in: /usr/lib/libSystem.B.dylib</div>
<div>&nbsp;in /Users/xng02546/anaconda2/envs/metuse/lib/libgdal.20.dylib</div>
<div>&gt;&gt;&gt;&nbsp;</div>
</div>
<div><br>
</div>
<div>(II) From root, I created a new environment condaX by:</div>
<div>&nbsp; &nbsp; &nbsp;Conda create –n condaX python=2.7 anaconda</div>
<div>&nbsp; &nbsp; &nbsp;Source activate condaX</div>
<div>&nbsp; &nbsp; &nbsp;Conda install netcdf4</div>
<div>&nbsp; &nbsp; &nbsp;Conda install basemap</div>
<div>&nbsp; &nbsp; &nbsp;Conda update --all</div>
<div>&nbsp;</div>
<div>&nbsp; &nbsp; &nbsp;Under condaX environment, I have tested both matplotlib and basemap, both worked fine and generated output figures.&nbsp;</div>
<div><br>
</div>
<div>(III) Based on the working condoX environment, I tried to clone it, then wanted to install pyNGL etc.,&nbsp;</div>
<div>&nbsp; &nbsp; &nbsp;The cloned environment has same results from conda list,&nbsp;</div>
<div>&nbsp; &nbsp; &nbsp;Running python, it imports matplotlib and basemap okay,</div>
<div>&nbsp; &nbsp; &nbsp;But, somehow, spyder won't start, it shows the following message:</div>
<div><br>
</div>
<div>
<div>(metuse) FXG-MacBook:~ xng02546$ spyder &amp;</div>
<div>[1] 43659</div>
<div>(metuse) FXG-MacBook:~ xng02546$ ERROR:root:code for hash md5 was not found.</div>
<div>Traceback (most recent call last):</div>
<div>&nbsp; File &quot;/Users/xng02546/anaconda2/envs/metuse/lib/python2.7/hashlib.py&quot;, line 147, in &lt;module&gt;</div>
<div>&nbsp; &nbsp; globals()[__func_name] = __get_hash(__func_name)</div>
<div>&nbsp; File &quot;/Users/xng02546/anaconda2/envs/metuse/lib/python2.7/hashlib.py&quot;, line 97, in __get_builtin_constructor</div>
<div>&nbsp; &nbsp; raise ValueError('unsupported hash type ' &#43; name)</div>
<div>ValueError: unsupported hash type md5</div>
<div>ERROR:root:code for hash sha1 was not found.</div>
<div>Traceback (most recent call last):</div>
<div>&nbsp; File &quot;/Users/xng02546/anaconda2/envs/metuse/lib/python2.7/hashlib.py&quot;, line 147, in &lt;module&gt;</div>
<div>&nbsp; &nbsp; globals()[__func_name] = __get_hash(__func_name)</div>
<div>&nbsp; File &quot;/Users/xng02546/anaconda2/envs/metuse/lib/python2.7/hashlib.py&quot;, line 97, in __get_builtin_constructor</div>
<div>&nbsp; &nbsp; raise ValueError('unsupported hash type ' &#43; name)</div>
<div>ValueError: unsupported hash type sha1</div>
<div>ERROR:root:code for hash sha224 was not found.</div>
<div>Traceback (most recent call last):</div>
<div>&nbsp; File &quot;/Users/xng02546/anaconda2/envs/metuse/lib/python2.7/hashlib.py&quot;, line 147, in &lt;module&gt;</div>
<div>&nbsp; &nbsp; globals()[__func_name] = __get_hash(__func_name)</div>
<div>&nbsp; File &quot;/Users/xng02546/anaconda2/envs/metuse/lib/python2.7/hashlib.py&quot;, line 97, in __get_builtin_constructor</div>
<div>&nbsp; &nbsp; raise ValueError('unsupported hash type ' &#43; name)</div>
<div>ValueError: unsupported hash type sha224</div>
<div>ERROR:root:code for hash sha256 was not found.</div>
<div>Traceback (most recent call last):</div>
<div>&nbsp; File &quot;/Users/xng02546/anaconda2/envs/metuse/lib/python2.7/hashlib.py&quot;, line 147, in &lt;module&gt;</div>
<div>&nbsp; &nbsp; globals()[__func_name] = __get_hash(__func_name)</div>
<div>&nbsp; File &quot;/Users/xng02546/anaconda2/envs/metuse/lib/python2.7/hashlib.py&quot;, line 97, in __get_builtin_constructor</div>
<div>&nbsp; &nbsp; raise ValueError('unsupported hash type ' &#43; name)</div>
<div>ValueError: unsupported hash type sha256</div>
<div>ERROR:root:code for hash sha384 was not found.</div>
<div>Traceback (most recent call last):</div>
<div>&nbsp; File &quot;/Users/xng02546/anaconda2/envs/metuse/lib/python2.7/hashlib.py&quot;, line 147, in &lt;module&gt;</div>
<div>&nbsp; &nbsp; globals()[__func_name] = __get_hash(__func_name)</div>
<div>&nbsp; File &quot;/Users/xng02546/anaconda2/envs/metuse/lib/python2.7/hashlib.py&quot;, line 97, in __get_builtin_constructor</div>
<div>&nbsp; &nbsp; raise ValueError('unsupported hash type ' &#43; name)</div>
<div>ValueError: unsupported hash type sha384</div>
<div>ERROR:root:code for hash sha512 was not found.</div>
<div>Traceback (most recent call last):</div>
<div>&nbsp; File &quot;/Users/xng02546/anaconda2/envs/metuse/lib/python2.7/hashlib.py&quot;, line 147, in &lt;module&gt;</div>
<div>&nbsp; &nbsp; globals()[__func_name] = __get_hash(__func_name)</div>
<div>&nbsp; File &quot;/Users/xng02546/anaconda2/envs/metuse/lib/python2.7/hashlib.py&quot;, line 97, in __get_builtin_constructor</div>
<div>&nbsp; &nbsp; raise ValueError('unsupported hash type ' &#43; name)</div>
<div>ValueError: unsupported hash type sha512</div>
<div><br>
</div>
<div>(metuse) FXG-MacBook:~ xng02546$ Traceback (most recent call last):</div>
<div>&nbsp; File &quot;/Users/xng02546/anaconda2/envs/metuse/lib/python2.7/site-packages/spyder/app/mainwindow.py&quot;, line 3001, in main</div>
<div>&nbsp; &nbsp; mainwindow = run_spyder(app, options, args)</div>
<div>&nbsp; File &quot;/Users/xng02546/anaconda2/envs/metuse/lib/python2.7/site-packages/spyder/app/mainwindow.py&quot;, line 2905, in run_spyder</div>
<div>&nbsp; &nbsp; main.setup()</div>
<div>&nbsp; File &quot;/Users/xng02546/anaconda2/envs/metuse/lib/python2.7/site-packages/spyder/app/mainwindow.py&quot;, line 799, in setup</div>
<div>&nbsp; &nbsp; from spyder.plugins.help import Help</div>
<div>&nbsp; File &quot;/Users/xng02546/anaconda2/envs/metuse/lib/python2.7/site-packages/spyder/plugins/help.py&quot;, line 33, in &lt;module&gt;</div>
<div>&nbsp; &nbsp; from spyder.utils.help.sphinxify import (CSS_PATH, generate_context,</div>
<div>&nbsp; File &quot;/Users/xng02546/anaconda2/envs/metuse/lib/python2.7/site-packages/spyder/utils/help/sphinxify.py&quot;, line 30, in &lt;module&gt;</div>
<div>&nbsp; &nbsp; from jinja2 import Environment, FileSystemLoader</div>
<div>&nbsp; File &quot;/Users/xng02546/anaconda2/envs/metuse/lib/python2.7/site-packages/jinja2/__init__.py&quot;, line 36, in &lt;module&gt;</div>
<div>&nbsp; &nbsp; from jinja2.loaders import BaseLoader, FileSystemLoader, PackageLoader, \</div>
<div>&nbsp; File &quot;/Users/xng02546/anaconda2/envs/metuse/lib/python2.7/site-packages/jinja2/loaders.py&quot;, line 16, in &lt;module&gt;</div>
<div>&nbsp; &nbsp; from hashlib import sha1</div>
<div>ImportError: cannot import name sha1</div>
<div><br>
</div>
<div>[1]&#43; &nbsp;Done &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;spyder</div>
</div>
<div><br>
</div>
<div>I am still stuck. I am not sure if the last problem above belongs to spyder or what.</div>
<div><br>
</div>
<div>The cloned one worked for spyder yesterday, but as I reported to you, there were difficulty importing PyNIO (Nio).</div>
<div><br>
</div>
<div>Thanks for any input on this.</div>
<div>Xingang</div>
<div><br>
</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>Kevin Hallock &lt;<a href="mailto:hallock@ucar.edu">hallock@ucar.edu</a>&gt;<br>
<span style="font-weight:bold">Date: </span>Tuesday, December 13, 2016 3:52 PM<br>
<span style="font-weight:bold">To: </span>Xingang Fan &lt;<a href="mailto:xingang.fan@wku.edu">xingang.fan@wku.edu</a>&gt;<br>
<span style="font-weight:bold">Cc: </span>&quot;<a href="mailto:pyngl-talk@ucar.edu">pyngl-talk@ucar.edu</a>&quot; &lt;<a href="mailto:pyngl-talk@ucar.edu">pyngl-talk@ucar.edu</a>&gt;<br>
<span style="font-weight:bold">Subject: </span>Re: [pyngl-talk] Help with PyNIO installation<br>
</div>
<div><br>
</div>
<div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Hi Xingang,
<div class=""><br class="">
</div>
<div class="">We have found that running PyNIO, PyNGL, and NCL under conda works best if you create an environment to install them in. Installing to the root environment can cause issues like what you’ve described below, especially when using Anaconda, as opposed
 to Miniconda.</div>
<div class=""><br class="">
</div>
<div class="">Could you please try creating and activating an environment:</div>
<div class=""><font face="Courier New" class="">conda create --name &lt;env_name&gt; --channel conda-forge pynio pyngl</font></div>
<div class=""><font face="Courier New" class="">source activate &lt;env_name&gt;</font></div>
<div class=""><br class="">
</div>
<div class="">Once the environment is activated, you can install any other packages you may need. I would strongly recommend using “--channel conda-forge” on your “conda install …” commands in order to maintain compatibility with Nio and Ngl.</div>
<div class=""><br class="">
</div>
<div class="">Kevin</div>
<div class=""><br class="">
<div>
<blockquote type="cite" class="">
<div class="">On Dec 13, 2016, at 2:18 PM, Fan, Xingang &lt;<a href="mailto:xingang.fan@wku.edu" class="">xingang.fan@wku.edu</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-size: 14px; font-family: Calibri, sans-serif;" class="">
<div class="">Hi, Kevin:</div>
<div class=""><br class="">
</div>
<div class="">Thank you so much! That played the trick. Finally I got all three of them working along with basemap on an Ubuntu virtual machine without any warning messages. The order of installing different packages and the updating of packages seem important
 though.</div>
<div class=""><br class="">
</div>
<div class="">Now, I am trying to get it to work on my Mac. All of them worked fine with my Mac installation of Anaconda. However, when I tried to use the same way to update NGL and NIO, the entire anaconda seemed messed up. I tried reinstall, still have the
 following messages when importing Nio, I don't know what to do:</div>
<div class=""><br class="">
</div>
<div class="">
<div class="">(root) FXG-MacBook:site-packages xng02546$ python</div>
<div class="">Python 2.7.12 |Anaconda custom (x86_64)| (default, Jul &nbsp;2 2016, 17:43:17)&nbsp;</div>
<div class="">[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)] on darwin</div>
<div class="">Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.</div>
<div class="">Anaconda is brought to you by Continuum Analytics.</div>
<div class="">Please check out: <a href="http://continuum.io/thanks" class="">http://continuum.io/thanks</a> and
<a href="https://anaconda.org" class="">https://anaconda.org</a></div>
<div class="">&gt;&gt;&gt; import Nio</div>
<div class="">Traceback (most recent call last):</div>
<div class="">&nbsp; File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;</div>
<div class="">&nbsp; File &quot;//anaconda/lib/python2.7/site-packages/PyNIO/Nio.py&quot;, line 83, in &lt;module&gt;</div>
<div class="">&nbsp; &nbsp; from nio import *</div>
<div class="">ImportError: dlopen(//anaconda/lib/python2.7/site-packages/PyNIO/nio.so, 2): Library not loaded: @rpath/libicui18n.56.dylib</div>
<div class="">&nbsp; Referenced from: //anaconda/lib/libgdal.20.dylib</div>
<div class="">&nbsp; Reason: no suitable image found. &nbsp;Did find:</div>
<div class=""><span class="Apple-tab-span" style="white-space:pre"></span>/usr/local/lib/libicui18n.56.dylib: stat() failed with errno=13</div>
</div>
<div class=""><br class="">
</div>
<div class="">Thanks,</div>
<div class="">Xingang</div>
<div class=""><br class="">
</div>
<span id="OLK_SRC_BODY_SECTION" class="">
<div style="font-family: Calibri; font-size: 11pt; text-align: left; border-width: 1pt medium medium; border-style: solid none none; padding: 3pt 0in 0in; border-top-color: rgb(181, 196, 223);" class="">
<span style="font-weight:bold" class="">From: </span>Kevin Hallock &lt;<a href="mailto:hallock@ucar.edu" class="">hallock@ucar.edu</a>&gt;<br class="">
<span style="font-weight:bold" class="">Date: </span>Monday, December 12, 2016 11:43 AM<br class="">
<span style="font-weight:bold" class="">To: </span>Xingang Fan &lt;<a href="mailto:xingang.fan@wku.edu" class="">xingang.fan@wku.edu</a>&gt;<br class="">
<span style="font-weight:bold" class="">Cc: </span>&quot;<a href="mailto:pyngl-talk@ucar.edu" class="">pyngl-talk@ucar.edu</a>&quot; &lt;<a href="mailto:pyngl-talk@ucar.edu" class="">pyngl-talk@ucar.edu</a>&gt;<br class="">
<span style="font-weight:bold" class="">Subject: </span>Re: [pyngl-talk] Help with PyNIO installation<br class="">
</div>
<div class=""><br class="">
</div>
<div class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Hi Xingang,
<div class=""><br class="">
</div>
<div class="">Could you please try running “conda install -c conda-forge pyngl pynio” instead of “conda install -c ncar -c khallock pyngl pynio”?</div>
<div class=""><br class="">
</div>
<div class="">Previously, using the channels “ncar” and “khallock” (with the flags “-c ncar” and “-c khallock”) was the only way to install PyNIO and PyNGL using conda, but we have since uploaded PyNIO, PyNGL, and NCL to the conda-forge channel. Conda-forge
 provides excellent compatibility between packages in order to avoid the dependency issues you experienced, so I would strongly recommend using “-c conda-forge” in your case.</div>
<div class=""><br class="">
</div>
<div class="">Kevin</div>
<div class=""><br class="">
<div class="">
<blockquote type="cite" class="">
<div class="">On Dec 10, 2016, at 7:55 AM, Fan, Xingang &lt;<a href="mailto:xingang.fan@wku.edu" class="">xingang.fan@wku.edu</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-size: 14px; font-family: Calibri, sans-serif;" class="">
<div class="">Hi, Kevin:</div>
<div class=""><br class="">
</div>
<div class="">I am installing the packages in virtual machine that runs Ubuntu. I got it worked one time, but when I later found that I needed basemap. So, I reinstalled everything and nw got a question I don't understand. The following was what I did:</div>
<div class=""><br class="">
</div>
<div class="">Install anaconda</div>
<div class="">Conda update --all</div>
<div class="">Created a new environment where:</div>
<div class="">&nbsp; &nbsp; &nbsp;netcdf4 and basemap were installed</div>
<div class="">Cloned the above environment for adding NGL packages, where:</div>
<div class="">&nbsp; &nbsp; &nbsp;pygrib was installed (conda install –c conda-forge pygrib</div>
<div class="">&nbsp; &nbsp; &nbsp;Then, when I try to install: conda install –c ncar –c khallock pyngl pynio</div>
<div class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;The following messages were given:</div>
<div class=""><br class="">
</div>
<div class="">
<div class="">UnsatisfiableError: The following specifications were found to be in conflict:</div>
<div class="">&nbsp; - h5py -&gt; hdf5 1.8.13|1.8.14|1.8.15.1|1.8.16|1.8.9</div>
<div class="">&nbsp; - h5py -&gt; numpy 1.11*|1.5*|1.6*|1.7*|1.8*</div>
<div class="">&nbsp; - h5py -&gt; python 2.6*|3.3*|3.4*|3.5*</div>
<div class="">&nbsp; - pynio</div>
<div class="">Use &quot;conda info &lt;package&gt;&quot; to see the dependencies for each package.</div>
</div>
<div class=""><br class="">
</div>
<div class="">First, I don't understand who and who are in conflict. Second, how to get around?</div>
<div class=""><br class="">
</div>
<div class="">I remember the time I got pygrib, Nio, Ngl imported without problem was when I didn't have basemap in the same new environment (just create a new environment for my use, not cloned one). But I hope I can have them all in the same place.</div>
<div class=""><br class="">
</div>
<div class="">Your help is much appreciated!</div>
<div class=""><br class="">
</div>
<div class="">Xingang</div>
<div class=""><br class="">
</div>
<div class="">P.s. A full list of packages in my new environment is attached below:</div>
<div class=""><br class="">
</div>
<div class="">
<div class="">(metlab) xfan@xfan-VirtualBox:~$ conda list</div>
<div class=""># packages in environment at /home/xfan/anaconda2/envs/metlab:</div>
<div class="">#</div>
<div class="">_license &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_1 &nbsp;</div>
<div class="">_nb_ext_conf &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.3.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">alabaster &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.7.9 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">anaconda &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;custom &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_0 &nbsp;</div>
<div class="">anaconda-clean &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.0.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">anaconda-client &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.6.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">anaconda-navigator &nbsp; &nbsp; &nbsp; &nbsp;1.3.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">argcomplete &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.0.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_1 &nbsp;</div>
<div class="">astroid &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.4.7 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">astropy &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.2.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; np111py27_0 &nbsp;</div>
<div class="">babel &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2.3.4 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">backports &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">backports_abc &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.5 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">basemap &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.0.7 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; np111py27_0 &nbsp;</div>
<div class="">beautifulsoup4 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;4.5.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">bitarray &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.8.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">blaze &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.10.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_0 &nbsp;</div>
<div class="">bokeh &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.12.3 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_0 &nbsp;</div>
<div class="">boto &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.43.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_0 &nbsp;</div>
<div class="">bottleneck &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.1.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; np111py27_0 &nbsp;</div>
<div class="">cairo &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.12.18 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 6 &nbsp;</div>
<div class="">cdecimal &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.3 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_2 &nbsp;</div>
<div class="">cffi &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.9.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">chest &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.2.3 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">click &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 6.6 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">cloudpickle &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.2.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">clyent &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.2.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">colorama &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.3.7 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">configobj &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 5.0.6 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">configparser &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3.5.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">contextlib2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.5.4 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">cryptography &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.6 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">curl &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;7.49.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1 &nbsp;</div>
<div class="">cycler &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.10.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_0 &nbsp;</div>
<div class="">cython &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.25.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_0 &nbsp;</div>
<div class="">cytoolz &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.8.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">dask &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.12.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_0 &nbsp;</div>
<div class="">datashape &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.5.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">dbus &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.10.10 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0 &nbsp;</div>
<div class="">decorator &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4.0.10 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_1 &nbsp;</div>
<div class="">dill &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.2.5 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">docutils &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.12 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_2 &nbsp;</div>
<div class="">dynd-python &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.7.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">ecmwf_grib &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.16.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1 &nbsp; &nbsp;conda-forge</div>
<div class="">entrypoints &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.2.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">enum34 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.1.6 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">et_xmlfile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.0.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">expat &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2.1.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0 &nbsp;</div>
<div class="">fastcache &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.0.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_1 &nbsp;</div>
<div class="">filelock &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.0.7 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">flask &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.11.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_0 &nbsp;</div>
<div class="">flask-cors &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.1.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">fontconfig &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.11.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;6 &nbsp;</div>
<div class="">freetype &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.5.5 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1 &nbsp;</div>
<div class="">funcsigs &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.0.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">functools32 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 3.2.3.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">futures &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 3.0.5 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">geos &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3.4.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0 &nbsp;</div>
<div class="">get_terminal_size &nbsp; &nbsp; &nbsp; &nbsp; 1.0.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">gevent &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.1.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">glib &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.43.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1 &nbsp;</div>
<div class="">greenlet &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.4.10 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_0 &nbsp;</div>
<div class="">grin &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.2.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_3 &nbsp;</div>
<div class="">gst-plugins-base &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.8.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0 &nbsp;</div>
<div class="">gstreamer &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.8.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0 &nbsp;</div>
<div class="">h5py &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.6.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; np111py27_2 &nbsp;</div>
<div class="">harfbuzz &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.9.39 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1 &nbsp;</div>
<div class="">hdf4 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;4.2.12 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0 &nbsp;</div>
<div class="">hdf5 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.8.17 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1 &nbsp;</div>
<div class="">heapdict &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.0.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_1 &nbsp;</div>
<div class="">icu &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 54.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0 &nbsp;</div>
<div class="">idna &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">imagesize &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.7.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">ipaddress &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.0.17 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_0 &nbsp;</div>
<div class="">ipykernel &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4.5.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">ipython &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 5.1.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">ipython_genutils &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.1.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">ipywidgets &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;5.2.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">itsdangerous &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.24 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_0 &nbsp;</div>
<div class="">jasper &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.900.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1 &nbsp; &nbsp;conda-forge</div>
<div class="">jbig &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0 &nbsp;</div>
<div class="">jdcal &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.3 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">jedi &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.9.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_1 &nbsp;</div>
<div class="">jinja2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.8 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_1 &nbsp;</div>
<div class="">jpeg &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;8d &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2 &nbsp;</div>
<div class="">jsonschema &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.5.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">jupyter &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.0.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_3 &nbsp;</div>
<div class="">jupyter_client &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;4.4.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">jupyter_console &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 5.0.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">jupyter_core &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;4.2.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">lazy-object-proxy &nbsp; &nbsp; &nbsp; &nbsp; 1.2.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">libdynd &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.7.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0 &nbsp;</div>
<div class="">libffi &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3.2.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0 &nbsp;</div>
<div class="">libgcc &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;5.2.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0 &nbsp;</div>
<div class="">libgfortran &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 3.0.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1 &nbsp;</div>
<div class="">libiconv &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.14 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0 &nbsp;</div>
<div class="">libnetcdf &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4.4.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0 &nbsp;</div>
<div class="">libpng &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.6.26 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0 &nbsp; &nbsp;conda-forge</div>
<div class="">libsodium &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.0.10 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0 &nbsp;</div>
<div class="">libtiff &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4.0.6 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2 &nbsp;</div>
<div class="">libxcb &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.12 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1 &nbsp;</div>
<div class="">libxml2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2.9.4 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0 &nbsp;</div>
<div class="">libxslt &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.1.28 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0 &nbsp;</div>
<div class="">llvmlite &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.14.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_0 &nbsp;</div>
<div class="">locket &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.2.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_1 &nbsp;</div>
<div class="">lxml &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3.6.4 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">markupsafe &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.23 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_2 &nbsp;</div>
<div class="">matplotlib &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.5.3 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; np111py27_1 &nbsp;</div>
<div class="">mistune &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.7.3 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">mkl &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 11.3.3 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0 &nbsp;</div>
<div class="">mkl-service &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.1.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_2 &nbsp;</div>
<div class="">mpmath &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.19 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_1 &nbsp;</div>
<div class="">multipledispatch &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.4.9 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">nb_anacondacloud &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.2.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">nb_conda &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.0.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">nb_conda_kernels &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.0.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">nbconvert &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4.2.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">nbformat &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;4.2.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">nbpresent &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 3.0.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">netcdf4 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.2.4 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; np111py27_0 &nbsp;</div>
<div class="">networkx &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.11 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_0 &nbsp;</div>
<div class="">nltk &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3.2.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">nose &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.3.7 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_1 &nbsp;</div>
<div class="">notebook &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;4.2.3 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">numba &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.29.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;np111py27_0 &nbsp;</div>
<div class="">numexpr &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2.6.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; np111py27_1 &nbsp;</div>
<div class="">numpy &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.11.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_0 &nbsp;</div>
<div class="">odo &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.5.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_1 &nbsp;</div>
<div class="">openpyxl &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.4.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">openssl &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.0.2j &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0 &nbsp;</div>
<div class="">pandas &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.19.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;np111py27_0 &nbsp;</div>
<div class="">partd &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.3.6 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">patchelf &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.9 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0 &nbsp;</div>
<div class="">path.py &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 8.2.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">pathlib2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.1.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">patsy &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.4.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">pep8 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.7.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">pexpect &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4.0.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">pickleshare &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.7.4 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">pillow &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3.4.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">pip &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 9.0.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_1 &nbsp;</div>
<div class="">pixman &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.32.6 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0 &nbsp;</div>
<div class="">pkginfo &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.4.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">ply &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 3.9 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">prompt_toolkit &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.0.9 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">psutil &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;5.0.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">ptyprocess &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.5.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">py &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.4.31 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_0 &nbsp;</div>
<div class="">pyasn1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.1.9 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">pycairo &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.10.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_0 &nbsp;</div>
<div class="">pycosat &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.6.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_1 &nbsp;</div>
<div class="">pycparser &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2.17 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_0 &nbsp;</div>
<div class="">pycrypto &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.6.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_4 &nbsp;</div>
<div class="">pycurl &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;7.43.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_0 &nbsp;</div>
<div class="">pyflakes &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.3.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">pygments &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.1.3 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">pygrib &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.0.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp; &nbsp;conda-forge</div>
<div class="">pylint &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.5.4 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_1 &nbsp;</div>
<div class="">pyopenssl &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 16.2.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_0 &nbsp;</div>
<div class="">pyparsing &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2.1.4 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">pyproj &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.9.5.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp; &nbsp;conda-forge</div>
<div class="">pyqt &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;5.6.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">pytables &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3.3.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; np111py27_0 &nbsp;</div>
<div class="">pytest &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3.0.5 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">python &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.7.12 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1 &nbsp;</div>
<div class="">python-dateutil &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2.6.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">pytz &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2016.10 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">pyyaml &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3.12 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_0 &nbsp;</div>
<div class="">pyzmq &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 16.0.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_0 &nbsp;</div>
<div class="">qt &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;5.6.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1 &nbsp;</div>
<div class="">qtawesome &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.3.3 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">qtconsole &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4.2.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_1 &nbsp;</div>
<div class="">qtpy &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.1.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">readline &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;6.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2 &nbsp;</div>
<div class="">redis &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 3.2.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0 &nbsp;</div>
<div class="">redis-py &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.10.5 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_0 &nbsp;</div>
<div class="">requests &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.12.3 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_0 &nbsp;</div>
<div class="">rope &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.9.4 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_1 &nbsp;</div>
<div class="">scikit-image &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.12.3 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;np111py27_1 &nbsp;</div>
<div class="">scikit-learn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.18.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;np111py27_0 &nbsp;</div>
<div class="">scipy &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.18.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;np111py27_0 &nbsp;</div>
<div class="">setuptools &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;27.2.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_0 &nbsp;</div>
<div class="">simplegeneric &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.8.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_1 &nbsp;</div>
<div class="">singledispatch &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3.4.0.3 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">sip &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4.18 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_0 &nbsp;</div>
<div class="">six &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.10.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_0 &nbsp;</div>
<div class="">snowballstemmer &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.2.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">sockjs-tornado &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.0.3 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">sphinx &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.5 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">spyder &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3.0.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">sqlalchemy &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.1.4 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">sqlite &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3.13.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0 &nbsp;</div>
<div class="">ssl_match_hostname &nbsp; &nbsp; &nbsp; &nbsp;3.4.0.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_1 &nbsp;</div>
<div class="">statsmodels &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.6.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; np111py27_1 &nbsp;</div>
<div class="">sympy &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">terminado &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.6 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">tk &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;8.5.18 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0 &nbsp;</div>
<div class="">toolz &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.8.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">tornado &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4.4.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">traitlets &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4.3.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">unicodecsv &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.14.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_0 &nbsp;</div>
<div class="">wcwidth &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.1.7 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">werkzeug &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.11.11 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_1 &nbsp;</div>
<div class="">wheel &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.29.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_0 &nbsp;</div>
<div class="">widgetsnbextension &nbsp; &nbsp; &nbsp; &nbsp;1.2.6 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">wrapt &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.10.8 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; py27_0 &nbsp;</div>
<div class="">xlrd &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.0.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">xlsxwriter &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.9.4 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">xlwt &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.1.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py27_0 &nbsp;</div>
<div class="">xz &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;5.2.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0 &nbsp;</div>
<div class="">yaml &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.1.6 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0 &nbsp;</div>
<div class="">zeromq &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;4.1.5 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0 &nbsp;</div>
<div class="">zlib &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.2.8 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 3</div>
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<span id="OLK_SRC_BODY_SECTION" class="">
<div style="font-family: Calibri; font-size: 11pt; text-align: left; border-width: 1pt medium medium; border-style: solid none none; padding: 3pt 0in 0in; border-top-color: rgb(181, 196, 223);" class="">
<span style="font-weight:bold" class="">From: </span>Kevin Hallock &lt;<a href="mailto:hallock@ucar.edu" class="">hallock@ucar.edu</a>&gt;<br class="">
<span style="font-weight:bold" class="">Date: </span>Wednesday, December 7, 2016 2:19 PM<br class="">
<span style="font-weight:bold" class="">To: </span>Xingang Fan &lt;<a href="mailto:xingang.fan@wku.edu" class="">xingang.fan@wku.edu</a>&gt;<br class="">
<span style="font-weight:bold" class="">Cc: </span>&quot;<a href="mailto:pyngl-talk@ucar.edu" class="">pyngl-talk@ucar.edu</a>&quot; &lt;<a href="mailto:pyngl-talk@ucar.edu" class="">pyngl-talk@ucar.edu</a>&gt;<br class="">
<span style="font-weight:bold" class="">Subject: </span>Re: [pyngl-talk] Help with PyNIO installation<br class="">
</div>
<div class=""><br class="">
</div>
<div class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Hi Xingang,
<div class=""><br class="">
</div>
<div class="">You’re welcome!</div>
<div class=""><br class="">
</div>
<div class="">While Anaconda can be installed on Windows, we only have Mac OS X and Linux 64-bit versions of PyNGL or PyNIO available on Anaconda. In your case, I think Linux virtual machines would probably be the best/simplest option.</div>
<div class=""><br class="">
</div>
<div class="">Kevin</div>
<div class=""><br class="">
</div>
<div class="">
<div class="">
<blockquote type="cite" class="">
<div class="">On Dec 7, 2016, at 12:41 PM, Fan, Xingang &lt;<a href="mailto:xingang.fan@wku.edu" class="">xingang.fan@wku.edu</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-size: 14px; font-family: Calibri, sans-serif;" class="">
<div class="">Hi, Kevin:</div>
<div class=""><br class="">
</div>
<div class="">Thank you so much for getting back with me!</div>
<div class=""><br class="">
</div>
<div class="">I am trying anaconda on my MacBook Pro.</div>
<div class=""><br class="">
</div>
<div class="">One question: Can anaconda be installed on Windows system with the PyNGL and PyNIO, pygrib to work? Or it has to be on a virtual machine. Our lab have all windows machines. Thanks!</div>
<div class=""><br class="">
</div>
<div class="">Xingang</div>
<div class=""><br class="">
</div>
<span id="OLK_SRC_BODY_SECTION" class="">
<div style="font-family: Calibri; font-size: 11pt; text-align: left; border-width: 1pt medium medium; border-style: solid none none; padding: 3pt 0in 0in; border-top-color: rgb(181, 196, 223);" class="">
<span style="font-weight:bold" class="">From: </span>Kevin Hallock &lt;<a href="mailto:hallock@ucar.edu" class="">hallock@ucar.edu</a>&gt;<br class="">
<span style="font-weight:bold" class="">Date: </span>Wednesday, December 7, 2016 1:37 PM<br class="">
<span style="font-weight:bold" class="">To: </span>Xingang Fan &lt;<a href="mailto:xingang.fan@wku.edu" class="">xingang.fan@wku.edu</a>&gt;<br class="">
<span style="font-weight:bold" class="">Cc: </span>&quot;<a href="mailto:pyngl-talk@ucar.edu" class="">pyngl-talk@ucar.edu</a>&quot; &lt;<a href="mailto:pyngl-talk@ucar.edu" class="">pyngl-talk@ucar.edu</a>&gt;<br class="">
<span style="font-weight:bold" class="">Subject: </span>Re: [pyngl-talk] Help with PyNIO installation<br class="">
</div>
<div class=""><br class="">
</div>
<div class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Hi,
<div class=""><br class="">
</div>
<div class="">Is there any chance you could possibly use Anaconda/Miniconda on these virtual machines instead of Enthought Canopy? As far as I am aware, there is no easy way for us to create and distribute a version of our software that is built against Enthought
 Canopy’s libraries.</div>
<div class=""><br class="">
</div>
<div class="">However, we do have up-to-date versions PyNGL and PyNIO (and NCL) available on the &quot;conda-forge” Anaconda channel, which also hosts many other commonly used scientific packages (including pygrib!). Unfortunately, Anaconda and Enthought Canopy
 may not be compatible; in order for Anaconda to work properly, its provided python needs to be the “default” python.</div>
<div class=""><br class="">
</div>
<div class="">We have information regarding the installation of Anaconda/Miniconda on the PyNGL/PyNIO download page:
<a href="https://www.pyngl.ucar.edu/Download/" class="">https://www.pyngl.ucar.edu/Download/</a></div>
<div class=""><br class="">
</div>
<div class="">In order to use the recommended &quot;conda-forge&quot; versions (different from the example on the linked page), create a conda environment using a command such as:</div>
<div class=""><font face="Courier New" class="">conda create --name &lt;env_name&gt; --channel conda-forge pynio pyngl</font></div>
<div class=""><br class="">
</div>
<div class="">and then activate the environment:</div>
<div class=""><font face="Courier New" class="">source activate &lt;env_name&gt;</font></div>
<div class=""><br class="">
</div>
<div class="">Note that “&lt;env_name&gt;” can be whatever you would like your conda environment to be named; for example, the linked documentation above uses “pyn_test”.</div>
<div class=""><br class="">
</div>
<div class="">If using Anaconda/Miniconda is not possible, then we will have to further troubleshoot building PyNIO from source code.</div>
<div class=""><br class="">
</div>
<div class="">Please let us know if this information helps!</div>
<div class=""><br class="">
</div>
<div class="">Thanks,</div>
<div class="">Kevin</div>
<div class=""><br class="">
<div class="">
<blockquote type="cite" class="">
<div class="">On Dec 6, 2016, at 12:38 PM, Fan, Xingang &lt;<a href="mailto:xingang.fan@wku.edu" class="">xingang.fan@wku.edu</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-size: 14px; font-family: Calibri, sans-serif;" class="">
<div style="font-family: Calibri, sans-serif; font-size: 14px;" class="">Hi,</div>
<div style="font-family: Calibri, sans-serif; font-size: 14px;" class=""><br class="">
</div>
<div style="font-family: Calibri, sans-serif; font-size: 14px;" class="">I am using Enthought Canopy as my default python. I would like to get PyNIO and PyNGL installed.&nbsp;</div>
<div style="font-family: Calibri, sans-serif; font-size: 14px;" class=""><br class="">
</div>
<div style="font-family: Calibri, sans-serif; font-size: 14px;" class="">I have tried to download the prebuilt binaries, none of them work for my Ubuntu environment (I have to use the VirtualBox and have a Virtual Machine of Ubuntu system on my windows machines
 for our classroom use, because I wanted to have pygrib, PyNIO, and PyNGL). Although the prebuilt packages worked for my MacBook Pro, where the Canopy was also installed.&nbsp;</div>
<div style="font-family: Calibri, sans-serif; font-size: 14px;" class=""><br class="">
</div>
<div style="font-family: Calibri, sans-serif; font-size: 14px;" class="">Then I had to try to install from the source code of PyNIO. I have followed the instructions online at&nbsp;<a href="https://www.pyngl.ucar.edu/Download/build_pynio_from_src.shtml#HDF4" class="">https://www.pyngl.ucar.edu/Download/build_pynio_from_src.shtml</a>.</div>
<div style="font-family: Calibri, sans-serif; font-size: 14px;" class="">And all non-optional packages have been installed without problem. However, when I get down to install PyNIO, it seemed installed, but the import Nio showed the following error messages:</div>
<div style="font-family: Calibri, sans-serif; font-size: 14px;" class=""><br class="">
</div>
<div style="font-family: Calibri, sans-serif; font-size: 14px;" class="">
<div class="">import Nio</div>
<div class="">---------------------------------------------------------------------------</div>
<div class="">ImportError &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Traceback (most recent call last)</div>
<div class="">&lt;ipython-input-1-d77b80fd2dfc&gt; in &lt;module&gt;()</div>
<div class="">----&gt; 1 import Nio</div>
<div class=""><br class="">
</div>
<div class="">/home/xfan/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/PyNIO/Nio.py in &lt;module&gt;()</div>
<div class="">&nbsp; &nbsp; &nbsp;61 '''</div>
<div class="">&nbsp; &nbsp; &nbsp;62&nbsp;</div>
<div class="">---&gt; 63 from nio import *</div>
<div class="">&nbsp; &nbsp; &nbsp;64 from nio import _C_API</div>
<div class="">&nbsp; &nbsp; &nbsp;65&nbsp;</div>
<div class=""><br class="">
</div>
<div class="">ImportError: /home/xfan/Canopy/appdata/canopy-1.7.4.3348.rh5-x86_64/lib/libgfortran.so.3: version `GFORTRAN_1.4' not found (required by /home/xfan/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/PyNIO/nio.so)</div>
<div class=""><br class="">
</div>
<div class="">PLEASE help see what's the problem. While installing, I have the following environment variables set:</div>
<div class="">
<div class="">export HAS_NETCDF4=1</div>
<div class="">export HAS_HDF5=1</div>
<div class="">export NETCDF_PREFIX=/usr/local</div>
<div class="">export F2CLIBS=gfortran</div>
<div class="">export F2CLIBS_PREFIX=/usr/lib/x86_64-linux-gnu</div>
</div>
<div class=""><br class="">
</div>
<div class="">Thanks,</div>
<div class="">
<div class="">
<div class="">--&nbsp;</div>
<div class="">
<div style="margin: 0in 0in 0.0001pt; font-size: 11pt;" class="">Xingang Fan, Ph. D.,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Department of Geography and Geology<o:p class=""></o:p></div>
<div style="margin: 0in 0in 0.0001pt; font-size: 11pt;" class="">Associate Professor&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Western Kentucky University<o:p class=""></o:p></div>
<div style="margin: 0in 0in 0.0001pt; font-size: 11pt;" class="">of Meteorology&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1906 College Heights Blvd., #31066<o:p class=""></o:p></div>
<div style="margin: 0in 0in 0.0001pt; font-size: 11pt;" class="">270-745-5980 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bowling Green, KY 42101-1066<o:p class=""></o:p></div>
<div style="margin: 0in 0in 0.0001pt; font-size: 11pt;" class=""><a href="mailto:xingang.fan@wku.edu" style="color: purple; " class="">xingang.fan@wku.edu</a><o:p class=""></o:p></div>
<div style="margin: 0in 0in 0.0001pt; font-size: 11pt;" class=""><a href="http://people.wku.edu/xingang.fan" style="color: purple; " class="">http://people.wku.edu/xingang.fan</a></div>
</div>
</div>
</div>
</div>
</div>
_______________________________________________<br class="">
pyngl-talk mailing list<br class="">
List instructions, subscriber options, unsubscribe:<br class="">
<a href="http://mailman.ucar.edu/mailman/listinfo/pyngl-talk" class="">http://mailman.ucar.edu/mailman/listinfo/pyngl-talk</a><br class="">
</div>
</blockquote>
</div>
<br class="">
</div>
</div>
</div>
</span></div>
</div>
</blockquote>
</div>
<br class="">
</div>
</div>
</div>
</span></div>
</div>
</blockquote>
</div>
<br class="">
</div>
</div>
</div>
</span></div>
</div>
</blockquote>
</div>
<br class="">
</div>
</div>
</div>
</span>
</body>
</html>