TA-lib python, windows

Matjaž Hozjan
1 min readOct 8, 2021

--

Straight forward instructions for ta-lib installation on windows.

Photo by John Schnobrich on Unsplash

1st: Check your windows version:

2nd: Check your python version in terminal or at VM with: python --version

Right version for my case here is: TA_Lib-0.4.19-cp36-cp36m-win_amd64.whl as Bold letters indicates our version of Python and windows.

Now go to your terminal and input: py -m pip install <Your file location>

EXAMPLE:

E:\TA_Lib-0.4.19-cp36-cp36m-win_amd64.whl

Processing e:\ta_lib-0.4.19-cp36-cp36m-win_amd64.whl
Installing collected packages: TA-Lib
Successfully installed TA-Lib-0.4.19

That’s it. All done. You are ready to use Ta-lib for your project.

Clap, follow for more!

Cheers!

--

--

Matjaž Hozjan
Matjaž Hozjan

Written by Matjaž Hozjan

FX, stock trader and full time DataScientist at SportRadar AG

No responses yet