Open hxpdeihgu opened 1 year 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.
已经收到您的来信,我会尽快回复。胡。
PIO Core Call Error: "error: subprocess-exited-with-error\r\r\n \r\r\n pip subprocess to install build dependencies did not run successfully.\r\r\n exit code: 1\r\r\n \r\r\n [9 lines of output]\r\r\n Looking in indexes: https://repo.huaweicloud.com/repository/pypi/simple\r\r\n Collecting setuptools>=65.4.1\r\r\n Using cached https://repo.huaweicloud.com/repository/pypi/packages/f5/2c/074ab1c5be9c7d523d8d6d69d1f46f450fe7f11713147dc9e779aa4ca4ea/setuptools-67.8.0-py3-none-any.whl (1.1 MB)\r\r\n Collecting wheel\r\r\n Using cached https://repo.huaweicloud.com/repository/pypi/packages/61/86/cc8d1ff2ca31a312a25a708c891cf9facbad4eae493b3872638db6785eb5/wheel-0.40.0-py3-none-any.whl (64 kB)\r\r\n Collecting Cython\r\r\n Using cached https://repo.huaweicloud.com/repository/pypi/packages/f2/01/e4e0c2c3fd528f0bfd7fc63edeb7b361cb4789fe173eb63feb5b398cf067/Cython-0.29.35-py2.py3-none-any.whl (988 kB)\r\r\n ERROR: Could not find a version that satisfies the requirement poetry-core>=1.5.2 (from versions: 1.0.0a0, 1.0.0a1, 1.0.0a2, 1.0.0a3, 1.0.0a4, 1.0.0a5, 1.0.0a6, 1.0.0a7, 1.0.0a8, 1.0.0a9, 1.0.0b1, 1.0.0rc1, 1.0.0rc2, 1.0.0rc3, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.1.0a1, 1.1.0a2, 1.1.0a3, 1.1.0a4, 1.1.0a5, 1.1.0a6, 1.1.0a7, 1.1.0b1, 1.1.0b2, 1.1.0b3, 1.1.0rc1, 1.1.0rc2, 1.1.0rc3, 1.1.0, 1.2.0, 1.3.0, 1.3.1, 1.3.2, 1.4.0, 1.5.0, 1.5.1)\r\r\n ERROR: No matching distribution found for poetry-core>=1.5.2\r\r\n [end of output]\r\r\n \r\r\n note: This error originates from a subprocess, and is likely not a problem with pip.\r\r\nerror: subprocess-exited-with-error\r\r\n\r\r\npip subprocess to install build dependencies did not run successfully.\r\r\nexit code: 1\r\r\n\r\r\nSee above for output.\r\r\n\r\r\nnote: This error originates from a subprocess, and is likely not a problem with pip.\r\r\n\r\n\n\nError: Traceback (most recent call last):\r\n File \"C:\Users\gh\.platformio\penv\Lib\site-packages\platformio\device\list\util.py\", line 86, in list_mdns_services\r\n import zeroconf # pylint: disable=import-outside-toplevel\r\n ^^^^^^^^^^^^^^^\r\nModuleNotFoundError: No module named 'zeroconf'\r\n\r\nDuring handling of the above exception, another exception occurred:\r\n\r\nTraceback (most recent call last):\r\n File \"C:\Users\gh\.platformio\penv\Lib\site-packages\platformio\main.py\", line 102, in main\r\n cli() # pylint: disable=no-value-for-parameter\r\n ^^^^^\r\n File \"C:\Users\gh\.platformio\penv\Lib\site-packages\click\core.py\", line 1130, in call\r\n return self.main(args, kwargs)\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n File \"C:\Users\gh\.platformio\penv\Lib\site-packages\click\core.py\", line 1055, in main\r\n rv = self.invoke(ctx)\r\n ^^^^^^^^^^^^^^^^\r\n File \"C:\Users\gh\.platformio\penv\Lib\site-packages\platformio\cli.py\", line 70, in invoke\r\n return super().invoke(ctx)\r\n ^^^^^^^^^^^^^^^^^^^\r\n File \"C:\Users\gh\.platformio\penv\Lib\site-packages\click\core.py\", line 1657, in invoke\r\n return _process_result(sub_ctx.command.invoke(sub_ctx))\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n File \"C:\Users\gh\.platformio\penv\Lib\site-packages\click\core.py\", line 1657, in invoke\r\n return _process_result(sub_ctx.command.invoke(sub_ctx))\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n File \"C:\Users\gh\.platformio\penv\Lib\site-packages\click\core.py\", line 1404, in invoke\r\n return ctx.invoke(self.callback, ctx.params)\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n File \"C:\Users\gh\.platformio\penv\Lib\site-packages\click\core.py\", line 760, in invoke\r\n return __callback(args, *kwargs)\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n File \"C:\Users\gh\.platformio\penv\Lib\site-packages\platformio\device\list\command.py\", line 42, in device_list_cmd\r\n data[\"mdns\"] = list_mdns_services()\r\n ^^^^^^^^^^^^^^^^^^^^\r\n File \"C:\Users\gh\.platformio\penv\Lib\site-packages\platformio\device\list\util.py\", line 93, in list_mdns_services\r\n import zeroconf # pylint: disable=import-outside-toplevel\r\n ^^^^^^^^^^^^^^^\r\nModuleNotFoundError: No module named 'zeroconf'\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/index.html\r\n\r\n Report this problem to the developers\r\n https://github.com/platformio/platformio-core/issues\r\n\r\n============================================================"