-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hi @dceejay,
I have tried to install this node on my Windows 10 portable, however the installtion fails both via the flow editor palette failed and via command line.
Your post installation script raises following error:
> [email protected] postinstall c:\Users\Gebruiker\.node-red\node_modules\node-red-contrib-tfjs-coco-ssd
> node fixwindll.js
The lib dll doesn't exist.
The dep dll exists
internal/fs/utils.js:269
throw err;
^
Error: ENOENT: no such file or directory, copyfile '../@tensorflow/tfjs-node/deps/lib/tensorflow.dll' -> '../@tensorflow/tfjs-node/lib/napi-v5/tensorflow.dll'
at Object.copyFileSync (fs.js:1904:3)
at Object.<anonymous> (c:\Users\Gebruiker\.node-red\node_modules\node-red-contrib-tfjs-coco-ssd\fixwindll.js:11:16)
at Module._compile (internal/modules/cjs/loader.js:1015:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)
at Module.load (internal/modules/cjs/loader.js:879:32)
at Function.Module._load (internal/modules/cjs/loader.js:724:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
at internal/main/run_main_module.js:17:47 {
errno: -4058,
syscall: 'copyfile',
code: 'ENOENT',
path: '../@tensorflow/tfjs-node/deps/lib/tensorflow.dll',
dest: '../@tensorflow/tfjs-node/lib/napi-v5/tensorflow.dll'
Seems that your script searches for napi-v5, while on my filesystem there is only a napi-v7:
Would be very nice if you could fix this.
Thanks !!!!!!!
Bart
Metadata
Metadata
Assignees
Labels
No labels
