GitHub user jingyimei opened a pull request:

    https://github.com/apache/madlib/pull/186

    Add error message for checking postgres install configuration

    MADlib needs to be installed on a postgres with python extension. If
    postgres is not configured with the `--with-python` option, madpack
    installation will failed for not finding $libdir/plpython2 directory.
    This commit add some instructions when this failure happens.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jingyimei/madlib python_error_message

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/madlib/pull/186.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #186
    
----
commit f123105aa543953a12757eb228d33e10f6979b9f
Author: Jingyi Mei <[email protected]>
Date:   2017-09-19T19:01:02Z

    Add error message for checking postgres install configuration
    
    MADlib needs to be installed on a postgres with python configured. If
    postgres is not configured with the `--with-python` option, madpack
    installation will failed for not finding $libdir/plpython2 directory.
    This commit add some instructions when this failure happens.

----


---

Reply via email to