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:
...
# Prepare the periodSum for the next iteration.
periodSum -= periodSub
# Set output limits.
outNBElement[0] = outIdx
^
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
# Set output limits.
outNBElement[0] = outIdx
outBegIdx[0] = startIdx
^
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
`
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
`