-
Notifications
You must be signed in to change notification settings - Fork 258
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 install cocoNLP安装失败 #4
Comments
I can reproduce the bug on ubuntu. |
On windows, I will reproduce the bug and show the solution soon. |
On windows, you can refer the solution in the following link. |
@fighting41love 感谢您的赖心解答!!! |
@fighting41love |
抽取手机号码时,把身份证号识别成shoujih手机号了。 |
|
Thanks for your valuable comment. |
|
I encounter the same problem on my macOS, but I didn't find a solution for mac users, if possible, please help me solve it 😭 |
which bug? Could you pls show me the details? |
Collecting cocoNLP
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/3d/vjjgd34s5kd3cf_ssknv5r300000gn/T/pip-install-_942dvn5/cocoNLP/ |
I think the error was caused by |
Sorry for the late response. I think the bug is caused by the gcc. |
抱歉, 我用的是win10, 像楼主提供的网址操作,可是出现了下面的bug, Installed c:\users\yao\desktop\coconlp.eggs\jpype1-0.6.3-py3.7-win-amd64.egg |
DeardeMacBook-Pro:cocoNLP hey$ from cocoNLP.extractor import extractor HOW about this question?thank you so much! |
@TianHongZXY |
@fighting41love
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. If you can, please help me, I really need this ~ |
@WMT123 You can try |
@TianHongZXY Thank you for your prompt reply! And I installed this as you said, but the same error occurred as before. `Collecting cocoNLP
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. |
安装失败 pip --no-cache-dir install cocoNLP
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. |
装不上!!!!!!!!!!!!!1 |
装不上+1,下载完就不动了。macos |
success on win7 pip install --upgrade pip D:\microsoft\python37\Lib\site-packages\cocoNLP-master |
用这个命令可以加速下载,我在下载完88kb那里停顿几秒后就看到新的下载进度条 |
git clone https://github.com/fighting41love/cocoNLP.git
cd cocoNLP
pip insatll -r requirements.txt
python setup.py install Works for me. |
我实在anaconda上安装的,windows和linux都试了,均失败
Collecting cocoNLP
Downloading https://files.pythonhosted.org/packages/6e/63/c4799852e34cc66a2f81e7604a14839de7a165403c3855d3b4edc191f558/cocoNLP-0.0.10.tar.gz (74kB)
100% |████████████████████████████████| 81kB 19kB/s
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-v9kles9o/cocoNLP/
You are using pip version 10.0.1, however version 18.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
The text was updated successfully, but these errors were encountered: