-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
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?
Gwydce and Daic115
Metadata
Metadata
Assignees
Labels
No labels