platformio / platformio-home

PlatformIO Home
https://docs.platformio.org/page/home/index.html
Apache License 2.0
92 stars 62 forks source link

Could not initialize project #7752

Open Leodien opened 2 weeks ago

Leodien commented 2 weeks ago

PIO Core Call Error: "The following files/directories have been created in /home/gerard/Documenten/PlatformIO/Projects/Test_1 esp32 \ninclude - Put project header files here\nlib - Put project specific (private) libraries here\nsrc - Put project source files here\nplatformio.ini - Project Configuration File\nResolving esp32-c3-devkitm-1 dependencies...\nTool Manager: Installing espressif/toolchain-riscv32-esp @ 8.4.0+2021r2-patch5\nDownloading 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%\nUnpacking 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%\nTool Manager: toolchain-riscv32-esp@8.4.0+2021r2-patch5 has been installed!\nAlready up-to-date.\nUpdating metadata for the vscode IDE...\n\n\nUserSideException: Processing esp32-c3-devkitm-1 (platform: espressif32; board: esp32-c3-devkitm-1; framework: arduino)\n--------------------------------------------------------------------------------\nVerbose mode can be enabled via -v, --verbose option\nFileNotFoundError: [Errno 2] No such file or directory: '/home/gerard/Documenten/PlatformIO/Projects/Test_1 esp32':\n File \"/home/gerard/.platformio/penv/lib/python3.10/site-packages/platformio/builder/main.py\", line 158:\n env.LoadPioPlatform()\n File \"/home/gerard/.platformio/packages/tool-scons/scons-local-4.7.0/SCons/Util/envs.py\", line 251:\n return self.method(*nargs, *kwargs)\n File \"/home/gerard/.platformio/penv/lib/python3.10/site-packages/platformio/builder/tools/pioplatform.py\", line 102:\n board_config = env.BoardConfig()\n File \"/home/gerard/.platformio/packages/tool-scons/scons-local-4.7.0/SCons/Util/envs.py\", line 251:\n return self.method(nargs, **kwargs)\n File \"/home/gerard/.platformio/penv/lib/python3.10/site-packages/platformio/builder/tools/pioplatform.py\", line 44:\n with fs.cd(env.subst(\"$PROJECT_DIR\")):\n File \"/home/gerard/.platformio/penv/lib/python3.10/site-packages/platformio/fs.py\", line 37:\n os.chdir(self.new_path)\n========================== [FAILED] Took 0.31 seconds =========================="