Hello,
Could you please provide the node and python version that was used for this project?
I cannot build this project with the following error (npm install):
npm ERR! code 1
npm ERR! path C:\Projects\brainflow\javascript_package\nodejs-bind-cplusplus\node_modules\ffi
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c node-gyp rebuild
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp info using node-gyp@3.8.0
npm ERR! gyp info using node@16.14.0 | win32 | x64
npm ERR! gyp ERR! configure error
npm ERR! gyp ERR! stack Error: Command failed: C:\Users\amalia\AppData\Local\Programs\Python\Python38\python.EXE -c import sys; print "%s.%s.%s" % sys.version_info[:3];
npm ERR! gyp ERR! stack File "<string>", line 1
npm ERR! gyp ERR! stack import sys; print "%s.%s.%s" % sys.version_info[:3];
npm ERR! gyp ERR! stack ^
npm ERR! gyp ERR! stack SyntaxError: invalid syntax
npm ERR! gyp ERR! stack
npm ERR! gyp ERR! stack at ChildProcess.exithandler (node:child_process:399:12)
npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:520:28)
npm ERR! gyp ERR! stack at maybeClose (node:internal/child_process:1092:16)
npm ERR! gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5)
npm ERR! gyp ERR! System Windows_NT 10.0.19045
npm ERR! gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Projects\\brainflow\\javascript_package\\nodejs-bind-cplusplus\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
npm ERR! gyp ERR! cwd C:\Projects\brainflow\javascript_package\nodejs-bind-cplusplus\node_modules\ffi
npm ERR! gyp ERR! node -v v16.14.0
npm ERR! gyp ERR! node-gyp -v v3.8.0
npm ERR! gyp ERR! not ok
I have followed the instructions on https://github.com/nodejs/node-gyp but I guesss the project is much older so maybe an older version of python must be used?
Thanks
Hello,
Could you please provide the node and python version that was used for this project?
I cannot build this project with the following error (npm install):
I have followed the instructions on https://github.com/nodejs/node-gyp but I guesss the project is much older so maybe an older version of python must be used?
Thanks