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
Error: dlopen node_modules/@u4/opencv4nodejs/build/Release/opencv4nodejs.node, 0x0001): symbol not found in flat namespace '__ZNK2cv12MatAllocator23getBufferPoolControllerEPKc'
#131
Open
eliya-mazoz opened this issue
Apr 11, 2024
· 5 comments
Error: dlopen node_modules/@u4/opencv4nodejs/build/Release/opencv4nodejs.node, 0x0001): symbol not found in flat namespace '__ZNK2cv12MatAllocator23getBufferPoolControllerEPKc'
mac m1
node :v18.16.1
npm : 9.8.1
The text was updated successfully, but these errors were encountered:
eliya-mazoz
changed the title
Error: Cannot find module node_modules/opencv4nodejs/build/Release/opencv4nodejs
Error: dlopen node_modules/@u4/opencv4nodejs/build/Release/opencv4nodejs.node, 0x0001): symbol not found in flat namespace '__ZNK2cv12MatAllocator23getBufferPoolControllerEPKc'
Apr 11, 2024
do you want to build openCV or use a prebuilt one ? and what OS are you using ?
I am trying to use this library on my local Mac to running the scripts with using this library and when I am trying to run my script for example : npx ts-node testFile.ts
testFile.ts -> import * as cv from '@u4/opencv4nodejs'; const image_b = cv.imread('./someImage.png');
raise the error Error: dlopen(/node_modules/@u4/opencv4nodejs/build/Release/opencv4nodejs.node, 0x0001): symbol not found in flat namespace '__ZNK2cv12MatAllocator23getBufferPoolControllerEPKc'
Error: dlopen node_modules/@u4/opencv4nodejs/build/Release/opencv4nodejs.node, 0x0001): symbol not found in flat namespace '__ZNK2cv12MatAllocator23getBufferPoolControllerEPKc'
mac m1
node :v18.16.1
npm : 9.8.1
The text was updated successfully, but these errors were encountered: