kazuhitoyokoi / node-red-contrib-tensorflow

Apache License 2.0
22 stars 7 forks source link

Always getting this error!! #10

Closed ujjwalkuikel closed 1 year ago

ujjwalkuikel commented 1 year ago

Install : node-red-contrib-tensorflow 0.3.1

2022-10-12T06:12:43.465Z npm install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production --engine-strict node-red-contrib-tensorflow@0.3.1 2022-10-12T06:12:43.937Z [err] npm 2022-10-12T06:12:43.937Z [err] WARN config production Use --omit=dev instead. 2022-10-12T06:12:54.950Z [err] npm 2022-10-12T06:12:54.950Z [err] WARN deprecated har-validator@5.1.5: this library is no longer supported 2022-10-12T06:12:55.017Z [err] npm 2022-10-12T06:12:55.017Z [err] WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142 2022-10-12T06:12:55.363Z [err] npm WARN 2022-10-12T06:12:55.363Z [err] deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. 2022-10-12T06:12:55.499Z [err] npm 2022-10-12T06:12:55.499Z [err] WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 2022-10-12T06:13:07.561Z [err] npm ERR! 2022-10-12T06:13:07.561Z [err] code 1 2022-10-12T06:13:07.561Z [err] npm ERR! path /home/vcap/app/.node-red/node_modules/@tensorflow/tfjs-node 2022-10-12T06:13:07.571Z [err] npm ERR! command failed 2022-10-12T06:13:07.571Z [err] npm ERR! command sh -c node scripts/install.js 2022-10-12T06:13:07.571Z [err] npm ERR! CPU-linux-3.20.0.tar.gz 2022-10-12T06:13:07.571Z [err] npm ERR! https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-2.7.3.tar.gz 2022-10-12T06:13:07.571Z [err] npm ERR! * Downloading libtensorflow 2022-10-12T06:13:07.571Z [err] npm ERR! node:events:505 2022-10-12T06:13:07.571Z [err] npm ERR! throw er; // Unhandled 'error' event 2022-10-12T06:13:07.571Z [err] npm ERR! ^ 2022-10-12T06:13:07.571Z [err] npm ERR! 2022-10-12T06:13:07.571Z [err] npm ERR! Error: ENOSPC: no space left on device, write 2022-10-12T06:13:07.571Z [err] npm ERR! Emitted 'error' event on Unpack instance at: 2022-10-12T06:13:07.571Z [err] npm ERR! at Unpack.onerror (node:internal/streams/readable:773:14) 2022-10-12T06:13:07.571Z [err] npm ERR! at Unpack.emit (node:events:527:28) 2022-10-12T06:13:07.571Z [err] npm ERR! at Unpack.warn (/home/vcap/app/.node-red/node_modules/tar/lib/warn-mixin.js:7:12) 2022-10-12T06:13:07.571Z [err] npm ERR! at Unpack.[onError] (/home/vcap/app/.node-red/node_modules/tar/lib/unpack.js:325:12) 2022-10-12T06:13:07.571Z [err] npm ERR! at WriteStream. (/home/vcap/app/.node-red/node_modules/tar/lib/unpack.js:381:20) 2022-10-12T06:13:07.571Z [err] npm ERR! at WriteStream.emit (node:events:527:28) 2022-10-12T06:13:07.571Z [err] npm ERR! at WriteStream.[_onerror] (/home/vcap/app/.node-red/node_modules/fs-minipass/index.js:234:10) 2022-10-12T06:13:07.571Z [err] npm ERR! at WriteStream.[_onwrite] (/home/vcap/app/.node-red/node_modules/fs-minipass/index.js:296:21) 2022-10-12T06:13:07.571Z [err] npm ERR! at /home/vcap/app/.node-red/node_modules/fs-minipass/index.js:291:21 2022-10-12T06:13:07.571Z [err] npm ERR! at FSReqCallback.wrapper [as oncomplete] (node:fs:805:5) { 2022-10-12T06:13:07.571Z [err] npm ERR! errno: -28, 2022-10-12T06:13:07.571Z [err] npm ERR! code: 'ENOSPC', 2022-10-12T06:13:07.571Z [err] npm ERR! syscall: 'write' 2022-10-12T06:13:07.571Z [err] npm ERR! } 2022-10-12T06:13:07.571Z [err] 2022-10-12T06:13:07.571Z [err] npm ERR! A complete log of this run can be found in: 2022-10-12T06:13:07.571Z [err] npm ERR! /home/vcap/app/.npm/_logs/2022-10-12T06_12_43_893Z-debug-0.log 2022-10-12T06:13:07.630Z rc=1

kazuhitoyokoi commented 1 year ago

@ujjwalkuikel Thank you for using the TensorFlow.js node! I thought that you are using Cloud Foundry like IBM Cloud. Could you use the normal Node-RED environment on your local PC?