-
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
tfjs-node fails to install correctly op Raspberry Pi #3052
Comments
Thanks @beele for reporting this issue. I'm also experiencing this exact issue. Thanks y'all for looking into it. :) |
FYI wanted to update that I found a similar issue also open and these instructions worked for me on a RPI 4 (in the meantime til this is resolved): Similar issue: #2872 Steps to work around: https://github.com/yhwang/node-red-contrib-tf-model |
@kangyizhang any progress on this? |
The workaround outlined by @traumverloren is not working for me.
Anyone got any ideas how/when this will work? |
Same problem, also tried |
Hi is there any update on this issue? I am facing the same issue, tried the solution by @traumverloren but doesnt seem to work, getting the below error `https://s3.us.cloud-object-storage.appdomain.cloud/tfjs-cos/libtensorflow-gpu-linux-arm64-1.15.0.tar.gz
|
I'm also looking for a solution for the same issue Pi 4.
|
Please check this issue #5173 , this has been resolved with latest versions. |
Thanks for the update @rthadur, a NodeJS version bump indeed solved install on my RPi3. |
TensorFlow.js version
1.7.2 (and older ones too, however some very old versions do work on the rbi, like 1.2.11 do work)
Node version
12.14.1
Raspbian version
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
Tested on a Pi 4 with 4GB of RAM
Describe the problem or feature request
After installing the tfjs-node dependency, the required rebuild step fails with the message:
Unsupported system: cpu-linux-arm
Code to reproduce the bug / link to feature request
npm i @tensorflow/tfjs-node
How can I install a recent version that does work on the rbpi?
The text was updated successfully, but these errors were encountered: