This commit is contained in:
wangjiyu 2025-04-15 22:17:15 +08:00
parent 0673469b29
commit 436f6a8d11
1 changed files with 1 additions and 0 deletions

View File

@ -270,6 +270,7 @@ bool RTCContext::init(const char* selfUserId, const char* selfDisplayName, const
//namespace np = boost::python::numpy;
//Py_Initialize(); // 初始化 Python
//np::initialize();
PyEval_InitThreads();
return true;
}