Closed LAKY911 closed 5 years ago
Do you have python3 installed and on the path?
same thing happened to me, I just fixed updating the code in wideq.js
//const pythonProcess = spawn('python', pythonArgs);
const cp = require('child_process');
const pythonProcess = cp.spwan('python', pythonArgs);
Hi, I get this error message on Win 10. Any way how to fix this? Thank you.