0
点赞
收藏
分享

微信扫一扫

Ubuntu 离线部署的常见操作

Java架构领域 2023-08-01 阅读 156

有一段时间没有使用platformio了,今天突然使用的时候,发现用不了,报错:
Ubuntu PlatformIO: Can not find working Python 3.6+ Interpreter. Please install the latest Python 3 and restart VSCode。

上网一查,发现好多人遇到,同时他们也给出了解决办法:

sudo apt-get install python3-venv

【Ubuntu vscode pio extension install: PlatformIO: Can not find working Python 3.6+ Interpreter】
在这里插入图片描述
【 Can not find working Python 3.6+ Interpreter #3764 】
在这里插入图片描述【 Can not find Python Interpreter #1774 】
在这里插入图片描述

举报

相关推荐

0 条评论