Install TA-Lib
wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gztar -xzf ta-lib-0.4.0-src.tar.gzcd ta-lib/./configure --prefix=/usrmakesudo make install
Install Python TA-Lib
pip install TA-Lib
You will get the following error if you didn't install TA-Lib
as per the above.
fatal error: ta-lib/ta_libc.h: No such file or directory
References: