我需要安装Visual C++ Build Tools.当我下载安装程序时,我已经尝试安装它,但它告诉我需要卸载VS 2015!
我该如何解决?为什么Visual C++ Build工具告诉我需要删除当前的VS 2015安装?
令人沮丧的是在python中安装TA-Lib包很困难.
https://pypi.python.org/pypi/TA-Lib
我已经阅读了所有可以在此找到的论坛帖子,但对于我的特定问题没有运气.
Windows 10 Python 3.5.2 Anaconda 4.2.0 Cython 0.24.1 Microsoft Visual Studio 14.0
我已经下载并提取了ta-lib-0.4.0-msvc.zip到C:/ TA-Lib(常见的问题似乎是没有安装底层TA-Lib文件的人http://www.ta-lib.org/ hdr_dw.html)
如果有人能帮助我解决这个问题,我将非常感激!
使用'pip install ta-lib'我得到以下内容:
C:\Users\Matt>pip install ta-lib
Collecting ta-lib
Using cached TA-Lib-0.4.10.tar.gz
Building wheels for collected packages: ta-lib
Running setup.py bdist_wheel for ta-lib ... error
Complete output from command c:\users\matt\anaconda3\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\Matt\\AppData\\Local\\Temp\\pip-build-vv02ktg_\\ta-lib\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d C:\Users\Matt\AppData\Local\Temp\tmpqstzmsgspip-wheel- --python-tag cp35:
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-3.5
creating build\lib.win-amd64-3.5\talib
copying talib\deprecated.py -> …Run Code Online (Sandbox Code Playgroud)