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
Hello... I happily used this library (which is amazing btw) until I upgraded to node 20.12.2 (and python3). I'm back trying to install this now that version 7 is out which requires no configuration. I use a mac, I installed opencv, gcc via brew and I have xcode-select installed. I have node-gyp installed globally. I tried to install this package again but get the following error:
npm ERR! gyp: Call to 'node ./bin/install.js OPENCV4NODEJS_DEFINES' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
npm ERR! gyp ERR! configure error
npm ERR! gyp ERR! stack Error: gyp failed with exit code: 1
does this mean anything to anyone? Any pointers would be much appreciated as I am feeling out of my depth!
The text was updated successfully, but these errors were encountered:
According to my recent attempts to install the last version with a pre-installed OpenCV on ArchLinux, it seems it is still required to at least have the "OPENCV4NODEJS_DISABLE_AUTOBUILD=1" environment variable defined to prevent build-opencv to try building OpenCV from source.
Moreover, the "disableAutoBuild" in the package.json do no seem to work anymore to prevent the building.
Hello... I happily used this library (which is amazing btw) until I upgraded to node 20.12.2 (and python3). I'm back trying to install this now that version 7 is out which requires no configuration. I use a mac, I installed opencv, gcc via brew and I have xcode-select installed. I have node-gyp installed globally. I tried to install this package again but get the following error:
npm ERR! gyp: Call to 'node ./bin/install.js OPENCV4NODEJS_DEFINES' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
npm ERR! gyp ERR! configure error
npm ERR! gyp ERR! stack Error:
gyp
failed with exit code: 1does this mean anything to anyone? Any pointers would be much appreciated as I am feeling out of my depth!
The text was updated successfully, but these errors were encountered: