hhashim1
hhashim1
> > Let's also verify that the compiled python module is linking against the expected TA-Lib C library: > > ```shell > > $ cd ta-lib-wrapper > > > >...
I tried from root and its still the same. Do you want me to send you the `RVSTDEV` code only or all of the accomping code? 
[ta_RVSTDEV.zip](https://github.com/mrjbq7/ta-lib/files/9013377/ta_RVSTDEV.zip) `table_r.c` ``` /* RVSTDEV BEGIN */ static const TA_InputParameterInfo* TA_RVSTDEV_Inputs[] = { &TA_DEF_UI_Input_Price_V, NULL }; static const TA_OutputParameterInfo* TA_RVSTDEV_Outputs[] = { &TA_DEF_UI_Output_Real, NULL }; static const TA_OptInputParameterInfo* TA_RVSTDEV_OptInputs[] =...
oh all of talib and talibwrapper?
Wrapper - https://file.io/J55R6ed0CUQc LIbrary - https://file.io/ZAgye5WpLQsn
Try this https://file.io/YfpvtmIb1Tyi
> I was able to build both and access to RVSTDEV from python, so the problem must be in environment. > >  The name of the function in your...
Oh sorry...I didnt see that.
What do you suggest for how to fix this?
 ``` root@aa3bed537114:/# sudo find / -iname "libta_lib*" /usr/lib/libta_lib.a /usr/lib/libta_lib.so /usr/lib/libta_lib.so.0 /usr/lib/libta_lib.so.0.0.0 /usr/lib/libta_lib.la find: ‘/proc/21033/map_files’: Permission denied /ta-lib/src/.libs/libta_lib.a /ta-lib/src/.libs/libta_lib.la /ta-lib/src/.libs/libta_lib.lai /ta-lib/src/.libs/libta_lib.so /ta-lib/src/.libs/libta_lib.so.0 /ta-lib/src/.libs/libta_lib.so.0.0.0 /ta-lib/src/libta_lib.la ```