Unable to Install Talib and Tulind
#1
I get the following error messages
\
gekko$ npm install talib@1.0.2 tulind

> talib@1.0.2 install /Users/PuneetJain/gekko/node_modules/talib
> node ./src/lib/build.js && node-gyp configure && node-gyp build

building talib functions...
make ✖ ERR  Missing Makefile / Bakefile 
make ℹ info Run "make init" to generate a Makefile.

> tulind@0.8.10 install /Users/PuneetJain/gekko/node_modules/tulind
> node-pre-gyp install --fallback-to-build

node-pre-gyp ERR! Tried to download(404): https://tulipnode.s3.amazonaws.com/tulin...x64.tar.gz 
node-pre-gyp ERR! Pre-built binaries not found for tulind@0.8.10 and node@8.11.1 (node-v57 ABI, unknown) (falling back to source compile with node-gyp) 
make ✖ ERR  Missing Makefile / Bakefile 
make ℹ info Run "make init" to generate a Makefile.
+ talib@1.0.2
+ tulind@0.8.10
updated 2 packages in 12.588s
  Reply
#2
hi
the talib indicators may be difficult for win7/raspberry

you could try the tulip indicators:

Code:
cd gekko
npm install tulind --only=production

this should help
  Reply
#3
anyone solved this?
After clean install I also have :
"Gekko encountered an error and can't continue
Error:
Talib is not enabled"
The strategy was working perfectly just a second ago on an old VM ubuntu.
pls help. 3h of time wasted for this stupid thing
  Reply
#4
Hi. I need help here.. with this warn and ERR ...
node-pre-gyp WARN Pre-built binaries not found for tulind@0.8.12 and node@10.10.0 (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
for the last command ... "npm install tulind --only=production"
Under Win 10

Full ERR :
node-pre-gyp WARN Using request for node-pre-gyp https download
node-pre-gyp WARN Tried to download(404): https://tulipnode.s3.amazonaws.com/tulin...x64.tar.gz
node-pre-gyp WARN Pre-built binaries not found for tulind@0.8.12 and node@10.10.0 (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
node-pre-gyp WARN Pre-built binaries not installable for tulind@0.8.12 and node@10.10.0 (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
node-pre-gyp WARN Hit error Connection closed while downloading tarball file

What is wrong ?
  Reply
#5
I had some  gyp compiling errors when installing via the install_gekko.sh file. Specifically when installing the talib & tulip indicator:

It may be the same. I noticed you have a different error but also related to compile.

Code:
Code:
npm install talib
npm install tulind

If anyone has a similar issue I Found in the logs:

ImportError: No module named compiler.ast

and fixed this by installing python-dev

Code:
Code:
apt-get install python-dev
  Reply


Forum Jump:


Users browsing this thread: