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

Installation Manager

Open matsscheerman opened this issue 1 year ago • 1 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.63.2 PIO IDE: v2.5.5 System: Darwin, 24.0.0, 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: macOS-10.16
Python version: 3.11.7 (main, Jan  5 2024, 15:06:11) [Clang 10.0.0 (clang-1000.10.44.4)]
Python path: /Users/matsscheerman/.platformio/python3/bin/python3
Creating a virtual environment at /Users/matsscheerman/.platformio/penv

	at /Users/matsscheerman/.vscode/extensions/platformio.platformio-ide-2.5.5/node_modules/platformio-node-helpers/dist/index.js:1:5311
	at ChildProcess.o (/Users/matsscheerman/.vscode/extensions/platformio.platformio-ide-2.5.5/node_modules/platformio-node-helpers/dist/index.js:1:4691)
	at ChildProcess.emit (events.js:315:20)
	at ChildProcess.EventEmitter.emit (domain.js:467:12)
	at maybeClose (internal/child_process.js:1048:16)
	at Socket.<anonymous> (internal/child_process.js:439:11)
	at Socket.emit (events.js:315:20)
	at Socket.EventEmitter.emit (domain.js:467:12)
	at Pipe.<anonymous> (net.js:673:12)

matsscheerman avatar Oct 10 '24 10:10 matsscheerman