赞
踩
直接使用:pip install pyltp安装:
会提示缺少:Microsoft C++ 9.0 编译器之类的问题,并且是提示到一个网站上下载安装VCForPython27.msi
去提示的网站上下载安装就好了。
安装完成之后再次运行pip安装命令:pip install pyltp
出现如下问题:
Setup script exited with error: command ‘C:\Program Files\Common Files
\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe’ failed with exit status
2*
这时候指定一下pyltp的版本就可以了,默认安装的是0.2.1,需要指定为0.1.9.1
pip install pyltp==0.1.9.1
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。