使用pip命令下载时失败并提示
You are using pip version 19.0.3(当前版本), however version 23.0.1 (最新版本)is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
可使用命令
python -m pip install --upgrade
来更新pip版本