hhashim1

Results 103 comments of hhashim1

Check out the error I get when I run `make test` for the wrapper. Anything stands out? https://pastebin.com/cZvwvUSN

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 ![image](https://user-images.githubusercontent.com/62855649/176302234-e95b48af-c207-467e-8e98-6b394c3a9048.png)

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. ![image](https://user-images.githubusercontent.com/62855649/176302824-dc96b476-595b-4b3a-9eaf-a0de48afc3c7.png) 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. > > ![image](https://user-images.githubusercontent.com/62855649/176302824-dc96b476-595b-4b3a-9eaf-a0de48afc3c7.png) > > 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...