You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PIO Core Call Error: "The following files/directories have been created in /Users/weymuthd/Documents/PlatformIO/Projects/Zawierucha \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 teensy41 dependencies...\nAlready up-to-date.\nUpdating metadata for the vscode IDE...\n\n\nUserSideException: Processing teensy41 (platform: teensy; board: teensy41; framework: arduino)\n--------------------------------------------------------------------------------\nVerbose mode can be enabled via -v, --verbose option\nFileNotFoundError: [Errno 2] No such file or directory: '/Users/weymuthd/Documents/PlatformIO/Projects/Zawierucha':\n File "/Users/weymuthd/.platformio/penv/lib/python3.11/site-packages/platformio/builder/main.py", line 158:\n env.LoadPioPlatform()\n File "/Users/weymuthd/.platformio/packages/tool-scons/scons-local-4.8.1/SCons/Util/envs.py", line 252:\n return self.method(*nargs, **kwargs)\n File "/Users/weymuthd/.platformio/penv/lib/python3.11/site-packages/platformio/builder/tools/pioplatform.py", line 102:\n board_config = env.BoardConfig()\n File "/Users/weymuthd/.platformio/packages/tool-scons/scons-local-4.8.1/SCons/Util/envs.py", line 252:\n return self.method(*nargs, **kwargs)\n File "/Users/weymuthd/.platformio/penv/lib/python3.11/site-packages/platformio/builder/tools/pioplatform.py", line 44:\n with fs.cd(env.subst("$PROJECT_DIR")):\n File "/Users/weymuthd/.platformio/penv/lib/python3.11/site-packages/platformio/fs.py", line 37:\n os.chdir(self.new_path)\n========================== [FAILED] Took 0.23 seconds =========================="
The text was updated successfully, but these errors were encountered:
PIO Core Call Error: "The following files/directories have been created in /Users/weymuthd/Documents/PlatformIO/Projects/Zawierucha \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 teensy41 dependencies...\nAlready up-to-date.\nUpdating metadata for the vscode IDE...\n\n\nUserSideException: Processing teensy41 (platform: teensy; board: teensy41; framework: arduino)\n--------------------------------------------------------------------------------\nVerbose mode can be enabled via
-v, --verbose
option\nFileNotFoundError: [Errno 2] No such file or directory: '/Users/weymuthd/Documents/PlatformIO/Projects/Zawierucha':\n File "/Users/weymuthd/.platformio/penv/lib/python3.11/site-packages/platformio/builder/main.py", line 158:\n env.LoadPioPlatform()\n File "/Users/weymuthd/.platformio/packages/tool-scons/scons-local-4.8.1/SCons/Util/envs.py", line 252:\n return self.method(*nargs, **kwargs)\n File "/Users/weymuthd/.platformio/penv/lib/python3.11/site-packages/platformio/builder/tools/pioplatform.py", line 102:\n board_config = env.BoardConfig()\n File "/Users/weymuthd/.platformio/packages/tool-scons/scons-local-4.8.1/SCons/Util/envs.py", line 252:\n return self.method(*nargs, **kwargs)\n File "/Users/weymuthd/.platformio/penv/lib/python3.11/site-packages/platformio/builder/tools/pioplatform.py", line 44:\n with fs.cd(env.subst("$PROJECT_DIR")):\n File "/Users/weymuthd/.platformio/penv/lib/python3.11/site-packages/platformio/fs.py", line 37:\n os.chdir(self.new_path)\n========================== [FAILED] Took 0.23 seconds =========================="The text was updated successfully, but these errors were encountered: