09-11-2018, 06:26 PM
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:
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:
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