即使安装c++要占用c盘4G,而且仍然有可能报错,
error: command 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe' failed with exit status 2
另一种解决方法是直接下载whl,省去编译的过程
https://www.lfd.uci.edu/~gohlke/pythonlibs/#ta-lib
有可能下载比较慢,这里提供一个
TA_Lib‑0.4.18‑cp36‑cp36m‑win_amd64.whl
https://mp.csdn.net/console/upDetailed
TA-Lib,全称“Technical Analysis Library”, 即技术分析库,是Python金融量化的高级库,涵盖了150多种股票、期货交易软件中常用的技术分析指标,如MACD、RSI、KDJ、动量指标、布林带等等。TA-Lib可分为10个子板块:Overlap Studies(重叠指标),Momentum Indicators(动量指标),Volume Indicators(交易量指标),Cycle Indicators(周期指标),Price Transform(价格变换),Volatility Indicators(波动率指标),Pattern Recognition(模式识别),Statistic Functions(统计函数),Math Transform(数学变换)和Math Operators(数学运算),
参考:https://www.jianshu.com/p/7ecc7962d638
标签:14.0,lib,required,指标,Visual,https,Indicators,Microsoft From: https://www.cnblogs.com/bigleft/p/18160662