??????????????pyflink??????udf????????????????????????????????????
Caused by: java.io.IOException: Failed to execute the command: python -c import 
pyflink;import 
os;print(os.path.join(os.path.abspath(os.path.dirname(pyflink.__file__)), 
'bin'))
output: Could not find platform independent libraries <prefix&gt;
Could not find platform dependent libraries <exec_prefix&gt;
Consider setting $PYTHONHOME to <prefix&gt;[:<exec_prefix&gt;]
Fatal Python error: Py_Initialize: Unable to get the locale encoding
ModuleNotFoundError: No module named 'encodings'

回复