这个pip 需要升级
Microsoft Windows [版本 10.0.19043.928]
(c) Microsoft Corporation。保留所有权利。
C:\Users\test>cd..
C:\Users>cd..
C:\>cd c:\python38\
c:\Python38>python.exe -m pip install --upgrade pip
Requirement already satisfied: pip in c:\python38\lib\site-packages (21.1.1)
Collecting pip
Downloading pip-24.0-py3-none-any.whl (2.1 MB)
|████████████████████████████████| 2.1 MB 25 kB/s
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 21.1.1
Uninstalling pip-21.1.1:
Successfully uninstalled pip-21.1.1
Successfully installed pip-24.0
c:\Python38>
标签:21.1,Users,python,cd,pip,2.1 From: https://www.cnblogs.com/wenluderen/p/18177097