试图在我的windows 10上安装scikits talkbox python 3.6。Visual :14我收到以下错误
LINK : fatal error LNK1171: unable to load mspdb140.dll (error code: 127)
error: Command "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\lib.exe build\temp.win-amd64-3.6\scikits\talkbox\linpred\src\levinson.obj /OUT:build\temp.win-amd64-3.6\clpc.lib" failed with exit status 1171请给我任何建议。
发布于 2017-05-18 06:12:25
首先安装NumPy+MKL,然后再安装SciKit-从用于Python扩展包的非官方Windows二进制文件学习。步骤如下
pip install file.whlhttps://stackoverflow.com/questions/43756663
复制相似问题