场景:c++调用python脚本报错
解决方法:
编译选项添加 "-Xlinker -export-dynamic"
原因参见:https://blog.csdn.net/wkq0825/article/details/78974195