报错:

During handling of the above exception, another exception occurred

解决方式:
切换为国内镜像:

pip install scrapy -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

然后重新安装即可:

pip install wordcloud

更多推荐