ubuntu下,在vscode中使用platformio出现 Can not find working Python 3.6+ Interpreter的问题

有一段时间没有使用platformio了,今天突然使用的时候,发现用不了,报错:

Ubuntu PlatformIO: Can not find working Python 3.6+ Interpreter. Please install the latest Python 3 and restart VSCode。

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

bash 复制代码
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 】

相关推荐
Willliam_william1 天前
QEMU学习之路(11)— 使用VSCode调试qemu-system-riscv64
ide·vscode·学习
暮冬-  Gentle°1 天前
Python内存管理机制:垃圾回收与引用计数
jvm·数据库·python
阿贵---1 天前
使用PyQt5创建现代化的桌面应用程序
jvm·数据库·python
wertyuytrewm1 天前
高级爬虫技巧:处理JavaScript渲染(Selenium)
jvm·数据库·python
不是株1 天前
算 法
数据结构·python·算法
云姜.1 天前
LLM接入方式
python
阳光永恒7361 天前
Python零基础入门全套资料包免费分享 | 从0到1系统学习路线(含课件+源码+实战案例)
开发语言·python·学习·编程入门·python教程·编程学习·免费资料
紫丁香1 天前
pytest_自动化测试1
开发语言·python·功能测试·单元测试·pytest
酷酷的橙子1 天前
python 学习
python
Sakuraba Ema1 天前
Attention Residuals:把固定残差换成“跨层注意力”
python·llm·attention