Open
Description
This fix is related to the error caused by the TensorFlow.js library
On some systems you may face this issue, I believe this is a bug in the TensorFlow library, on other systems it is fine. If you encounter the issue please fix it by doing the following:
Move D:\TFJS\node_modules\@tensorflow\tfjs-node\deps\lib\tensorflow.dll
to D:\TFJS\node_modules\@tensorflow\tfjs-node\lib\napi-v8\
Example Error:
node: internal/modules/cjs/loader:1464
at require (node:internal/modules/helpers:179:18)
at Object.<anonymous> (C:\\Users\\Administrator\\Downloads\\Taurus\\node_modules\\.pnpm\\@tensorflow+tfjs-node @4.19.0 [email protected]\\node_modules\\@tensorflow\\tfjs-node\\dist\\index.js:72:16)
}
at Module._compile (node:internal/modules/cjs/loader: 1368:14)
at Module._extensions..js (node:internal/modules/cjs/loader: 1426:10)
at Module.load (node:internal/modules/cjs/loader: 1205:32)
at Module._load (node:internal/modules/cjs/loader:1021:12) {
code: 'ERR_DLOPEN_FAILED'
}
If you know of a different fix, I would appreciate it if you would please file a new issue and let me know!