Gekko Forum
Installing on Windows 7 Issue - 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: Installing on Windows 7 Issue (/thread-57304.html)



Installing on Windows 7 Issue - Orpheus2 - 07-05-2018

Hello,
 I am trying to install Gekko on Windows 7.  Off of the bat i noticed the code shown below wasnt pointing correctly to what I downloaded.  I had to path to "gekko-develop" in the file path.
Code:
cd Downloads
cd gekko-stable
cd gekko-stable
 Once I use that path I am able to install,  then I am able to run 
Code:
npm install --only=production




After the above step when I try to install  "Gekko Broker's dependencies"  I get the error listed below.


C:\Gekko\Gekko Unzip>cd gekko-develop



C:\Gekko\Gekko Unzip\gekko-develop>npm install --only=production

up to date in 7.002s



C:\Gekko\Gekko Unzip\gekko-develop>cd exchange



C:\Gekko\Gekko Unzip\gekko-develop\exchange>npm install --only=production

npm ERR! code ENOGIT

npm ERR! No git binary found in $PATH

npm ERR!

npm ERR! Failed using git.

npm ERR! Please check if you have git installed and in your PATH.



npm ERR! A complete log of this run can be found in:

npm ERR!     C:\Users\2nd Laptop\AppData\Roaming\npm-cache\_logs\2018-07-05T06_3
0_47_322Z-debug.log




I am able to Install Tulip Indicators.  I do Have an issue starting Gekko, and i get the error listed below.


C:\Gekko\Gekko Unzip\gekko-develop\exchange>node gekko --ui

module.js:549

    throw err;

    ^



Error: Cannot find module 'C:\Gekko\Gekko Unzip\gekko-develop\exchange\gekko'

    at Function.Module._resolveFilename (module.js:547:15)

    at Function.Module._load (module.js:474:25)

    at Function.Module.runMain (module.js:693:10)

    at startup (bootstrap_node.js:191:16)
    at bootstrap_node.js:612:3

Any help would be appreciated,

Thanks!

Or[heus2


RE: Installing on Windows 7 Issue - askmike - 07-05-2018

Strange, it complains that is cannot find Git. I'll try to move dependencies around so this is not needed anymore. In the meantime you can try installing git to work around it, follow these instructions: https://www.atlassian.com/git/tutorials/install-git#windows


RE: Installing on Windows 7 Issue - Orpheus2 - 07-05-2018

Thanks askmike! I'll give it a whirl.
Orpheus2


RE: Installing on Windows 7 Issue - Orpheus2 - 07-06-2018

Up and running, thanks!!


RE: Installing on Windows 7 Issue - askmike - 07-06-2018

This is the techhnical reason Git is now required: https://github.com/askmike/gekko/blob/develop/exchange/package.json#L32

I have tried keeping installation as easy as possible for a long time, but I am coming to the point where I am afraid I have to introduce these extra steps in the installation process.. I will update the docs soon to reflect this new dependency.


RE: Installing on Windows 7 Issue - GibiSamtin - 06-30-2021

I had problems too. There is something wrong with the windows installations. Eventually, I solved it (even without running on bash), but it was a lot of work. As I had another install in ubuntu in the virtual box, I copied over that content since it's mainly node-based javascript that is executed (and that's OS independent).
This site https://limitlessreferrals.info/windows-7-pro-oa-download-with-a-product-key-oem/ helped me to install it. However, I also had to edit many module files since the filesystem on Linux doesn't match ubuntu's style mounting, so local folder references had to be renamed (in my case to g:\gekko\ (etcetera). Good luck.