-
Notifications
You must be signed in to change notification settings - Fork 1
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
What platform is it compatible with ? #1
Comments
This error might be caused due to the fact that the WMA function has not been finished yet. |
I'm currently testing with Windows and Linux. Because no platform-related features are used, MacOS should work too. Compared to Ta-LIB, TA-Box is still under development and missing many functions. |
Oh right, the marks mark ported indicators I guess. |
Thanks for your attention, I will temporarily remove the WMA function in main branch and switch another branch for development to make pip install from main branch possible. Besides, my future plan is using ChatGPT to convert some C functions into Python. |
Thanks, I might try to play a bit with ta-box if I can get it to install. |
I updated the main branch, you can try the command |
Well, installation is ok and a quick test with the simple Add function is good too. |
Hello,
I tried to build ta-box with python 3.11 on macOS but end up quickly with compilation errors. Are there known compatibility limits ?
Thanks
`
[20/21] Cythonizing tabox/ta_func/ta_WMA.py
Error compiling Cython file:
...
^
tabox/ta_func/ta_WMA.py:115:4: local variable 'outNBElement' referenced before assignment
Error compiling Cython file:
...
# Prepare the periodSum for the next iteration.
periodSum -= periodSub
^
tabox/ta_func/ta_WMA.py:116:4: local variable 'outBegIdx' referenced before assignment
warning: tabox/ta_func/ta_WMA.py:81:26: Index should be typed for more efficient access
`
The text was updated successfully, but these errors were encountered: