79118015

Date: 2024-10-23 13:06:56
Score: 1.5
Natty:
Report link

No need to use anaconda, just a python virtual environment

First of all check your Python version.

Then go to this link to download the TA-LIB library that corresponds to your Python version: https://github.com/cgohlke/talib-build/releases

Then install Git Bash.

Then, in the directory where you downloaded the TA-Lib library, right-click, select Git Bash, which will open a terminal in that same directory. On the terminal, use pip install targetting the TA-Lib library (the full file name with extension). For example:

pip install TA_Lib-0.4.32-cp311-cp311-win_amd64.whl

I am using

3.11.7 version Python 64-bit Windows TA_Lib-0.4.32-cp311-cp311-win_amd64.whl

Reasons:
  • Blacklisted phrase (1): this link
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: eminsk