Unable to Install Talib and Tulind - 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: Unable to Install Talib and Tulind (/thread-57182.html) |
Unable to Install Talib and Tulind - puneetjain703 - 05-18-2018 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/tulind/v0.8.10/Release/tulind-v0.8.10-node-v57-darwin-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 RE: Unable to Install Talib and Tulind - susitronix - 05-31-2018 hi the talib indicators may be difficult for win7/raspberry you could try the tulip indicators: Code: cd gekko this should help RE: Unable to Install Talib and Tulind - Hasunori - 09-02-2018 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 RE: Unable to Install Talib and Tulind - walok - 09-11-2018 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/tulind/v0.8.12/Release/tulind-v0.8.12-node-v64-win32-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 ? RE: Unable to Install Talib and Tulind - aketekt - 09-11-2018 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 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 |