TA-Lib / ta-lib-python

Python wrapper for TA-Lib (http://ta-lib.org/).
http://ta-lib.github.io/ta-lib-python
Other
9.46k stars 1.74k forks source link

Bug Numpy > 1.20.0 #561

Closed nsadigova closed 1 year ago

nsadigova commented 1 year ago

Can not import talib if I Numpy version >= 1.20.0, for numpy==1.19.5 works fine.

ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject

TheMightiestCarrot commented 1 year ago

Have you resolved this issue?

mw66 commented 1 year ago

Talib 0.4.24 works fine.

mrjbq7 commented 1 year ago

I've been using latest numpy for years, it works fine for me...