You are using pip version 21.1.3; however, version 23.2.1 is available.
时间: 2023-11-16 16:53:07 浏览: 150
WARNING: You are using pip version 19.3.1; however, version 20.0.2 is available.
You are currently using pip version 21.1.3, but there is a newer version available, which is version 23.2.1. To upgrade to the latest version, you can use the following command:
```
pip install --upgrade pip
```
After running this command, pip will be upgraded to version 23.2.1.
阅读全文