platformio / platformio-home

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

Could not import project #471

Closed Quency-D closed 3 years ago

Quency-D commented 4 years ago

PIO Core Call Error: "The current working directory C:\Users\86157\Documents\PlatformIO\Projects\200310-162533-arduino-cubecell will be used for the project.\r\n\r\nThe next files/directories have been created in C:\Users\86157\Documents\PlatformIO\Projects\200310-162533-arduino-cubecell\r\ninclude - Put project header files here\r\nlib - Put here project specific (private) libraries\r\nsrc - Put project source files here\r\nplatformio.ini - Project Configuration File\r\n\n\nError: Traceback (most recent call last):\r\n File \"C:\Users\86157\.platformio\penv\lib\site-packages\platformio\main.py\", line 102, in main\r\n cli() # pylint: disable=no-value-for-parameter\r\n File \"C:\Users\86157\.platformio\penv\lib\site-packages\click\core.py\", line 764, in call\r\n return self.main(args, kwargs)\r\n File \"C:\Users\86157\.platformio\penv\lib\site-packages\click\core.py\", line 717, in main\r\n rv = self.invoke(ctx)\r\n File \"C:\Users\86157\.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\86157\.platformio\penv\lib\site-packages\click\core.py\", line 1137, in invoke\r\n return _process_result(sub_ctx.command.invoke(sub_ctx))\r\n File \"C:\Users\86157\.platformio\penv\lib\site-packages\click\core.py\", line 956, in invoke\r\n return ctx.invoke(self.callback, ctx.params)\r\n File \"C:\Users\86157\.platformio\penv\lib\site-packages\click\core.py\", line 555, in invoke\r\n return callback(args, kwargs)\r\n File \"C:\Users\86157\.platformio\penv\lib\site-packages\click\decorators.py\", line 17, in new_func\r\n return f(get_current_context(), *args, kwargs)\r\n File \"C:\Users\86157\.platformio\penv\lib\site-packages\platformio\commands\project.py\", line 143, in project_init\r\n pg.generate()\r\n File \"C:\Users\86157\.platformio\penv\lib\site-packages\platformio\ide\projectgenerator.py\", line 125, in generate\r\n tpl_vars = self._load_tplvars()\r\n File \"C:\Users\86157\.platformio\penv\lib\site-packages\platformio\ide\projectgenerator.py\", line 78, in _load_tplvars\r\n tpl_vars.update(load_project_ide_data(self.project_dir, self.env_name) or {})\r\n File \"C:\Users\86157\.platformio\penv\lib\site-packages\platformio\project\helpers.py\", line 153, in load_project_ide_data\r\n raise result.exception\r\n File \"C:\Users\86157\.platformio\penv\lib\site-packages\click\testing.py\", line 326, in invoke\r\n cli.main(args=args or (), prog_name=prog_name, extra)\r\n File \"C:\Users\86157\.platformio\penv\lib\site-packages\click\core.py\", line 717, in main\r\n rv = self.invoke(ctx)\r\n File \"C:\Users\86157\.platformio\penv\lib\site-packages\click\core.py\", line 956, in invoke\r\n return ctx.invoke(self.callback, *ctx.params)\r\n File \"C:\Users\86157\.platformio\penv\lib\site-packages\click\core.py\", line 555, in invoke\r\n return callback(args, kwargs)\r\n File \"C:\Users\86157\.platformio\penv\lib\site-packages\click\decorators.py\", line 17, in new_func\r\n return f(get_current_context(), *args, *kwargs)\r\n File \"C:\Users\86157\.platformio\penv\lib\site-packages\platformio\commands\run\command.py\", line 128, in cli\r\n process_env(\r\n File \"C:\Users\86157\.platformio\penv\lib\site-packages\platformio\commands\run\command.py\", line 170, in process_env\r\n result = {\"env\": name, \"duration\": time(), \"succeeded\": ep.process()}\r\n File \"C:\Users\86157\.platformio\penv\lib\site-packages\platformio\commands\run\processor.py\", line 72, in process\r\n p = PlatformFactory.newPlatform(self.options[\"platform\"])\r\n File \"C:\Users\86157\.platformio\penv\lib\site-packages\platformio\managers\platform.py\", line 266, in newPlatform\r\n platform_cls = getattr(\r\nAttributeError: module 'platformio.managers.platform.atmelcubecell' has no attribute 'AtmelcubecellPlatform'\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 3 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.