Gekko Forum
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:

The plugin sqlite adapter expects the module sqlite3 to be installed. However it is not, install it by running:

    npm install sqlite3@3.1.4

Meta debug info:

Gekko version: v0.5.11
Nodejs version: v8.9.4

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
node-pre-gyp ERR! Pre-built binaries not found for sqlite3@3.1.13 and node@8.9.4 (node-v57 ABI, glibc) (falling back to source compile with node-gyp)

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