用pip安装时都要在cmd命令行里启动的,而在python中无法运行。退出python运行环境就再执行pip可以了。
而且最好用管理员身份运行cmd
C:\WINDOWS\system32>cd D:\Python\API C:\WINDOWS\system32>D: D:\Python\API>pip install wordcloud-1.4.1-cp36-cp36m-win_amd64.whl
Processing d:\python\api\wordcloud-1.4.1-cp36-cp36m-win_amd64.whl
Requirement already satisfied: pillow in c:\program files\python36\lib\site-packages (from wordcloud==1.4.1)
Requirement already satisfied: numpy>=1.6.1 in c:\program files\python36\lib\site-packages (from wordcloud==1.4.1)
Collecting matplotlib (from wordcloud==1.4.1)
Using cached https://files.pythonhosted.org/packages/bf/b9/485032835e979ee11d514bb3b9b0543a928b8b96c099c178aeab1d2ba861/matplotlib-2.2.2-cp36-cp36m-win_amd64.whl
Collecting kiwisolver>=1.0.1 (from matplotlib->wordcloud==1.4.1)
Using cached https://files.pythonhosted.org/packages/44/72/16630c3392eba03788ad87949390516bbc488e8e118047a3b824631d21a6/kiwisolver-1.0.1-cp36-none-win_amd64.whl
Requirement already satisfied: six>=1.10 in c:\program files\python36\lib\site-packages (from matplotlib->wordcloud==1.4.1)
Collecting cycler>=0.10 (from matplotlib->wordcloud==1.4.1)
Using cached https://files.pythonhosted.org/packages/f7/d2/e07d3ebb2bd7af696440ce7e754c59dd546ffe1bbe732c8ab68b9c834e61/cycler-0.10.0-py2.py3-none-any.whl
Requirement already satisfied: pytz in c:\program files\python36\lib\site-packages (from matplotlib->wordcloud==1.4.1)
Collecting pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 (from matplotlib->wordcloud==1.4.1)
Using cached https://files.pythonhosted.org/packages/6a/8a/718fd7d3458f9fab8e67186b00abdd345b639976bc7fb3ae722e1b026a50/pyparsing-2.2.0-py2.py3-none-any.whl
Requirement already satisfied: python-dateutil>=2.1 in c:\program files\python36\lib\site-packages (from matplotlib->wordcloud==1.4.1)
Requirement already satisfied: setuptools in c:\program files\python36\lib\site-packages (from kiwisolver>=1.0.1->matplotlib->wordcloud==1.4.1)
Installing collected packages: kiwisolver, cycler, pyparsing, matplotlib, wordcloud
Successfully installed cycler-0.10.0 kiwisolver-1.0.1 matplotlib-2.2.2 pyparsing-2.2.0 wordcloud-1.4.1
You are using pip version 9.0.3, however version 10.0.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

最新文章

  1. libvirt 安装篇
  2. java 支付宝 第三方即时到账支付 接口
  3. [转载] SQL获取所有数据库名、表名、储存过程以及参数列表
  4. windows环境下Django安装配置
  5. Qt from Linux to Windows target
  6. struts_24_基于XML校验的规则、特点
  7. 情报收集:Metasploit命令、查询网站和测试网站
  8. javascript 简繁转换
  9. MVC C# 调用存储过程
  10. POJ 1988 Cube Stacking(带权并查集)
  11. Components of the Impala Server
  12. SharePoint Client Add Folder,file to Library
  13. UIcollectionView的使用(首页的搭建3)
  14. UVA 11768 - Lattice Point or Not(数论)
  15. centos7,yum安装的redis用systemctl无法启动
  16. C#设置WebBrowser默认浏览器
  17. nginx服务部署 说明
  18. CAD版本 注册表信息
  19. 258. Add Digits 入学考试:数位相加
  20. 安卓开发笔记——个性化TextView(新浪微博)

热门文章

  1. hadoop,帮我解了部分惑的文章
  2. Peach+Fuzzer
  3. Linux删除乱码非空目录
  4. css中块元素和行内元素区别
  5. JDBC 笔记3 通过PreparedStatement 对数据库进行增删改查 (转载)
  6. 七号信令中TUP协议的主要消息和故障问题
  7. BZOJ_1671_[Usaco2005 Dec]Knights of Ni 骑士_BFS
  8. A - Mike and Cellphone
  9. Understand中的Graphical Views使用
  10. 给定一个数字n,生成n对可能的小括号组合