[notice] A new release of pip is available: 23.3.1 -> 23.3.2 [notice] To update, run: python.exe -m pip install --upgrade pip
时间: 2023-12-25 18:29:16 浏览: 234
python pip最新版本 pip-23.3.1
你可以尝试以下两种方法来更新pip:
方法一:
```shell
python.exe -m pip install --upgrade pip
```
方法二:
```shell
python -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade pip --user
```
这两种方法都是用来更新pip的,你可以根据自己的需求选择其中一种方法进行操作。
阅读全文