platformio-core-installer icon indicating copy to clipboard operation
platformio-core-installer copied to clipboard

Installation Manager

Open danielgran opened this issue 1 year ago • 0 comments

%23 Description of problem Leave a comment...

BEFORE SUBMITTING, PLEASE SEARCH FOR DUPLICATES IN

  • https://github.com/platformio/platformio-vscode-ide/issues%3Fq=is%3Aissue

%23 Configuration

VSCode: 1.88.1 PIO IDE: v2.5.0 System: Windows_NT, 10.0.22631, x64

%23 Exception

Error: Error: Can not install PlatformIO Core due to a missed `distutils` package in your Python installation.
Please install this package manually using the OS package manager. For example:

$ apt-get install python3-venv

(MAY require administrator access `sudo`)
-> Installer version: 1.1.2
Platform: Windows-10
Python version: 3.11.7 (tags/v3.11.7:fa7a6f2, Dec  4 2023, 19:24:49) [MSC v.1937 64 bit (AMD64)]
Python path: C:\Users\grand\.platformio\python3\python.exe
Creating a virtual environment at C:\Users\grand\.platformio\penv

  at cmd (c:\Users\grand\.vscode\extensions\platformio.platformio-ide-2.5.0\node_modules\platformio-node-helpers\dist\webpack:\platformio-node-helpers\src\proc.js:187:25)
  at ChildProcess.c (c:\Users\grand\.vscode\extensions\platformio.platformio-ide-2.5.0\node_modules\platformio-node-helpers\dist\webpack:\platformio-node-helpers\src\proc.js:177:7)
  at ChildProcess.emit (node:events:517:28)
  at ChildProcess.emit (node:domain:489:12)
  at ChildProcess.cp.emit (c:\Users\grand\.vscode\extensions\platformio.platformio-ide-2.5.0\node_modules\cross-spawn\lib\enoent.js:34:29)
  at maybeClose (node:internal/child_process:1098:16)
  at Process.ChildProcess._handle.onexit (node:internal/child_process:303:5)

danielgran avatar Jun 11 '24 12:06 danielgran