使用了pip安装不成功,出现Use --force-reinstall to force an installation of the wheel.
简单来说,问题很多,基本是版本不匹配的问题。
应该是因为你的python的版本问题,下载的时候自动下载的这些库是最新版本,所以不匹配wordcloud
你用的python是3.几的?你的whl包是3.9的