Install problem #182
Replies: 1 comment 3 replies
-
You are installing a branch that is as dead as a dodo for three years. abandonware is what it is: abandoned and extremely problematic as a dependency. Development has moved to https://github.com/JaapvanEkris/openrowingmonitor There the install scripts still work, and there is an active community to help you in the unlikely event the script fails.
Cool. Use OpenRowingMonitor nearly daily on a RowErg myself. Please be aware there are some additional electronics involved, and with more modern Concept2's the voltage will hurt your Raspberry Pi. On our branch we have a list of supported rowers here, as well as links to the modifications needed: https://github.com/JaapvanEkris/openrowingmonitor/blob/main/docs/Supported_Rowers.md |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I’m new to raspberry pi, have no computer/coding experience and it seems to me that I’m on a pretty steep learning curve - I’m waiting for my copy of raspberry pi for dummies to arrive and I would like to get open rowing monitor working on a concept 2 machine. Im working with a mac and a pi3 b+
Following the instruction provided here, I get as far as running the install but it ultimately fails.
During the install I get a depreciation warning stating " Node.js 16.x is no longer actively supported! " The install pauses for 10 s then continues on. At the end of everything I am left with an awful lot of "npm ERR!" a small section of which I have posted below.
npm notice
npm notice New major version of npm available! 8.19.4 -> 11.4.1
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.4.1
npm notice Run npm install -g [email protected] to update!
npm notice
npm ERR! code 1
npm ERR! path /opt/openrowingmonitor/node_modules/@abandonware/noble
npm ERR! command failed
npm ERR! command sh -c -- node-gyp rebuild
npm ERR! gyp info it worked if it ends with ok
I would be very grateful if someone could shed some light on what is going wrong here and how i can rectify the situation.
Beta Was this translation helpful? Give feedback.
All reactions