赞
踩
进入Python官网下载安装包 https://www.python.org/
选择适配版本
Download Windows installer (64-bit)
双击安装软件
python-3.12.2-amd64.exe
通过【win+r】调出【运行】弹窗,输入“cmd”之后打开【命令提示符】
C:\Users\Administrator>python
Python 3.12.2 (tags/v3.12.2:6abddd9, Feb 6 2024, 21:26:36) [MSC v.1937 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>>
>>>
>>>
>>> exit()
C:\Users\Administrator>
通过【win+r】调出【运行】弹窗,输入“cmd”之后打开【命令提示符】
pip -V
找到存放包的文件夹路径:D:\soft\python3\Lib\site-packages
输入命令:
pip install -i https://pypi.doubanio.com/simple/ --trusted-host pypi.doubanio.com --target=D:\soft\python3\Lib\site-packages urllib3
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。