下载脚本,对应版本
curl https://bootstrap.pypa.io/pip/3.7/get-pip.py -o get-pip.py
https://bootstrap.pypa.io/pip/3.7/get-pip.py
安装
windows下默认没有cur.exe
下载地址:通过百度网盘分享的文件:curl_windows.rar
链接:https://pan.baidu.com/s/1ZdkKCwVO-aWDkN-P2dXYwA
提取码:42zl
如果提示错误
pkg_resources.DistributionNotFound: The 'pip==23.2.1' distribution was not found and is required by the application
解决办法: 安装与报错一样的pip
我上面报的pip版本为 23.2.1,那我就安装这个版本即可
方法:python -m pip install pip==23.2.1 -i https://pypi.tuna.tsinghua.edu.cn/simple