VSCode esp-idf环境搭建 报错 ERROR_INVALID_PIP

例如我的报错提示

bash 复制代码
D:\APP\Espressif\idf531\Espressif\tools\idf-python\3.11.2\python.exe -m pip" is not valid. (ERROR_INVALID_PIP)

找到目录位置D:\APP\Espressif\idf531\Espressif\tools\idf-python\3.11.2

使用下面的指令更新pip

bash 复制代码
python -m ensurepip
bash 复制代码
python -m pip install --upgrade pip

之后就可以回到vscode继续安装esp-idf了

相关推荐
小妖6661 小时前
vscode vue文件单行注释失效解决办法
ide·vscode·编辑器
Geek__19922 小时前
VSCode远程图形化GDB
ide·vscode·编辑器
PassLink_2 小时前
[ESP-IDF]:esp32-camera 使用指南 ESP32S3-OV2640 用例测试
esp32·c·esp-idf·ov2640·esp32-camera·esp32s3-cam
xx155802862xx4 小时前
vscode 打开csv乱码
ide·vscode·编辑器
明·煜5 小时前
解决VSCode每次SSH连接服务器时,都需要下载vscode-server
ide·vscode·ssh
Magnum Lehar12 小时前
ApophisZerg游戏引擎项目目录展示
人工智能·vscode·编辑器·游戏引擎
敖行客 Allthinker19 小时前
VS Code 智能代理模式:重塑开发体验
vscode·代理模式
PyAIGCMaster20 小时前
Vscode已经打开的python项目,如何使用已经建立的虚拟环境
ide·vscode·python
编程猪猪侠21 小时前
VSCode如何修改默认扩展路径和用户文件夹目录到其他盘以及微信开发工具如何修改扩展路径到其他盘
ide·vscode·编辑器
姜太小白1 天前
【VSCode】VS Code自动换行设置方法
ide·vscode·编辑器