sqlite3 problem - Printable Version +- Gekko Forum (https://forum.gekko.wizb.it) +-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html) +--- Forum: Technical Support (https://forum.gekko.wizb.it/forum-19.html) +--- Thread: sqlite3 problem (/thread-23.html) |
sqlite3 problem - phoenix-blue - 01-08-2018 Hi, At this moment i'm switching from the Windows install to an Linux install. The install itself is working, but when i for example want to download an test periode i get an error in the command line: Code: Error: Strang part is that i have install sqlite3 but during the install i always (no matter what i do, even when i use the github install of sqlite3) see this error: Code: node-pre-gyp ERR! Tried to download(403): https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v3.1.13/node-v57-linux-arm.tar.gz Is there an other way to install sqlite3 Raspberry pi sqlite3 problem ERROR - susitronix - 02-11-2018 I have the same problem Tried 2x Raspbian, and one ubuntu mate xenial. // pi 3b armV7 Same problem: sqlite3 is installed but gekko dos not find it. Win7 it was easy done with: /gekko/ sudo apt install sqlite3 // wich automaticly choose the right version // Also when installing the dependencies a [ERROR] occured: websocket@1.0.24 install /home/.../.../gekko/node_modules/websocket (node-gyp rebuild 2> builderror.log) (exit 0) Win7 sqlite3 was easy solved with: /gekko/ sudo apt install sqlite3 // wich automaticly choose the right version |