里面有 easy_install 不? 如果有,可以用easy_install 安装pip如果没有,只能下载pip包, 用包里的setup.py 安装了。
进入python.exe的目录,执行python -m pip install --upgrade pip更新pip版本
pip3 试一下