I am trying to install kenlm for Python with the following command:
pip install https://github.com/kpu/kenlm/archive/master.zip
At that time I found the following error:
error: command 'C:\\Users\\PhyuKhaing\\AppData\\Local\\Programs\\Common\\Microsoft\\Visual C++ for Python\\9.0\\VC\\Bin\\amd64\\cl.exe' failed with exit status2
How can I solve that problem?