1、下载 Windows embeddable package (64-bit)

Python Releases for Windows | Python.orgicon-default.png?t=LBL2https://www.python.org/downloads/windows/下载后解压缩到一个文件夹,例如:dlls。

2、dlls文件夹中制作一个pip.ini,内容是:

[global]

index-url=http://mirrors.aliyun.com/pypi/simple/

[install]

trusted-host=mirrors.aliyun.com

3、dlls文件夹中制作一个get-pip.py(utf8格式),内容是:

https://bootstrap.pypa.io/get-pip.pyicon-default.png?t=LBL2https://bootstrap.pypa.io/get-pip.py或者从这里下载:

Installation - pip documentation v22.0.dev0icon-default.png?t=LBL2https://pip.pypa.io/en/latest/installation/#get-pip-py

4、修改 python310._pth,去掉import site前的注释,这样 "\lib\site-packages"才会加入sys.path中 。

5、运行这个py:

python get-pip.py

可以看到安装了 pip-21.3.1 setuptools-60.5.0 wheel-0.37.1

Successfully installed pip-21.3.1 setuptools-60.5.0 wheel-0.37.1

6、检查pip安装是否成功:

运行:

python -m pip -V

输出:

pip 21.3.1 from D:\cbq\0freepy\bin\dlls\lib\site-packages\pip (python 3.10)

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐