[tjfs-node] Unsupported system: cpu-linux-arm64 in raspberry pi 4
See original GitHub issueSystem information
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Debian GNU/Linux 10 (buster) (raspberry pi 4B)
- TensorFlow.js installed from (npm or script link): npm
- TensorFlow.js version: 3.12.0
Installing tfjs-node, raspberry pi gave Unsupported system: cpu-linux-arm64
.
I used node.js v17.2.0
I ran npm install @tensorflow/tfjs-node
and this gave the error.
This is the full error:
npm ERR! code 1
npm ERR! path /home/pi/Desktop/coronapredict/node_modules/@tensorflow/tfjs-node
npm ERR! command failed
npm ERR! command sh -c node scripts/install.js
npm ERR! CPU-linux-3.12.0.tar.gz
npm ERR! * Downloading libtensorflow
npm ERR! /home/pi/Desktop/coronapredict/node_modules/@tensorflow/tfjs-node/scripts/install.js:106
npm ERR! throw new Error(`Unsupported system: ${libType}-${platform}-${os.arch()}`);
npm ERR! ^
npm ERR!
npm ERR! Error: Unsupported system: cpu-linux-arm64
npm ERR! at getPlatformLibtensorflowUri (/home/pi/Desktop/coronapredict/node_modules/@tensorflow/tfjs-node/scripts/install.js:106:11)
npm ERR! at downloadLibtensorflow (/home/pi/Desktop/coronapredict/node_modules/@tensorflow/tfjs-node/scripts/install.js:139:15)
npm ERR! at async run (/home/pi/Desktop/coronapredict/node_modules/@tensorflow/tfjs-node/scripts/install.js:208:5)
npm ERR!
npm ERR! Node.js v17.2.0
Issue Analytics
- State:
- Created 2 years ago
- Reactions:9
- Comments:24
Top Results From Across the Web
Installation of tjs on raspberry pi 64 bits fails
Trying to install tfjs for hours, and fail. ... CPU-linux-3.18.0.tar.gz npm ERR! ... Error: Unsupported system: cpu-linux-arm64.
Read more >I'm on 64-bit Raspberry Pi OS, but arm64 packages ...
I'm on 64-bit Raspberry Pi OS, but arm64 packages unsupported ... I am on a 64-bit OS because the output of the `uname...
Read more >RPi Distributions
Distribution Latest release date First release date OS platform License
LibreELEC 2017‑05‑26 2016‑05‑04 Linux 4.8.10 (GPLv2 )
Linutop OS XS 2015‑09‑23 2015‑09‑23 Linux/Raspian Core: OSI...
Read more >Quarkus native running on a Raspberry Pi
Pick up the raw image for aarch64. Flash the operating system on the SD card. Non-Linux OS. If you are not running any...
Read more >Install Vulkan on Raspberry Pi 4
Vulkan is a low-level 3D graphics accelerator using a balanced mix of CPU and GPU instructions and optimized for parallel tasking with multiple ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Is there any update? I would like to use it with arm64 vps.
I’m having this issue as well 🙃