platformio / platformio-atom-ide

PlatformIO IDE for Atom: The next generation integrated development environment for IoT
https://atom.io/packages/platformio-ide
Apache License 2.0
476 stars 72 forks source link

Error: Could not create PIO Core Virtual Environment #2522

Open lmpan opened 2 years ago

lmpan commented 2 years ago

Error: Error: Could not create PIO Core Virtual Environment. Please report to https://github.com/platformio/platformio-core-installer/issues -> Installer version: 0.3.5 Platform: Windows-10 Python version: 3.9.7 (default, Sep 16 2021, 16:59:28) [MSC v.1916 64 bit (AMD64)] Python path: C:\ProgramData\Anaconda3\python.exe Creating a virtual environment at C:\Users\username.platformio\penv

I got the above error message when installing platformio-ide. The path of the virtual environment is wrong, "\" is missing between "username" and ".platformio". Any suggestion how to fix this issue?