码迷,mamicode.com
首页 > 其他好文 > 详细

ta-lib依赖安装问题

时间:2018-07-07 20:44:48      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:github   hub   x86   brew   不同的   .com   mac os   简单的   end   

TA-Lib 是用于股票技术分析,包括 MACD, RSI, Stochastic, Bollinger Bands等技术指标的第三方库。

使用pip install 进行安装,无法安装报错:

talib/common.c:8:22: fatal error: pyconfig.h: No such file or directory
 #include "pyconfig.h"
                      ^
compilation terminated.
error: command ‘x86_64-linux-gnu-gcc‘ failed with exit status 1  

根据github上的官方说明:是在64位的python上无法安装‘32-bit binary distribution of the underlying TA-Lib library‘,

对应不同的系统需要安装依赖:

  详细的步骤可以对应官网说明:Dependencies

mac os是最简单的,直接:brew install ta-lib,

 

总结:安装第三方库,首先把官方文档阅读一遍,许多安装问题其实其他人也遇到过,避免重复劳动才是程序员存在的意义。

 

ta-lib依赖安装问题

标签:github   hub   x86   brew   不同的   .com   mac os   简单的   end   

原文地址:https://www.cnblogs.com/ForPython/p/9277717.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!