-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
alpha83 报错 #7
Comments
会不会是一维和二维混用导致? 我这边没办法复现 |
你用的版本可能过老。 参考readme中,开发人员安装 这一节 |
更新到最新版(0.5.1)后还是一样。 print(kwargs['HIGH'])
print(kwargs['VOLUME'])
import ta_cn.alphas.alpha191 as l
ret = l.alpha_083(**kwargs)
|
我直接跑 examples/alpha191.py 也是一样。 |
https://github.com/wukan1986/ta_cn/blob/main/ta_cn/__init__.py#L5 numba报错时,一般把cache关了就可以了,但你这地方好像并不是这个问题导致。 也有可能是python版本与numba版本问题。 我现在环境中版本为: Bottleneck 1.3.4 Python 3.8.3 |
大佬解决了么 |
The text was updated successfully, but these errors were encountered: