This is the error when trying to run a Python loader function through mclient.
TypeException:user.main[4]:'pyapi3.eval' undefined: Embedded Python 3 has
not been installed. Please install it first, then start server with --set embedded_py=3
When typing monetdb get all
I can see that embedpy3
is set to yes
because I have already done the -- set embedded_py3=yes
.
I have installed monetdb through homebrew on macos.