I am just installed the latest library of Talib and the Python wrapper. I am getting the following error no matter which function I use. I am calling the Python wrapper from Deephaven which is built on Java. I didnt have this issue when I was using my custom talib library.
Full expression : (double)last_element(SMA(np.array(Group_bar_close_1min), 5))
Expression having trouble :
Exception type : java.lang.RuntimeException
Exception message : Error in Python interpreter:
Type: <class 'AttributeError'>
Value: 'Function' object has no attribute '__name__'```