I'm on Version 6.6.14 of Greenplum and trying to enable python 3. When I try to enable it with this command:
CREATE LANGUAGE plpython3u;
I get the following error:
ERROR: could not access file "$libdir/plpython3": No such file or directory
Any I idea on how to get python3 enabled ?