When trying to install Talib indicators on a EC2 instance of Ubuntu i'm getting:
For Tulind indicators i am getting:
When running Gekkoga with RSI_BULL_BEAR strategy i get the following warning in gekko:
(WARN): TALIB indicators could not be loaded, they will be unavailable.
(WARN): TULIP indicators could not be loaded, they will be unavailable.
I have tried mostly everything i could find in the forum and elsewhere, but with no success
Can anyone help?
Code:
~/gekko$ npm install talib
> talib@1.0.4 install /home/***/gekko/node_modules/talib
> node ./src/lib/build.js && node-gyp configure && node-gyp build
building talib functions...
$ make <target...> [options]
Options:
--help Show this help output
--version Show package version
--debug Enable extended log output
Targets:
all Run target all
tmake Run target tmake
tmake_all Run target tmake_all
clean release debug Run target clean release debug
FORCE Run target FORCE
Templates:
ava Generate ava setup (ava)
cli Generate cli setup (minimist, tabtab, ge...)
default Generate default setup (babel-cli, babel-plu...)
eslint Generate eslint setup (eslint, eslint-confi...)
livereactload Generate livereactload setup (babel-plugin-react-t...)
mocha Generate mocha setup (mocha)
simple Generate simple setup
make ℹ info Invoking all target
(node:32742) UnhandledPromiseRejectionWarning: undefined
(node:32742) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:32742) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
make ✖ ERR not found: make-$(SUBDIRS)
make ✖ ERR Missing Makefile / Bakefile
make ℹ info Run "make init" to generate a Makefile.
+ talib@1.0.4
updated 1 package in 10.215s
For Tulind indicators i am getting:
Code:
~/gekko$ npm install tulind
> tulind@0.8.10 install /home/*****/gekko/node_modules/tulind
> node-pre-gyp install --fallback-to-build
node-pre-gyp ERR! Tried to download(404): https://tulipnode.s3.amazonaws.com/tulind/v0.8.10/Release/tulind-v0.8.10-node-v57-linux-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, glibc) (falling back to source compile with node-gyp)
make ✖ ERR Missing Makefile / Bakefile
make ℹ info Run "make init" to generate a Makefile.
+ tulind@0.8.10
updated 1 package in 10.717s
When running Gekkoga with RSI_BULL_BEAR strategy i get the following warning in gekko:
(WARN): TALIB indicators could not be loaded, they will be unavailable.
(WARN): TULIP indicators could not be loaded, they will be unavailable.
I have tried mostly everything i could find in the forum and elsewhere, but with no success
Can anyone help?