环境:
操作系统:Windows 7 64位
语言:Python 2.7.13 |Anaconda 4.4.0 (64-bit)| (default, May 11 2017, 13:17:26)
wordcloud
安装,执行如下命令: python install wordcloud
报错如下:
error: Microsoft Visual C++ 9.0 is required. Get it from http://aka.ms/vcpython27
解决方法:下载 VCForPython27.msi 。
地址: http://www.microsoft.com/en-us/download/confirmation.aspx?id=44266
(Microsoft Visual C++ Compiler for Python 2.7)
或者我的百度云盘链接:
链接:http://pan.baidu.com/s/1skGTRL7 密码:28at
直接下载安装,安装完后重新pip install wordcloud
Successfully built wordcloud
Installing collected packages: wordcloud
Successfully installed wordcloud-1.3.1
成功!
【The End】