由于ta-lib 只有32位 ,需要自己make一下:
I attached already Re Build TA-Lib Library for 64 bit
Here are my instructions to build the 64-bit ta-lib.
Install TA-Lib C Library on Windows 10
1. Download and Unzip ta-lib-0.4.0-msvc.zip
2. Move the Unzipped Folder ta-lib to C:\
3. Download and Install Visual Studio Community 2015
Remember to Select [Visual C++] Feature
4. 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
5. Then pip3 install ta-lib
由于本人用的是conda 管理的python 电脑内有不同版本的python 32bit 和64bit都i有。