forked from HuangFJ/pyltp
-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip 安装出错。 #133
Comments
同样的问题 |
python2.7,VCForPython27,pip install pyltp==0.1.9.1,顺利安装 |
那python3。。怎么办呢 |
网络上关于python 3的方法我都试了,还是不断地报错。最后换成python2.7了 |
same question #125 |
@wh93hz 谢谢你,64位win10,anaconda3,我按照#125里提到的方法,装了VSC++2015,然后成功了,你也可以试试 |
多谢。我有空试一下
发自网易邮箱大师
在2018年1月14日 00:49,pogevip<notifications@github.com> 写道:
@wh93hz 谢谢你,64位win10,anaconda3,我按照#125里提到的方法,装了VSC++2015,然后成功了,你也可以试试
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@wh93hz 我按照你说的“python2.7,VCForPython27,pip install pyltp==0.1.9.1,顺利安装”后确实安装成功了,那对应的LTP和模型版本你还用的是3.4.0嘛? |
不好意思,我没有用python2.7.了,如果你想用python3.6或者3.6 的话,可以参考这个网页上的第二种方法来,直接安装编译好的whl文件
http://mlln.cn/2018/01/31/pyltp%E5%9C%A8windows%E4%B8%8B%E7%9A%84%E7%BC%96%E8%AF%91%E5%AE%89%E8%A3%85/
发自网易邮箱大师
在2018年6月21日 14:49,Jingshu<notifications@github.com> 写道:
@wh93hz 我按照你说的“python2.7,VCForPython27,pip install pyltp==0.1.9.1,顺利安装”后确实安装成功了,那对应的LTP和模型版本你还用的是3.4.0嘛?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
嗯嗯谢谢啦。
我试了下用python2.7+pyltp0.1.9.1+模型3.4.0也是可以的。
之后要是换py3用你说的试下~
… 在 2018年6月24日,下午10:00,wh93hz ***@***.***> 写道:
不好意思,我没有用python2.7.了,如果你想用python3.6或者3.6 的话,可以参考这个网页上的第二种方法来,直接安装编译好的whl文件
http://mlln.cn/2018/01/31/pyltp%E5%9C%A8windows%E4%B8%8B%E7%9A%84%E7%BC%96%E8%AF%91%E5%AE%89%E8%A3%85/
发自网易邮箱大师
在2018年6月21日 ***@***.***> 写道:
@wh93hz 我按照你说的“python2.7,VCForPython27,pip install pyltp==0.1.9.1,顺利安装”后确实安装成功了,那对应的LTP和模型版本你还用的是3.4.0嘛?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
win10 64位,python版本3.5.0,安装了VCForPython27,报错error: [WinError 2] 系统找不到指定的文件。请问是什么问题呢?谢谢谢谢
C:\Users\Administrator>pip install pyltp
Collecting pyltp
Using cached pyltp-0.2.1.tar.gz
Installing collected packages: pyltp
Running setup.py install for pyltp ... error
Complete output from command d:\python\python.exe -u -c "import setuptools, tokenize;file='C:\Users\ADMINI
1\AppData\Local\Temp\pip-build-7iw2lrc9\pyltp\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record C:\Users\ADMINI1\AppData\Local\Temp\pip-qhgkdfpz-record\install-record.txt --single-version-externally-managed --compile:running install
running build
running build_ext
building 'pyltp' extension
error: [WinError 2] 系统找不到指定的文件。
Command "d:\python\python.exe -u -c "import setuptools, tokenize;file='C:\Users\ADMINI
1\AppData\Local\Temp\pip-build-7iw2lrc9\pyltp\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record C:\Users\ADMINI1\AppData\Local\Temp\pip-qhgkdfpz-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\ADMINI~1\AppData\Local\Temp\pip-build-7iw2lrc9\pyltp\The text was updated successfully, but these errors were encountered: