Pycharm pip install wordcloud 报错,如何解决?

问题遇到的现象和发生背景

ERROR: Command errored out with exit status 1:

操作环境、软件版本等信息

尝试从系统终端运行此命令。确保使用为 'C:\Users\Administrator\AppData\Local\Programs\Python\Python39\python.exe' 处的 Python 解释器安装的正确版本的 'pip'。

尝试过的解决方法

python -m pip install --upgrade pip -i https://pypi.douban.com/simple --user

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple wordcloud

我想要达到的结果

```python


```

安装其他库正常吗?
电脑里有几个python ?

img

img

img

C:\Users\Administrator\AppData\Local\Programs\Python\Python39\Scripts\pip.exe install wordcloud

img

看最后一个错误提示 ,貌似是要下个 vc14 以上的开发运行库。

https://blog.csdn.net/weixin_44517500/article/details/99683286
可以参考下别人的解决办法

解决办法:我把pycharm里之前的的python解释器都删除了,换成了Anaconda3里的了,然后就解决了