[Tutor] Error Cannot Import Name Core

Danny Yoo dyoo at hashcollision.org
Wed Nov 12 02:46:48 CET 2014


On Tue Nov 11 2014 at 5:17:53 PM Felisha Lawrence <
felisha.lawrence at gmail.com> wrote:

> Hello,
> I am trying to install a version of pyart in OSX and I keep getting this
> error
>
> --------------------------------------------------------------------------ImportError                               Traceback (most recent call last)<ipython-input-21-bb2fade1b952> in <module>()----> 1 import pyart
> /Users/felishalawrence/anaconda/lib/python2.7/site-packages/pyart/__init__.py in <module>()      9 from .version import version as __version__     10 #import subpackages---> 11 from . import core     12 from . import io     13 from . import correct
> ImportError: cannot import name core
>
>
> Any help as to what this means and how to fix it?
>
>
I don't know what pyart is, unfortunately.

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:

    http://arm-doe.github.io/pyart/

but can not be absolutely certain.  Please be specific about what
third-party package you're trying to use, because unfortunately it's
ambiguous.

How did you install pyart?  I would expect the error you're seeing only if
the third party package were incorrectly installed.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20141112/41cb19d1/attachment.html>


More information about the Tutor mailing list