You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to install opencv4nodejs with opencv 4.3.0 in a docker container. I think it's failing because it's trying to run node-gyp using multiple cores which is not working inside the container for some reason. I fixed the issue by changing the --jobs max argument for node-gyp to --jobs 1 on this line:
I'm trying to install opencv4nodejs with opencv 4.3.0 in a docker container. I think it's failing because it's trying to run node-gyp using multiple cores which is not working inside the container for some reason. I fixed the issue by changing the
--jobs max
argument for node-gyp to--jobs 1
on this line:https://github.com/justadudewhohacks/opencv4nodejs/blob/master/install/install.js#L80
This is the Dockerfile for the container:
Error Message
There's no clear error message, it compiles a few files then after
Release/obj.target/opencv4nodejs/cc/core/HistAxes.o
it gets stuck then terminates:Auto Build - Full Error Log
See attached full error log.
20210923-opencv4nodejs-error-log.txt
The text was updated successfully, but these errors were encountered: