You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Amy Koh (Jira)" <ji...@apache.org> on 2020/09/09 16:51:00 UTC

[jira] [Created] (ZEPPELIN-5032) Unclear error "TypeError: required field "type_ignores" missing from Module"

Amy Koh created ZEPPELIN-5032:
---------------------------------

             Summary: Unclear error "TypeError: required field "type_ignores" missing from Module"
                 Key: ZEPPELIN-5032
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5032
             Project: Zeppelin
          Issue Type: Bug
          Components: Interpreters
    Affects Versions: 0.9.0
            Reporter: Amy Koh


I've just installed Zeppelin and created a notebook. When I tried to import pandas as per the tutorial, the following error is thrown.
{code:java}
import pandas as pd{code}
{noformat}
Traceback (most recent call last): File "/tmp/1599669737425-0/zeppelin_python.py", line 162, in <module> code = compile(mod, '<stdin>', 'exec') TypeError: required field "type_ignores" missing from Module{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)