You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@madlib.apache.org by "schmirr (JIRA)" <ji...@apache.org> on 2017/07/17 15:42:00 UTC

[jira] [Created] (MADLIB-1140) Error in pmml function : ImportError: No module named builder

schmirr created MADLIB-1140:
-------------------------------

             Summary: Error in pmml function :  ImportError: No module named builder
                 Key: MADLIB-1140
                 URL: https://issues.apache.org/jira/browse/MADLIB-1140
             Project: Apache MADlib
          Issue Type: Bug
            Reporter: schmirr


I'm using madlib 1.11 on PostgreSQL 9.6.3 on x86_64

creating models is working, but when trying to export to pmml, I get following error : 

{code}
ERROR:  ImportError: No module named builder
CONTEXT:  Traceback (most recent call last):
  PL/Python function "pmml", line 7, in <module>
    from pmml import table_to_pmml
  PL/Python function "pmml", line 10, in <module>
PL/Python function "pmml"
********** Error **********

ERROR: ImportError: No module named builder
SQL state: 38000
Context: Traceback (most recent call last):
  PL/Python function "pmml", line 7, in <module>
    from pmml import table_to_pmml
  PL/Python function "pmml", line 10, in <module>
PL/Python function "pmml"
{code}




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)