platformio / platformio-home

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

Could not initialize project #7485

Open HarryD37 opened 6 months ago

HarryD37 commented 6 months ago

PIO Core Call Error: "Resolving teensy41 dependencies...\r\nPlatform Manager: Installing teensy\r\nDownloading 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%\r\nUnpacking 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%\r\nPlatform Manager: teensy@5.0.0 has been installed!\r\nTool Manager: Installing platformio/toolchain-gccarmnoneeabi-teensy @ ~1.110301.0\r\nDownloading 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%\r\nUnpacking 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%\r\nTool Manager: toolchain-gccarmnoneeabi-teensy@1.110301.0 has been installed!\r\nTool Manager: Installing platformio/framework-arduinoteensy @ ~1.159.0\r\nDownloading 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%\r\nUnpacking 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%\r\nTool Manager: framework-arduinoteensy@1.159.0 has been installed!\r\nTool Manager: Installing platformio/tool-teensy @ <2\r\nDownloading 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%\r\nUnpacking 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%\r\nTool Manager: tool-teensy@1.159.0 has been installed!\r\nTool Manager: Installing platformio/tool-scons @ ~4.40600.0\r\nDownloading 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%\r\nUnpacking 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%\r\nTool Manager: tool-scons@4.40600.0 has been installed!\r\nUpdating metadata for the vscode IDE...\r\n\n\nUserSideException: Processing teensy41 (platform: teensy; board: teensy41; framework: arduino)\r\n--------------------------------------------------------------------------------\r\nVerbose mode can be enabled via -v, --verbose option\r\nCONFIGURATION: https://docs.platformio.org/page/boards/teensy/teensy41.html\r\nPLATFORM: Teensy (5.0.0) > Teensy 4.1\r\nHARDWARE: IMXRT1062 600MHz, 512KB RAM, 7.75MB Flash\r\nDEBUG: Current (jlink) External (jlink)\r\nPACKAGES: \r\n - framework-arduinoteensy @ 1.159.0 (1.59) \r\n - tool-teensy @ 1.159.0 (1.59) \r\n - toolchain-gccarmnoneeabi-teensy @ 1.110301.0 (11.3.1)\r\nLDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf\r\nLDF Modes: Finder ~ chain, Compatibility ~ soft\r\nFound 92 compatible libraries\r\nScanning dependencies...\r\nNo dependencies\r\nBuilding in release mode\r\n\r\n*** SyntaxError invalid syntax (<string>, line 1)' trying to evaluate$EXa6180.43682'\r\nFile \"C:\Users\hvdoorn\.platformio\penv\Lib\site-packages\platformio\builder\tools\piointegration.py\", line 154, in DumpIntegrationData\r\n========================== [FAILED] Took 5.94 seconds =========================="

HarryD37 commented 6 months ago

i tried removing vscode, python, platformio and reinstall everything again. After this complete refreshed install the problem is the same. I installed vscode and platformio on a virtual machine and it works fine there.

Can someone please help me / point me to the right direction ?