-
Notifications
You must be signed in to change notification settings - Fork 853
raspberry pi #176
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
Comments
Did you install opencv on it first? If so, can you post the npm-debug.log |
I actually got it working. I was running 2.4.1 opencv and that was not working. I downloaded and built 2.4.9 and then was able to get it running. Thx |
Hallo, trying to install it on the pi as well.
make: Entering directory '/usr/local/lib/node_modules/opencv/build' npm ERR! [email protected] install: any suggestions? |
I'm trying to build/install on raspberry pi. I've no idea if this is even supported but I thought I'd try. I get this:
Failed at the [email protected] preinstall script.
npm ERR! This is most likely a problem with the opencv package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp clean rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls opencv
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 3.12.28+
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! cwd /home/pi/projects/node-opencv
npm ERR! node -v v0.10.28
npm ERR! npm -v 1.4.9
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/pi/projects/node-opencv/npm-debug.log
npm ERR! not ok code 0
The text was updated successfully, but these errors were encountered: