TA-Lib / ta-lib-python

Python wrapper for TA-Lib (http://ta-lib.org/).
http://ta-lib.github.io/ta-lib-python
Other
9.56k stars 1.75k forks source link

Anaconda Installation Error #636

Closed jhvissotto closed 4 months ago

jhvissotto commented 8 months ago

image

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

mrjbq7 commented 8 months ago

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 commented 8 months ago

Did that work for you?

mrjbq7 commented 8 months ago

Hi @jhvissotto did that work for you?

jhvissotto commented 8 months ago

"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