Open efans007 opened 4 years ago
@efans007 什么操作系统,python版本是?
您好,试下升级setuptools:pip install –upgrade setuptools,之后重新安装jieba: python setup.py install。看下还有没问题。
ERROR: Command errored out with exit status 1: /bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-gdE2hT/jieba/setup.py'"'"'; file='"'"'/tmp/pip-install-gdE2hT/jieba/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-lfUdQc/install-record.txt --single-version-externally-managed --compile Check the logs for full command output.
cetos 7.5 64bit python 2.7.5
@efans007 @jacksonlai , 我复现了,是python2.7支持的问题。抱歉我只用python3测试了setup。 现在发布了一个小版本:v0.42.1,你们更新试一下。
安装时报错,报错信息如下: error: can't copy 'jieba/lac_small/model_baseline': doesn't exist or not a regular file 版本:0.41
全自动安装: easy_install jieba 或者 pip install jieba / pip3 install jieba 半自动安装:先下载 https://pypi.python.org/pypi/jieba/ ,解压后运行 python setup.py install 两种安装方式都试过了,一样的报错