You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Glenn Weidner (JIRA)" <ji...@apache.org> on 2017/03/14 18:25:41 UTC

[jira] [Created] (SYSTEMML-1400) Include pandas in required python packages

Glenn Weidner created SYSTEMML-1400:
---------------------------------------

             Summary: Include pandas in required python packages
                 Key: SYSTEMML-1400
                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1400
             Project: SystemML
          Issue Type: Improvement
            Reporter: Glenn Weidner
            Assignee: Glenn Weidner
            Priority: Minor


The converters.py imports pandas.  Without pandas in python environment, the following error was observed when importing systemml:
{code}
>>> import systemml as sml
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/site-packages/systemml/__init__.py", line 22, in <module>
    from .mlcontext import *
  File "/usr/lib/python2.7/site-packages/systemml/mlcontext.py", line 34, in <module>
    from .converters import *
  File "/usr/lib/python2.7/site-packages/systemml/converters.py", line 25, in <module>
    import pandas as pd
ImportError: No module named pandas
{code}

Although a user can pip-install pandas separately, it would be better to include it as part of systemml pip-install.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)