Installing TA-Lib on python x64

若如初见. 提交于 2019-12-10 18:35:49

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!