<br><br><div class="gmail_quote">On Tue Nov 11 2014 at 5:17:53 PM Felisha Lawrence <<a href="mailto:felisha.lawrence@gmail.com">felisha.lawrence@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hello, <br></div>I am trying to install a version of pyart in OSX and I keep getting this error <br><br><pre><span>--------------------------------------------------------------------------</span>
<span>ImportError</span>                               Traceback (most recent call last)
<span><ipython-input-21-bb2fade1b952></span> in <span><module><span>()</span>
<span>----> 1<span> <span>import</span> </span>pyart</span><span></span></span>

<span>/Users/felishalawrence/anaconda/lib/python2.7/site-packages/pyart/__init__.py</span> in <span><module><span>()</span>
<span>      9</span> <span>from</span> <span>.</span></span>version <span>import</span> version <span>as</span> __version__<span></span>
<span>     10</span> <span>#import subpackages</span><span></span><span></span>
<span>---> 11<span> <span>from</span> <span>.</span> <span>import</span> </span>core</span><span></span>
<span>     12</span> <span>from</span> <span>.</span> <span>import</span> io<span></span>
<span>     13</span> <span>from</span> <span>.</span> <span>import</span> correct<span></span>

<span>ImportError</span>: cannot import name core
</pre><br clear="all"><div><div>Any help as to what this means and how to fix it?<br><br></div></div></div></blockquote><div><br></div><div><div>I don't know what pyart is, unfortunately.</div><div><br></div><div>Web searches are hitting several projects that have the name 'pyart', but have different functionality.  I will guess from context that you're talking about:</div><div><br></div><div>    <a href="http://arm-doe.github.io/pyart/">http://arm-doe.github.io/pyart/</a><br></div><div><br></div></div><div>but can not be absolutely certain.  Please be specific about what third-party package you're trying to use, because unfortunately it's ambiguous.</div><div><br></div><div>How did you install pyart?  I would expect the error you're seeing only if the third party package were incorrectly installed.</div><div><br></div></div>