platformio / platformio-home

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

Libraries: Builtin #3706

Closed infrafast closed 2 years ago

infrafast commented 2 years ago

PIO Core Call Error: "Error: Traceback (most recent call last):\r\n File \"C:\Users\progman\.platformio\penv\lib\site-packages\platformio\main.py\", line 121, in main\r\n cli() # pylint: disable=no-value-for-parameter\r\n File \"C:\Users\progman\.platformio\penv\lib\site-packages\click\core.py\", line 1128, in call\r\n return self.main(args, kwargs)\r\n File \"C:\Users\progman\.platformio\penv\lib\site-packages\click\core.py\", line 1053, in main\r\n rv = self.invoke(ctx)\r\n File \"C:\Users\progman\.platformio\penv\lib\site-packages\platformio\commands\init.py\", line 44, in invoke\r\n return super(PlatformioCLI, self).invoke(ctx)\r\n File \"C:\Users\progman\.platformio\penv\lib\site-packages\click\core.py\", line 1659, in invoke\r\n return _process_result(sub_ctx.command.invoke(sub_ctx))\r\n File \"C:\Users\progman\.platformio\penv\lib\site-packages\click\core.py\", line 1659, in invoke\r\n return _process_result(sub_ctx.command.invoke(sub_ctx))\r\n File \"C:\Users\progman\.platformio\penv\lib\site-packages\click\core.py\", line 1395, in invoke\r\n return ctx.invoke(self.callback, ctx.params)\r\n File \"C:\Users\progman\.platformio\penv\lib\site-packages\click\core.py\", line 754, in invoke\r\n return __callback(args, *kwargs)\r\n File \"C:\Users\progman\.platformio\penv\lib\site-packages\platformio\commands\lib\command.py\", line 419, in lib_builtin\r\n items = get_builtin_libs(storage)\r\n File \"C:\Users\progman\.platformio\penv\lib\site-packages\platformio\commands\lib\helpers.py\", line 33, in get_builtin_libs\r\n p = PlatformFactory.new(pkg)\r\n File \"C:\Users\progman\.platformio\penv\lib\site-packages\platformio\platform\factory.py\", line 70, in new\r\n platform_cls = getattr(\r\nAttributeError: module 'platformio.platform.platform' has no attribute 'PlatformPlatform'\r\n\r\n============================================================\r\n\r\nAn unexpected error occurred. Further steps:\r\n\r\n Verify that you have the latest version of PlatformIO using\r\n pip install -U platformio command\r\n\r\n Try to find answer in FAQ Troubleshooting section\r\n https://docs.platformio.org/page/faq.html\r\n\r\n Report this problem to the developers\r\n https://github.com/platformio/platformio-core/issues\r\n\r\n============================================================"

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. Please provide more details or it will be closed if no further activity occurs. Thank you for your contributions.