ModuleNotFoundError: no module named ‘pip‘解决方法

286 阅读1分钟

问题在这里插入图片描述

解决


python -m ensurepip

python -m pip install --upgrade pip