解決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