ta-lib-python icon indicating copy to clipboard operation
ta-lib-python copied to clipboard

Anaconda Installation Error

Open jhvissotto opened this issue 1 year ago • 4 comments

image

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

jhvissotto avatar Jan 20 '24 17:01 jhvissotto

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 (https://github.com/TA-Lib/ta-lib-python/issues/127#issuecomment-1902213252), 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 avatar Jan 20 '24 18:01 mrjbq7

Did that work for you?

mrjbq7 avatar Jan 21 '24 20:01 mrjbq7

Hi @jhvissotto did that work for you?

mrjbq7 avatar Jan 25 '24 04:01 mrjbq7

"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

jhvissotto avatar Jan 27 '24 10:01 jhvissotto