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 ?
C:\Users\Administrator\AppData\Local\Programs\Python\Python39\Scripts\pip.exe install wordcloud
看最后一个错误提示 ,貌似是要下个 vc14 以上的开发运行库。
https://blog.csdn.net/weixin_44517500/article/details/99683286
可以参考下别人的解决办法
解决办法:我把pycharm里之前的的python解释器都删除了,换成了Anaconda3里的了,然后就解决了