问题
I'm trying to install TA-Lib on Python, i'm using a x64 version so i can't install Ta-Lib using pip. I'm following these steps to run it but i have not clear the step 4: "Build the library nmake". I have opened the prompt but i don't really know how to build nmake
, can anyone help me?
回答1:
nmake
is the make
version of the Microsoft Compiler Collection. You probably don't have Visual Studio installed.
See here:
- https://www.lfd.uci.edu/~gohlke/pythonlibs/
You have several precompiled packages, including ta-lib
来源:https://stackoverflow.com/questions/48251292/installing-ta-lib-on-python-x64