系统是MacOS M1 | python 3.9 我尝试 brew install 但pip install不起作用,talib 无法导入。解决方案: 尝试使用[anaconda]选择下载anaconda MacOS M1: https: //www.anaconda.com/download安装应用程序 [anacon…
[np.nan,np.nan,1,2,3,4,5,6,7,8])talib.set_unstable_period('EMA',5)r=func.EMA(a,3)assert_array_equal(r, [np.nan,np.nan,np.nan,np.nan,np.nan,np.nan,np.nan,6,7,8])# Issue here.talib.set_unstable_period('EMA',0) ...
Describe the bug Unable to build the docker image - not sure what changed, but now i'm getting these errors: In file included from /usr/local/include/python3.10/Python.h:74, 30.39 from talib/_ta_lib.c:16: 30.39 talib/_ta_lib.c: In functi...