-
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
node-pre-gyp info This Node instance does not support builds for N-API version 4 #2370
Comments
hi @Umar24129 what is your node version? |
my node version is v10.15.0 |
sorry for late reply . didn't expected fast response. |
Thanks for the info. The library definitely build on N-API 4. Currently there is a known issue of installing tfjs-node on windows with certain version of node (#2003). Node version 10.16.3 should work (https://nodejs.org/download/release/v10.16.3/). Another command you can try is BTW what is your operating system? |
Windows 10 Operating System version 1809 |
yes it worked perfectly. I upgraded Node version to 10.16.3 and then used the command as per your guidance and it worked, Thanks allot as always I seriously am great full of people like you for giving a big helping hand. |
Hi @kangyizhang, I'm using node: v10.15.3
When I type the next command I get the next error
|
so i ran with node 10 , but still have this error, I don't think it's using the GPU ? 2020-08-05 19:36:38.518811: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1618] Found device 0 with properties: |
How did you upgrade the node version |
@kangyizhang I'm having the same issue with
with
|
Hi, I am using tensorflow in my Node.js rest API but it seems to give above notification . Idk if solving it will improve my time consumed on 1 request but it would be a great help if it does.
TensorFlow.js version
####Google Chrome :- Version 78.0.3904.97
"node-pre-gyp": "^0.13.0",
"tslib": "^1.10.0"
The text was updated successfully, but these errors were encountered: