我试图在windows 10上安装spaCy。我有python3.7.0,我还安装了MicrosoftVisualC++构建工具14.0。
当我运行以下命令时:
pip安装-U spacy
我得到了以下错误:
生成代码链接:致命错误LNK1158:无法运行'rc.exe‘错误:命令'C:\Program (x86)\Microsoft 14.0\VC\BIN\link.exe’退出状态1158失败
你知道我错过了什么吗?
提前谢谢大家!
发布于 2020-02-11 03:35:29
要么遵循这些步骤Python, installing clarifai --> VS14.0 link.exe failed with exit status 1158,要么安装极小象,然后运行conda install -c conda-forge spacy
https://stackoverflow.com/questions/60167624
复制