You are using pip version 10.0.1, however version 21.3.1 is available.
时间: 2023-09-21 19:11:38 浏览: 156
Python:安装wordcloud库不成功(You are using pip version 10.0.1, however version 20.0.2 is available. )
As an AI language model, I do not have the capability to upgrade your pip version. However, you can upgrade your pip version by running the following command in your terminal or command prompt:
```
pip install --upgrade pip
```
This will upgrade your pip version to the latest available version, which is currently 21.3.1.
阅读全文