hhashim1
hhashim1
Check out the error I get when I run `make test` for the wrapper. Anything stands out? https://pastebin.com/cZvwvUSN
Says `No such file`
I dont have `brew` on the machine and cannot get it installed either. At this point, I dont know how to fix this thing ðŸ˜
This is what I got when searching for the file ```root@FALCONXTREME:/# find . -name libta_lib.dylib find: ‘./mnt/i/$RECYCLE.BIN/S-1-5-21-1915536511-2278406390-2236943863-1001’: Permission denied```
Here are the directories that I have in the `usr/lib` folder 
Ok, so I deleted my `RVSTDEV.c` file and removed all the references from the `talib` library and also from `ta-lib-wrapper`. No errors anymore.  I need to add everything again...
> ``` > $ nm /usr/lib/libta_lib.so | grep TA_RVSTDEV > ``` > > This may be getting past the scope of debugging we should be doing on this project's issues......
> Ok, so I deleted my `RVSTDEV.c` file and removed all the references from the `talib` library and also from `ta-lib-wrapper`. No errors anymore. > >  > > I...
> > Since I dont have `RVSTDEV` anymore in the library, I dont get any output. > > Yes, but you wanted it in the library so that we could...
> Let's also verify that the compiled python module is linking against the expected TA-Lib C library: > > ```shell > $ cd ta-lib-wrapper > > # on a mac...