华清远见Linux驱动深化学习
2023-03-06 15:47 作者:bili_1534047163 | 我要投稿
(venv) D:\prj\venv>pip listPackage Version---------- -------pip 21.1.1setuptools 56.0.0WARNING: You are using pip version 21.1.1; however, version 22.3.1 is available.You should consider upgrading via the 'd:\prj\venv\venv\scripts\python.exe -m pip install --upgrade pip' command.
出警告了,说是建议升级当前的模块 pip 版本。估计是当前的版本出了一些比较严重的bug,为了减少不必要的麻烦,升吧。
(venv) D:\prj\venv>python -m pip install --upgrade pip
Requirement already satisfied: pip in d:\prj\venv\venv\lib\site-packages (21.1.1)Collecting pip
Using cached pip-22.3.1-py3-none-any.whl (2.1 MB)Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 21.1.1