環境:
操作系統: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】