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.
The homebrew version of MonetDB was built with the option
-DPY3INTEGRATION=OFF, in other words, there is no Python integration in the homebrew version.If you want, you can try to compile it yourself using the homebrew formula after changing that
OFFintoON.