首页 > 解决方案 > “Pip install spacy”失败并出现错误

问题描述

“Pip install spacy”失败并出现以下神秘错误,我不知道如何处理它。有没有人见过这样的问题

Command "/home/ec2-user/anaconda3/envs/pytorch_p36/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-9vm71w85/spacy/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-cpqq4x9o/install-record.txt --single-version-externally-managed --compile" failed with error code -9 in /tmp/pip-install-9vm71w85/spacy/

标签: pythonpipspacy

解决方案


推荐阅读