Skip to content

ta-lib version #26

@XieXiaomei-ptr

Description

@XieXiaomei-ptr
Darwin XieXiaomeideMacBook-Pro.local 21.6.0 Darwin Kernel Version 21.6.0
macOS 12.6.5

Recently, I’ve been using talib = "0.1.2" in Rust. After installing the ta-lib 0.6.4 dependency and running cargo build, I encountered the following errors:

/usr/local/include/ta-lib/ta_func.h:69:1: error: unknown type name 'TA_LIB_API'
/usr/local/include/ta-lib/ta_func.h:69:22: error: expected ';' after top level declarator

Upon further investigation, I noticed that in polars_ta_extension/talib-sys/build.rs, line 9 specifies:

const TA_LIB_VER: &str = "0.4.0";

This version of ta-lib was released in 2007...

Do you have any plans to update ta-lib to the latest version?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions