打开CMD

输入pip install -U spacy回车

系统自动下载安装;

python spacy安装

 

安装过程中出现错误提示,没有Visual C++ 9.0,从提示中给的网址下载http://aka.ms/vcpython27

python spacy安装下载完点击安装即可

然后打开CMD,重新输入pip install -U spacy下载安装

python spacy安装

 

successfully installed,安装完成。

打开Pycharm 或者Python  Shell  检验,输入 import spacy,已经没有错误提示了,说明安装成功

python spacy安装

安装过程中可能出现pip需要更新,按照系统提示更新即可

相关文章:

  • 2022-12-23
  • 2022-01-06
  • 2022-12-23
  • 2021-05-19
  • 2022-12-23
  • 2021-07-21
  • 2021-06-04
  • 2022-03-12
猜你喜欢
  • 2021-04-26
  • 2022-12-23
  • 2021-10-03
  • 2022-12-23
  • 2022-12-23
  • 2021-08-31
  • 2022-12-23
相关资源
相似解决方案