-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
The specified module could not be found. tfjs_binding.node #2341
Comments
hi @kimvu what's the node version you are using? |
Hi @kangyizhang, my node version is v12.13.0 |
There is an issue of loading tfjs-node with node v12.13.0 and v10.17.0 You can use node v10.16.3 Please keep an eye on updated in #2003. I'll close this issue. |
I changed my nodeversion to 10.16.3, and stil get the same error. @kangyizhang Update: had to change @tensorflow/tfjs-node version to 1.2.11. Works now |
Problem persists. @tensorflow/tfjs-node@1.7.4, node@14.5.0, OS: Windows 10 64bit.
The file exists barring prefix |
I had the same issue. I upgraded to node version 16.13 and I upgraded @tensorflow/tfjs-node to 3.12.0 and the problem disappeared. |
"@tensorflow/tfjs-node": "^1.3.1"
Python 2.7.17
OS: Windows 10 64bit
Browser: Google Chrome version 78.0.3904.70 (64-bit)
I tried version @tensorflow/tfjs-node@1.2.3 (answer from stackoverflow) , which doesn't have the problem, but it had other issues.
The error is procuced by a single:
require('@tensorflow/tfjs-node')
Been trying to figure out this error for a while now, i've tried:
The text was updated successfully, but these errors were encountered: