尝试为python安装hunspell时无法打开'libhunspell.lib'

era*_*tol 5 python pip hunspell

我试图使用pip在Windows 7中为python 3.4安装'hunspell'包,

但是在运行时

pip install hunspell
Run Code Online (Sandbox Code Playgroud)

我收到以下错误消息:

LINK : fatal error LNK1181: cannot open input file 'libhunspell.lib'
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\link.exe' failed with exit status 1181
Run Code Online (Sandbox Code Playgroud)

我尝试使用Cygwin自行下载和编译hunspell,如我在此处找到的类似问题所示:

pip install hunspell:无法打开包含文件:'hunspell.h':没有这样的文件或目录

但它没有帮助.