python安装wordcloud错误及解决办法

部分错误代码

Encountered error while trying to install package. 
 ╰─> wordcloud  note: This is an issue with the package mentioned above, not pip.

解决办法

python离线包从该网址下载对应版本的离线whl包 进行手动安装

pip install wordcloud-1.8.1-cp310-cp310-win_amd64.whl

你可能感兴趣的:(python,python,开发语言,大数据)