错误:无法从child_process
解析模块node_modules\python-shell\index.js
:在项目中找不到child_process。
const options = { pythonPath: 'C:\ Users \ mahmo \ AppData \ Local \ Programs \ Python \ Python36 \', };
PythonShell.run(
'C:\\Users\\user\\OneDrive\\Desktop\\mob\\src\\live_streaming.py',
options,
function(err) {
if (err) {
throw err;
}
console.log('finished');
},
);