-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue when running example script #5
Comments
I even tried on Ubuntu 18.04. I got this error on it,
Cloning into 'lib/emokit-c'...
make: Entering directory '/home/goksel/Codes/wits-master/node_modules/wits/build' npm ERR! A complete log of this run can be found in: |
Hello! Wits doesn't run on Windows yet, but on Linux after installing hidapi and mcrypt, it should work. Please have a look at the Dockerfile here, it might help: https://github.com/dashersw/brain-monitor/pull/1/files#diff-3254677a7917c6c01f55212f86c57fbf |
|
I am facing with this issue when i run the codes that is given in readme file.
C:\Codes\wits-master>node try1.js
C:\Codes\wits-master\node_modules\wits\node_modules\bindings\bindings.js:135
throw err;
^
Error: Could not locate the bindings file. Tried:
→ C:\Codes\wits-master\node_modules\wits\build\emotiv.node
→ C:\Codes\wits-master\node_modules\wits\build\Debug\emotiv.node
→ C:\Codes\wits-master\node_modules\wits\build\Release\emotiv.node
→ C:\Codes\wits-master\node_modules\wits\out\Debug\emotiv.node
→ C:\Codes\wits-master\node_modules\wits\Debug\emotiv.node
→ C:\Codes\wits-master\node_modules\wits\out\Release\emotiv.node
→ C:\Codes\wits-master\node_modules\wits\Release\emotiv.node
→ C:\Codes\wits-master\node_modules\wits\build\default\emotiv.node
→ C:\Codes\wits-master\node_modules\wits\compiled\10.16.3\win32\x64\emotiv.node
→ C:\Codes\wits-master\node_modules\wits\addon-build\release\install-root\emotiv.node
→ C:\Codes\wits-master\node_modules\wits\addon-build\debug\install-root\emotiv.node
→ C:\Codes\wits-master\node_modules\wits\addon-build\default\install-root\emotiv.node
→ C:\Codes\wits-master\node_modules\wits\lib\binding\node-v64-win32-x64\emotiv.node
at bindings (C:\Codes\wits-master\node_modules\wits\node_modules\bindings\bindings.js:126:9)
at Object. (C:\Codes\wits-master\node_modules\wits\index.js:1:35)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Module.require (internal/modules/cjs/loader.js:692:17)
at require (internal/modules/cjs/helpers.js:25:18)
at Object. (C:\Codes\wits-master\try1.js:1:14)
The text was updated successfully, but these errors were encountered: