Error in installing TADLIB

Hi, I need help to install TADLIB , I do the same that is written in blog https://blog.quantinsti.com/install-ta-lib-python/#install-ta-lib-across-platforms-using-anaconda-prompt , nut after that I have this error when I want to import :

ValueError                                Traceback (most recent call last)
<ipython-input-10-5446bf3328b7> in <module>
      1 # Technical indicator library
----> 2 import talib as ta

~\anaconda3\lib\site-packages\talib\__init__.py in <module>
     50         return wrapper
     51 
---> 52 from ._ta_lib import (
     53     _ta_initialize, _ta_shutdown, MA_Type, __ta_version__,
     54     _ta_set_unstable_period as set_unstable_period,

talib\_ta_lib.pyx in init talib._ta_lib()

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

Hi Amir,



The error might be due to the NumPy version mismatch. You can try upgrading the Numpy. Can also refer to this link to know more about a similar error.



If you still face the issue, you can follow #set the python version and install packages section of this blog.



Thanks!