You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the PlatformIO update, it can not find a working Python 3.6+ Interpreter. After reinstalling the same.
Installer hangs on the Core installation.
The console says:
console.ts:137 [Extension Host] /bin/python3 Error: Error: The Python 3.10.6 (/bin/python3) interpreter is not compatible.
Reason: Could not find Python venv module
at /home/taunoerik/.vscode/extensions/platformio.platformio-ide-3.3.0-linux-x64/node_modules/platformio-node-helpers/dist/index.js:1:5300
at ChildProcess.i (/home/taunoerik/.vscode/extensions/platformio.platformio-ide-3.3.0-linux-x64/node_modules/platformio-node-helpers/dist/index.js:1:4598)
at ChildProcess.emit (node:events:513:28)
at ChildProcess.emit (node:domain:489:12)
at maybeClose (node:internal/child_process:1121:16)
at Socket.<anonymous> (node:internal/child_process:479:11)
at Socket.emit (node:events:513:28)
at Socket.emit (node:domain:489:12)
at Pipe.<anonymous> (node:net:757:14)
I have installed virtualenv.
Requirement already satisfied: virtualenv in ./.local/lib/python3.10/site-packages (20.22.0)
OS: Linux Pop!_OS 22.04
The text was updated successfully, but these errors were encountered:
After the PlatformIO update, it can not find a working Python 3.6+ Interpreter. After reinstalling the same.
Installer hangs on the Core installation.
The console says:
console.ts:137 [Extension Host] /bin/python3 Error: Error: The Python 3.10.6 (/bin/python3) interpreter is not compatible.
Reason: Could not find Python
venv
moduleI have installed virtualenv.
Requirement already satisfied: virtualenv in ./.local/lib/python3.10/site-packages (20.22.0)
OS: Linux Pop!_OS 22.04
The text was updated successfully, but these errors were encountered: