Problem with initialization

Hi everyone,

I’m encountering an issue when creating a new project in PlatformIO. Whether I start the project from scratch or use an example, the project initialization process takes a very long time and eventually hangs.

Here are the details:

  1. Issue: When creating a new project in PlatformIO (either from scratch or using an example), the process takes an extremely long time and eventually hangs.

  2. Operating System: Windows

  3. PlatformIO Version: 6.1.15

  4. What I’ve Tried:

    • Updating PlatformIO
    • Clearing the cache and retrying
    • Checking and adjusting the platformio.ini configuration
    • Reinstalling PlatformIO
  5. What Happens:

    • After running the project creation command, the process hangs and doesn’t complete; the project is not created.

I would appreciate any help or advice on resolving this issue. Thank you in advance!

Try to use the CLI to create the project with

pio init -b uno

(Assuming an Arduino Uno target board).