|

楼主 |
发表于 2024-3-6 13:55:26
|
显示全部楼层
Microsoft Windows版本 10.0.22631.3235(c)Microsoft Corporation。保留所有权利
C:\Users\ROG>python -m pip install requestsDefaulting to user installation because normal site-packages is not writeableRequirement already satisfied: requests in d:\pythonde\lib\site-packages (2.24.0)Requirementalready satisfied: chardet<4,>=3.0.2 in d:\pythonde\lib\site-packages (from requests)(3.0.4)Requirementalreadysatisfied:idna<3,>=2.5 in d:\pythondellibsite-packages(from requests)(2.10)urllib3!=1.25.0,!=1.25.1,<126,>=1.21.1 in d:\pythonde\lib\site-packages (from requests)Requirementalready satisfied:(1.25.11)Requirement alreadysatisfied: certifi>=2017.4.17 in d:pythondelib\site-packages (from requests)(2020.6.20)DEPRECATION: pyodbc 4.0.0-unsupported has a non-standard version number. pip 24.1 will enforce this behaviour change. Apossible replacement is to upgrade to a newer ver'slon ot pyodbc or contact the author to suggest that they release a version with a conforming version number. Discussion can be found at https://github.com/pypa/pip/issues/12063
C:\Users\R0G>pip installrequestsDefaulting to user installation becausenormal site-packages is not writeablerequests in d:\pythonde\lib\site-packages(2.24.0)Requirement already satisfied:Requirementalreadysatisfied:chardet<4,>=3.0.2 in d:\pythonde\lib\site-packages (from requests)(3.0.4)alreadysatisfied:idna<3,>=2.5 in d:\pythonde\lib\site-packages(from requests)(2.10)RequirementRequirementalreadysatisfied:urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in d:\pythonde\lib\site-packages (from requests)(1.25.11)satisfied: certifi>=2017.4.17 in d:\pythonde\lib\site-packages (from requests)(2020.6.20)Requirement alreadyDEPRECATION: pyodbc 4.0.0-unsupported has a non-standard version number. pip 24.1 will enforce this behaviour change. Apossible replacement is to upgrade to a newer version of pyodbc or contact the author to suggest that they release a version with a conforming version number. Discussion can be found at https://github.com/pypa/pip/issues/12063
变成这样怎么处理 |
|