PythonKit load python library successed but Py_Initialize failed

Hi. :wave:

@pvieito

I find a demo which use the PythonKit, but i run the demo, i get those information

I had set the environment key PYTHON_LIBRARY=/usr/bin/python3

Many thanks if you're to advise! I know this sort of thing is difficult to comment on.
Kind Regards,

PYTHON_LIBRARY has to point to the library file, compare the description in this demo project.

(On macOS, you should not need this variable.)

Thx for reply :smile:

If i don't set this environment, PythonKit will not find the correct Python library to load :rofl: