python-crfsuite 的 ValueError ['path'] 构建轮失败

ValueError ['path'] failed building wheel for python-crfsuite

我正在尝试使用此命令安装 python-CRFSuite:

pip install python-crfsuite

在此之前我使用

SET VS90COMNTOOLS=%VS140COMNTOOLS%

因为我使用的是 Visual studio 2015。在 运行 安装命令后我收到以下错误:

File "C:\Python34\lib\distutils\msvc9compiler.py", line 287, in query_vcvarsall
      raise ValueError(str(list(result.keys())))
  ValueError: ['path']

  ----------------------------------------
  Failed building wheel for python-crfsuite 

如果有人遇到同样的问题或者已经在 windows 上安装了 crfsuite 并且知道这方面的知识那么请帮我解决这个错误

我尝试了另一种解决方法。从这个 link http://sourceforge.net/projects/mingw/files and then used this link http://versioneye.com/python/python-crfsuite/0.8.1 安装 Mingw 以使用命令安装 pycrfsuite :
pip install https://pypi.python.org/packages/source/p/python-crfsuite/python-crfsuite-0.8.1.‌​tar.gz
成功了!!我不明白为什么