Skip to content

What platform is it compatible with ? #1

@svax974

Description

@svax974

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
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions