1、首先用cmd进入到python安装路径,进入scripts文件夹(如下图)
【亲测有效】Windows下安装Python的wordcloud

2、在cmd命令行中输入pip install wordcloud
【亲测有效】Windows下安装Python的wordcloud

3、安装成功;如果出现error:Microsoft Visual C++ 9.0 is required Unable to find

则需要安装vs2008(这里注意一定要vs2008!因为windows下用pip语句的话就是要用vs2008进行解析的)或者可以使用可以安装一个Micorsoft Visual C++ Compiler for Python 2.7的包

相关文章:

  • 2021-10-16
  • 2021-05-07
  • 2022-12-23
  • 2021-09-14
  • 2021-09-11
  • 2022-01-22
  • 2021-08-29
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-10
  • 2022-12-23
  • 2021-01-25
  • 2021-07-28
  • 2021-12-20
  • 2021-08-01
相关资源
相似解决方案