pip升级命令:python -m pip install --upgrade pip
解决ModuleNotFoundError: No module named ‘pip’:
python -m ensurepip
python -m pip install --upgrade pip