[SHARE] Simple RSI BULL/BEAR strategy
(02-20-2018, 09:54 PM)JoshuaKeen Wrote: I really thank OP for doing this tread and sharing his knowledge with us. Despite my little knowledge I managed to install gekko and almost all the components but I still have this problem that I can not solve, can someone give me a hand? Thanks in advance


C:\Users\user\gekko>npm install talib

> talib@1.0.4 install C:\Users\user\gekko\node_modules\talib
> node ./src/lib/build.js && node-gyp configure && node-gyp build

building talib functions...
fs.js:904
 return binding.readdir(pathModule._makeLong(path), options.encoding);
                ^

Error: ENOENT: no such file or directory, scandir 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework'
   at Object.fs.readdirSync (fs.js:904:18)
   at Object.<anonymous> (C:\Users\user\gekko\node_modules\talib\src\lib\build.js:22:30)
   at Module._compile (module.js:643:30)
   at Object.Module._extensions..js (module.js:654:10)
   at Module.load (module.js:556:32)
   at tryModuleLoad (module.js:499:12)
   at Function.Module._load (module.js:491:3)
   at Function.Module.runMain (module.js:684:10)
   at startup (bootstrap_node.js:187:16)
   at bootstrap_node.js:608:3
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! talib@1.0.4 install: `node ./src/lib/build.js && node-gyp configure && node-gyp build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the talib@1.0.4 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\user\AppData\Roaming\npm-cache\_logs\2018-02-20T21_53_04_551Z-debug.log

It looks like your system is looking for .net and it's not there. Open your command line as administrator and try running 

npm install --global --production windows-build-tools 

before npm install talib
  Reply


Messages In This Thread
Werkkrew Stoploss - by susitronix - 02-02-2018, 09:39 PM
Removed post - by susitronix - 02-03-2018, 06:49 PM
@Gryphon Confirmation - by mvangoor - 03-22-2019, 11:59 PM
for 3 months - by ankasem - 02-18-2018, 05:30 PM
RE: [SHARE] Simple RSI BULL/BEAR strategy - by fo0man - 02-21-2018, 01:21 AM

Forum Jump:


Users browsing this thread: