当前位置:网站首页>pthon 执行 pip 指令报错 You should consider upgrading via ...
pthon 执行 pip 指令报错 You should consider upgrading via ...
2022-06-13 06:05:00 【黑科技王子】
1、报错信息
WARNING: You are using pip version 21.3.1; however, version 22.1.1 is available.
You should consider upgrading via the 'D:\pythonProject\venv\Scripts\python.exe -m pip install --upgrade pip' command.
2、解决方法
在 Terminal 终端执行如下命令即可
(venv) PS D:\pythonProject> python -m pip install --upgrade pip
3、过程展示
边栏推荐
- DLL bit by bit
- Software testing - Summary of common interface problems
- Leetcode- first unique character in string - simple
- Uniapp mobile terminal uses canvas to draw background convex arc
- 本地文件秒搜工具 Everything
- 微信小程序:点击事件获取当前设备信息(基础)
- 不在以下合法域名列表中,微信小程序解决办法
- CORS request principle
- USB debugging assistant
- Introduction to USB learning (5) -- looking back, the man was in the dim light
猜你喜欢
Four shardingsphere JDBC sharding strategies
[spark]spark introductory practical series_ 8_ Spark_ Mllib (upper)__ Introduction to machine learning and sparkmllib
零拷贝技术
[turn] explain awk (1)__ Awk Basics_ Options_ Program segment parsing and examples
php 分布式事务 原理详解
The SQL file of mysql8.0 was imported into version 5.5. There was a pit
The Boys x PUBGMOBILE 联动火热来袭!来看最新游戏海报
Function and application scenario of field setaccessible() method
Echart柱状图:x轴显示value,y轴显示类别
Why do so many people hate a-spice
随机推荐
Leetcode longest harmonic subsequence simple
1+1>2,Share Creators可以帮助您实现
DLL bit by bit
Uni app disable native navigation bar
软件测试——接口常见问题汇总
Leetcode judge subsequence simple
@The detailed explanation of configurationproperties and the problem that all properties of the entity bean modified by this annotation are null after injection are solved
微信小程序:点击事件获取当前设备信息(基础)
Commit specification
[automated test] cypress manual
自定义View —— 可伸展的CollapsExpendView
Echart折线图:当多条折线存在相同name,图例仍全部显示
Leetcode planting flowers - simple
微信小程序:全局状态变量的使用
Printf function
The title of the WebView page will be displayed in the top navigation bar of the app. How to customize
Multiple reception occurs in the uniapp message delivery
How to view APK version number from apk
Swift--function
CORS request principle