-
Notifications
You must be signed in to change notification settings - Fork 2k
I'm running code of tensorflow/tfjs-node-gpu or tensorflow/tfjs-node after installation. I got an error. #8215
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
Thank you for bringing this issue to our attention and I would suggest you to please follow below steps with Node v19.9.0 and different Python versions like
I tried from my end and
Thank you for your understanding and patience. |
To confirm, were you able to successfully install If you're still encountering problems, please provide us with a new error log and your code snippet after attempting the instructions and workaround. This will help us investigate the issue further on our end. Thank you for your cooperation and patience in resolving this matter. |
Yes all issues resolved. Thanks.👍❤️❤️ |
This is so silly. In order to use this package I have to lock my Node.js version to 3 years ago. No wonder people move to pytorch. |
I also hit this bug at 2025 : (
When loading the tensorflow, it trigged the error
I have referred the solution that mentioned above, but it does not work with still same error. |
I think this pull request #8547 would be help better. |
Uh oh!
There was an error while loading. Please reload this page.
This template is for miscellaneous issues not covered by the other issue categories.
My node version is 20
`node:internal/modules/cjs/loader:1473
return process.dlopen(module, path.toNamespacedPath(filename));
^
Error: The specified module could not be found.
\?\D:\nodedsa\faceapi\node_modules@tensorflow\tfjs-node-gpu\lib\napi-v8\tfjs_binding.node
at Module._extensions..node (node:internal/modules/cjs/loader:1473:18)
at Module.load (node:internal/modules/cjs/loader:1207:32)
at Module._load (node:internal/modules/cjs/loader:1023:12)
at Module.require (node:internal/modules/cjs/loader:1235:19)
at require (node:internal/modules/helpers:176:18)
at Object. (D:\nodedsa\faceapi\node_modules@tensorflow\tfjs-node-gpu\dist\index.js:72:16)
at Module._compile (node:internal/modules/cjs/loader:1376:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
at Module.load (node:internal/modules/cjs/loader:1207:32)
at Module._load (node:internal/modules/cjs/loader:1023:12) {
code: 'ERR_DLOPEN_FAILED'
}
`
The text was updated successfully, but these errors were encountered: