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

Installation Manager

Open Hunger-Grand 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.89.1 PIO IDE: v0.0.2 System: Windows_NT, 10.0.22621, x64

%23 Exception

Error: No pyvenv.cfg file
Error: Could not install PlatformIO Core: If you have antivirus/firewall/defender software in a system, try to disable it for a while.
Command '['C:\\Users\\hunge\\.platformio\\penv\\Scripts\\python.exe', '-m', 'pip', 'install', '-U', 'platformio']' returned non-zero exit status 106.
-> Installer version: 1.1.2
Platform: Windows-10
Python version: 3.11.2 (tags/v3.11.2:878ead1, Feb  7 2023, 16:38:35) [MSC v.1934 64 bit (AMD64)]
Python path: C:\Espressif\tools\idf-python\3.11.2\python.exe
Creating a virtual environment at C:\Users\hunge\.platformio\penv
Updating Python package manager (PIP) in a virtual environment
PIP has been successfully updated!
Virtual environment has been successfully created!
Installing PlatformIO Core

	at c:\Users\hunge\.vscode\extensions\leviyanx.aide1-0.0.2-win32-x64\node_modules\platformio-node-helpers\dist\index.js:1:5303
	at ChildProcess.o (c:\Users\hunge\.vscode\extensions\leviyanx.aide1-0.0.2-win32-x64\node_modules\platformio-node-helpers\dist\index.js:1:4601)
	at ChildProcess.emit (node:events:517:28)
	at ChildProcess.emit (node:domain:489:12)
	at maybeClose (node:internal/child_process:1098:16)
	at ChildProcess._handle.onexit (node:internal/child_process:303:5)

Hunger-Grand avatar May 17 '24 16:05 Hunger-Grand