解决wordcloud的一个error:Microsoft Visual C++ 9.0 is required. Get it from http://aka.ms/vcpython27


环境:

  操作系统: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】


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM