【Python】安装wordcloud

我直接在cmd下使用下面语句,安装失败。

pip install wordcloud

于是,首先去网页下载对应版本:

网址:https://www.lfd.uci.edu/~gohlke/pythonlibs/

然后再cmd下运行:

pip install 路径
eg:pip install D:\Soft\******.whl

我们下次再见,如果还有下次的话!!!
欢迎关注微信公众号:516数据工作室
【Python】安装wordcloud_第1张图片

你可能感兴趣的:(Python)