I am trying to install python-CRFSuite using this command:
pip install python-crfsuite
Before this I use
SET VS90COMNTOOLS=%VS140COMNTOOLS%
since I am using Visual studio 2015. After running the installation command i get the following error:
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
If someone has faced same problem or has installed crfsuite on windows has knowledge about this then please help me solve this error
ERROR: Cannot determine the location of the VS Common Tools folder. – Neha Apr 20 '16 at 07:04