You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Jayant Raj (JIRA)" <ji...@apache.org> on 2016/08/05 01:41:20 UTC

[jira] [Created] (ZEPPELIN-1295) ImportError: No module named pandas

Jayant Raj created ZEPPELIN-1295:
------------------------------------

             Summary: ImportError: No module named pandas
                 Key: ZEPPELIN-1295
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1295
             Project: Zeppelin
          Issue Type: Bug
          Components: python-interpreter
    Affects Versions: 0.5.6
         Environment: EMR 4.7.2, Running Zeppelin on Spark 1.6.2
            Reporter: Jayant Raj


Following code:
%pyspark
import pandas as pd

results in this error:
Traceback (most recent call last):
  File "/tmp/zeppelin_pyspark.py", line 225, in <module>
    eval(compiledCode)
  File "<string>", line 1, in <module>
ImportError: No module named pandas



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)