TA-Lib/ta-lib-python

Anaconda Installation Error

jhvissotto opened this issue · 4 comments

image

And I already downloaded and installed VS C++ too. Nothing worked

mrjbq7 commented

I don't use conda, i think it's overly complex, and I don't know who controls the ta-lib recipes...

But if you don't want to just install it the normal way (#127 (comment)), maybe you need to do it the conda way, which i haven't tested but perhaps is just

$ conda install conda-forge::libta-lib
$ conda install conda-forge::ta-lib
mrjbq7 commented

Did that work for you?

mrjbq7 commented

Hi @jhvissotto did that work for you?

"conda install conda-forge::libta-lib" Yes!
"conda install conda-forge::ta-lib" did not work

image

"import talib" continue not being resolved by VSCode interpreter. Anyway. I'm using panda_ta now. It's a practical solution. But I thank you for help