nautechsystems / nautilus_trader

A high-performance algorithmic trading platform and event-driven backtester
https://nautilustrader.io
GNU Lesser General Public License v3.0
1.7k stars 398 forks source link

TA-Lib install broken in CI #1716

Open cjdsellers opened 2 weeks ago

cjdsellers commented 2 weeks ago

Looks like something changed with ta-lib and the Python installation is currently broken: https://github.com/TA-Lib/ta-lib-python/issues/655

It appears two test modules are currently commented out: https://github.com/nautechsystems/nautilus_trader/blob/develop/tests/unit_tests/indicators/test_talib_func_wrapper.py https://github.com/nautechsystems/nautilus_trader/blob/develop/tests/unit_tests/indicators/test_talib_indicator_manager.py

Once ta-lib resolve this we can resume the installation step and tests in CI.