这个应该怎么安装呀?卡了半天了,在线等大佬
这个看着显示访问国外的地址下载包太慢了,所以报错,建议换成国内的镜像源
##windows 在用户的家目录下创建 .pip 目录,然后在 .pip 目录下再创建 pip.conf 文件,文件内容如下
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host=mirrors.aliyun.com
timeout = 150
##linux 服务器在root用户的家目录下创建 .pip 目录,然后在 .pip 目录下再创建 pip.conf 文件,文件内容如下
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host=mirrors.aliyun.com
timeout = 150
https://www.lfd.uci.edu/~gohlke/pythonlibs/#wordcloud
下载离线包 whl pip install ....whl