Skip to content

Instantly share code, notes, and snippets.

@mdalvi
Last active October 1, 2024 12:58
Show Gist options
  • Save mdalvi/e08115381992e42b43cad861dfe417d2 to your computer and use it in GitHub Desktop.
Save mdalvi/e08115381992e42b43cad861dfe417d2 to your computer and use it in GitHub Desktop.
ta-lib 64-bit Installation on Windows 10

Here are the instructions to build the 64-bit ta-lib.

Install TA-Lib C Library on Windows 10

  • Download and Unzip ta-lib-0.4.0-msvc.zip
  • Move the Unzipped Folder ta-lib to C:\
  • Download and Install Visual Studio Community 2015
  • Remember to Select [Visual C++] Feature
  • Build TA-Lib Library
  • From Windows Start Menu, Start [VS2015 x64 Native Tools Command Prompt]
  • Move to C:\ta-lib\c\make\cdr\win32\msvc
  • Build the Library nmake
  • Then pip3 install ta-lib
@B1g-Tuna
Copy link

Thank you to everyone that commented here. Grateful to finally get it installed properly.

@issacnumb
Copy link

@davidpret13
Copy link

It seem the latest version of TA-Lib only works with Numpy < 2.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment