Himanshu Pandey created MADLIB-1373:
---------------------------------------
Summary: dev-check is failing in 5.17 and 5.21.1
Key: MADLIB-1373
URL: https://issues.apache.org/jira/browse/MADLIB-1373
Project: Apache MADlib
Issue Type: Bug
Components: Infrastructure: Automated Tests
Reporter: Himanshu Pandey
Few dev-check tests are failing with import errors
{code}
psql:/tmp/madlib.9mHx0r/deep_learning/madlib_keras.sql_in.tmp:129: ERROR:
ImportError: No module named keras (plpython.c:5038)
CONTEXT: Traceback (most recent call last):
PL/Python function "madlib_keras_fit", line 7, in <module>
from deep_learning import madlib_keras
PL/Python function "madlib_keras_fit", line 28, in <module>
PL/Python function "madlib_keras_fit"
{code}
or
{code}
psql:/tmp/madlib.u1wxiS/deep_learning/input_data_preprocessor.sql_in.tmp:55:
ERROR: ImportError: No module named numpy (plpython.c:5038)
CONTEXT: Traceback (most recent call last):
PL/Python function "training_preprocessor_dl", line 7, in <module>
from deep_learning import input_data_preprocessor
PL/Python function "training_preprocessor_dl", line 46, in <module>
PL/Python function "training_preprocessor_dl", line 19, in <module>
PL/Python function "training_preprocessor_dl"
(END)
{code}
I have tested in the following GPDB versions : 5.17.0 and 5.21.1 but these
might be failing for other versions as well.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)