Python 3.7 安装 词云(wordcloud)报错
·
报错:
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
更多推荐

所有评论(0)