Advertisement
Guest User

Untitled

a guest
May 3rd, 2023
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.80 KB | None | 0 0
  1. Error: error: subprocess-exited-with-error
  2.  
  3. python setup.py bdist_wheel did not run successfully.
  4. exit code: 1
  5.  
  6. [417 lines of output]
  7. running bdist_wheel
  8. running build
  9. running build_py
  10. creating build
  11. creating build\lib
  12. creating build\lib\platformio
  13. copying platformio\app.py -> build\lib\platformio
  14. copying platformio\cache.py -> build\lib\platformio
  15. copying platformio\cli.py -> build\lib\platformio
  16. copying platformio\compat.py -> build\lib\platformio
  17. copying platformio\exception.py -> build\lib\platformio
  18. copying platformio\fs.py -> build\lib\platformio
  19. copying platformio\http.py -> build\lib\platformio
  20. copying platformio\maintenance.py -> build\lib\platformio
  21. copying platformio\proc.py -> build\lib\platformio
  22. copying platformio\public.py -> build\lib\platformio
  23. copying platformio\telemetry.py -> build\lib\platformio
  24. copying platformio\util.py -> build\lib\platformio
  25. copying platformio\__init__.py -> build\lib\platformio
  26. copying platformio\__main__.py -> build\lib\platformio
  27. creating build\lib\platformio\account
  28. copying platformio\account\cli.py -> build\lib\platformio\account
  29. copying platformio\account\client.py -> build\lib\platformio\account
  30. copying platformio\account\validate.py -> build\lib\platformio\account
  31. copying platformio\account\__init__.py -> build\lib\platformio\account
  32. creating build\lib\platformio\builder
  33. copying platformio\builder\main.py -> build\lib\platformio\builder
  34. copying platformio\builder\__init__.py -> build\lib\platformio\builder
  35. creating build\lib\platformio\check
  36. copying platformio\check\cli.py -> build\lib\platformio\check
  37. copying platformio\check\defect.py -> build\lib\platformio\check
  38. copying platformio\check\__init__.py -> build\lib\platformio\check
  39. creating build\lib\platformio\commands
  40. copying platformio\commands\boards.py -> build\lib\platformio\commands
  41. copying platformio\commands\ci.py -> build\lib\platformio\commands
  42. copying platformio\commands\lib.py -> build\lib\platformio\commands
  43. copying platformio\commands\platform.py -> build\lib\platformio\commands
  44. copying platformio\commands\settings.py -> build\lib\platformio\commands
  45. copying platformio\commands\update.py -> build\lib\platformio\commands
  46. copying platformio\commands\upgrade.py -> build\lib\platformio\commands
  47. copying platformio\commands\__init__.py -> build\lib\platformio\commands
  48. creating build\lib\platformio\debug
  49. copying platformio\debug\cli.py -> build\lib\platformio\debug
  50. copying platformio\debug\exception.py -> build\lib\platformio\debug
  51. copying platformio\debug\helpers.py -> build\lib\platformio\debug
  52. copying platformio\debug\__init__.py -> build\lib\platformio\debug
  53. creating build\lib\platformio\device
  54. copying platformio\device\cli.py -> build\lib\platformio\device
  55. copying platformio\device\finder.py -> build\lib\platformio\device
  56. copying platformio\device\__init__.py -> build\lib\platformio\device
  57. creating build\lib\platformio\home
  58. copying platformio\home\cli.py -> build\lib\platformio\home
  59. copying platformio\home\helpers.py -> build\lib\platformio\home
  60. copying platformio\home\run.py -> build\lib\platformio\home
  61. copying platformio\home\__init__.py -> build\lib\platformio\home
  62. creating build\lib\platformio\package
  63. copying platformio\package\cli.py -> build\lib\platformio\package
  64. copying platformio\package\download.py -> build\lib\platformio\package
  65. copying platformio\package\exception.py -> build\lib\platformio\package
  66. copying platformio\package\lockfile.py -> build\lib\platformio\package
  67. copying platformio\package\meta.py -> build\lib\platformio\package
  68. copying platformio\package\pack.py -> build\lib\platformio\package
  69. copying platformio\package\unpack.py -> build\lib\platformio\package
  70. copying platformio\package\vcsclient.py -> build\lib\platformio\package
  71. copying platformio\package\version.py -> build\lib\platformio\package
  72. copying platformio\package\__init__.py -> build\lib\platformio\package
  73. creating build\lib\platformio\platform
  74. copying platformio\platform\base.py -> build\lib\platformio\platform
  75. copying platformio\platform\board.py -> build\lib\platformio\platform
  76. copying platformio\platform\exception.py -> build\lib\platformio\platform
  77. copying platformio\platform\factory.py -> build\lib\platformio\platform
  78. copying platformio\platform\_packages.py -> build\lib\platformio\platform
  79. copying platformio\platform\_run.py -> build\lib\platformio\platform
  80. copying platformio\platform\__init__.py -> build\lib\platformio\platform
  81. creating build\lib\platformio\project
  82. copying platformio\project\cli.py -> build\lib\platformio\project
  83. copying platformio\project\config.py -> build\lib\platformio\project
  84. copying platformio\project\exception.py -> build\lib\platformio\project
  85. copying platformio\project\helpers.py -> build\lib\platformio\project
  86. copying platformio\project\options.py -> build\lib\platformio\project
  87. copying platformio\project\savedeps.py -> build\lib\platformio\project
  88. copying platformio\project\__init__.py -> build\lib\platformio\project
  89. creating build\lib\platformio\registry
  90. copying platformio\registry\client.py -> build\lib\platformio\registry
  91. copying platformio\registry\mirror.py -> build\lib\platformio\registry
  92. copying platformio\registry\__init__.py -> build\lib\platformio\registry
  93. creating build\lib\platformio\remote
  94. copying platformio\remote\cli.py -> build\lib\platformio\remote
  95. copying platformio\remote\projectsync.py -> build\lib\platformio\remote
  96. copying platformio\remote\__init__.py -> build\lib\platformio\remote
  97. creating build\lib\platformio\run
  98. copying platformio\run\cli.py -> build\lib\platformio\run
  99. copying platformio\run\helpers.py -> build\lib\platformio\run
  100. copying platformio\run\processor.py -> build\lib\platformio\run
  101. copying platformio\run\__init__.py -> build\lib\platformio\run
  102. creating build\lib\platformio\system
  103. copying platformio\system\cli.py -> build\lib\platformio\system
  104. copying platformio\system\completion.py -> build\lib\platformio\system
  105. copying platformio\system\prune.py -> build\lib\platformio\system
  106. copying platformio\system\__init__.py -> build\lib\platformio\system
  107. creating build\lib\platformio\test
  108. copying platformio\test\cli.py -> build\lib\platformio\test
  109. copying platformio\test\exception.py -> build\lib\platformio\test
  110. copying platformio\test\helpers.py -> build\lib\platformio\test
  111. copying platformio\test\result.py -> build\lib\platformio\test
  112. copying platformio\test\__init__.py -> build\lib\platformio\test
  113. creating build\lib\platformio\account\commands
  114. copying platformio\account\commands\destroy.py -> build\lib\platformio\account\commands
  115. copying platformio\account\commands\forgot.py -> build\lib\platformio\account\commands
  116. copying platformio\account\commands\login.py -> build\lib\platformio\account\commands
  117. copying platformio\account\commands\logout.py -> build\lib\platformio\account\commands
  118. copying platformio\account\commands\password.py -> build\lib\platformio\account\commands
  119. copying platformio\account\commands\register.py -> build\lib\platformio\account\commands
  120. copying platformio\account\commands\show.py -> build\lib\platformio\account\commands
  121. copying platformio\account\commands\token.py -> build\lib\platformio\account\commands
  122. copying platformio\account\commands\update.py -> build\lib\platformio\account\commands
  123. copying platformio\account\commands\__init__.py -> build\lib\platformio\account\commands
  124. creating build\lib\platformio\account\org
  125. copying platformio\account\org\cli.py -> build\lib\platformio\account\org
  126. copying platformio\account\org\__init__.py -> build\lib\platformio\account\org
  127. creating build\lib\platformio\account\team
  128. copying platformio\account\team\cli.py -> build\lib\platformio\account\team
  129. copying platformio\account\team\__init__.py -> build\lib\platformio\account\team
  130. creating build\lib\platformio\account\org\commands
  131. copying platformio\account\org\commands\add.py -> build\lib\platformio\account\org\commands
  132. copying platformio\account\org\commands\create.py -> build\lib\platformio\account\org\commands
  133. copying platformio\account\org\commands\destroy.py -> build\lib\platformio\account\org\commands
  134. copying platformio\account\org\commands\list.py -> build\lib\platformio\account\org\commands
  135. copying platformio\account\org\commands\remove.py -> build\lib\platformio\account\org\commands
  136. copying platformio\account\org\commands\update.py -> build\lib\platformio\account\org\commands
  137. copying platformio\account\org\commands\__init__.py -> build\lib\platformio\account\org\commands
  138. creating build\lib\platformio\account\team\commands
  139. copying platformio\account\team\commands\add.py -> build\lib\platformio\account\team\commands
  140. copying platformio\account\team\commands\create.py -> build\lib\platformio\account\team\commands
  141. copying platformio\account\team\commands\destroy.py -> build\lib\platformio\account\team\commands
  142. copying platformio\account\team\commands\list.py -> build\lib\platformio\account\team\commands
  143. copying platformio\account\team\commands\remove.py -> build\lib\platformio\account\team\commands
  144. copying platformio\account\team\commands\update.py -> build\lib\platformio\account\team\commands
  145. copying platformio\account\team\commands\__init__.py -> build\lib\platformio\account\team\commands
  146. creating build\lib\platformio\builder\tools
  147. copying platformio\builder\tools\compilation_db.py -> build\lib\platformio\builder\tools
  148. copying platformio\builder\tools\pioasm.py -> build\lib\platformio\builder\tools
  149. copying platformio\builder\tools\piobuild.py -> build\lib\platformio\builder\tools
  150. copying platformio\builder\tools\piohooks.py -> build\lib\platformio\builder\tools
  151. copying platformio\builder\tools\pioino.py -> build\lib\platformio\builder\tools
  152. copying platformio\builder\tools\piointegration.py -> build\lib\platformio\builder\tools
  153. copying platformio\builder\tools\piolib.py -> build\lib\platformio\builder\tools
  154. copying platformio\builder\tools\piomaxlen.py -> build\lib\platformio\builder\tools
  155. copying platformio\builder\tools\piomisc.py -> build\lib\platformio\builder\tools
  156. copying platformio\builder\tools\pioplatform.py -> build\lib\platformio\builder\tools
  157. copying platformio\builder\tools\pioproject.py -> build\lib\platformio\builder\tools
  158. copying platformio\builder\tools\piosize.py -> build\lib\platformio\builder\tools
  159. copying platformio\builder\tools\piotarget.py -> build\lib\platformio\builder\tools
  160. copying platformio\builder\tools\piotest.py -> build\lib\platformio\builder\tools
  161. copying platformio\builder\tools\pioupload.py -> build\lib\platformio\builder\tools
  162. copying platformio\builder\tools\__init__.py -> build\lib\platformio\builder\tools
  163. creating build\lib\platformio\check\tools
  164. copying platformio\check\tools\base.py -> build\lib\platformio\check\tools
  165. copying platformio\check\tools\clangtidy.py -> build\lib\platformio\check\tools
  166. copying platformio\check\tools\cppcheck.py -> build\lib\platformio\check\tools
  167. copying platformio\check\tools\pvsstudio.py -> build\lib\platformio\check\tools
  168. copying platformio\check\tools\__init__.py -> build\lib\platformio\check\tools
  169. creating build\lib\platformio\commands\device
  170. copying platformio\commands\device\__init__.py -> build\lib\platformio\commands\device
  171. creating build\lib\platformio\debug\config
  172. copying platformio\debug\config\base.py -> build\lib\platformio\debug\config
  173. copying platformio\debug\config\blackmagic.py -> build\lib\platformio\debug\config
  174. copying platformio\debug\config\factory.py -> build\lib\platformio\debug\config
  175. copying platformio\debug\config\generic.py -> build\lib\platformio\debug\config
  176. copying platformio\debug\config\jlink.py -> build\lib\platformio\debug\config
  177. copying platformio\debug\config\mspdebug.py -> build\lib\platformio\debug\config
  178. copying platformio\debug\config\native.py -> build\lib\platformio\debug\config
  179. copying platformio\debug\config\qemu.py -> build\lib\platformio\debug\config
  180. copying platformio\debug\config\renode.py -> build\lib\platformio\debug\config
  181. copying platformio\debug\config\__init__.py -> build\lib\platformio\debug\config
  182. creating build\lib\platformio\debug\process
  183. copying platformio\debug\process\base.py -> build\lib\platformio\debug\process
  184. copying platformio\debug\process\client.py -> build\lib\platformio\debug\process
  185. copying platformio\debug\process\gdb.py -> build\lib\platformio\debug\process
  186. copying platformio\debug\process\server.py -> build\lib\platformio\debug\process
  187. copying platformio\debug\process\__init__.py -> build\lib\platformio\debug\process
  188. creating build\lib\platformio\device\list
  189. copying platformio\device\list\command.py -> build\lib\platformio\device\list
  190. copying platformio\device\list\util.py -> build\lib\platformio\device\list
  191. copying platformio\device\list\__init__.py -> build\lib\platformio\device\list
  192. creating build\lib\platformio\device\monitor
  193. copying platformio\device\monitor\command.py -> build\lib\platformio\device\monitor
  194. copying platformio\device\monitor\terminal.py -> build\lib\platformio\device\monitor
  195. copying platformio\device\monitor\__init__.py -> build\lib\platformio\device\monitor
  196. creating build\lib\platformio\device\monitor\filters
  197. copying platformio\device\monitor\filters\base.py -> build\lib\platformio\device\monitor\filters
  198. copying platformio\device\monitor\filters\hexlify.py -> build\lib\platformio\device\monitor\filters
  199. copying platformio\device\monitor\filters\log2file.py -> build\lib\platformio\device\monitor\filters
  200. copying platformio\device\monitor\filters\send_on_enter.py -> build\lib\platformio\device\monitor\filters
  201. copying platformio\device\monitor\filters\time.py -> build\lib\platformio\device\monitor\filters
  202. copying platformio\device\monitor\filters\__init__.py -> build\lib\platformio\device\monitor\filters
  203. creating build\lib\platformio\home\rpc
  204. copying platformio\home\rpc\server.py -> build\lib\platformio\home\rpc
  205. copying platformio\home\rpc\__init__.py -> build\lib\platformio\home\rpc
  206. creating build\lib\platformio\home\rpc\handlers
  207. copying platformio\home\rpc\handlers\account.py -> build\lib\platformio\home\rpc\handlers
  208. copying platformio\home\rpc\handlers\app.py -> build\lib\platformio\home\rpc\handlers
  209. copying platformio\home\rpc\handlers\ide.py -> build\lib\platformio\home\rpc\handlers
  210. copying platformio\home\rpc\handlers\misc.py -> build\lib\platformio\home\rpc\handlers
  211. copying platformio\home\rpc\handlers\os.py -> build\lib\platformio\home\rpc\handlers
  212. copying platformio\home\rpc\handlers\piocore.py -> build\lib\platformio\home\rpc\handlers
  213. copying platformio\home\rpc\handlers\project.py -> build\lib\platformio\home\rpc\handlers
  214. copying platformio\home\rpc\handlers\registry.py -> build\lib\platformio\home\rpc\handlers
  215. copying platformio\home\rpc\handlers\__init__.py -> build\lib\platformio\home\rpc\handlers
  216. creating build\lib\platformio\package\commands
  217. copying platformio\package\commands\exec.py -> build\lib\platformio\package\commands
  218. copying platformio\package\commands\install.py -> build\lib\platformio\package\commands
  219. copying platformio\package\commands\list.py -> build\lib\platformio\package\commands
  220. copying platformio\package\commands\outdated.py -> build\lib\platformio\package\commands
  221. copying platformio\package\commands\pack.py -> build\lib\platformio\package\commands
  222. copying platformio\package\commands\publish.py -> build\lib\platformio\package\commands
  223. copying platformio\package\commands\search.py -> build\lib\platformio\package\commands
  224. copying platformio\package\commands\show.py -> build\lib\platformio\package\commands
  225. copying platformio\package\commands\uninstall.py -> build\lib\platformio\package\commands
  226. copying platformio\package\commands\unpublish.py -> build\lib\platformio\package\commands
  227. copying platformio\package\commands\update.py -> build\lib\platformio\package\commands
  228. copying platformio\package\commands\__init__.py -> build\lib\platformio\package\commands
  229. creating build\lib\platformio\package\manager
  230. copying platformio\package\manager\base.py -> build\lib\platformio\package\manager
  231. copying platformio\package\manager\core.py -> build\lib\platformio\package\manager
  232. copying platformio\package\manager\library.py -> build\lib\platformio\package\manager
  233. copying platformio\package\manager\platform.py -> build\lib\platformio\package\manager
  234. copying platformio\package\manager\tool.py -> build\lib\platformio\package\manager
  235. copying platformio\package\manager\_download.py -> build\lib\platformio\package\manager
  236. copying platformio\package\manager\_install.py -> build\lib\platformio\package\manager
  237. copying platformio\package\manager\_legacy.py -> build\lib\platformio\package\manager
  238. copying platformio\package\manager\_registry.py -> build\lib\platformio\package\manager
  239. copying platformio\package\manager\_symlink.py -> build\lib\platformio\package\manager
  240. copying platformio\package\manager\_uninstall.py -> build\lib\platformio\package\manager
  241. copying platformio\package\manager\_update.py -> build\lib\platformio\package\manager
  242. copying platformio\package\manager\__init__.py -> build\lib\platformio\package\manager
  243. creating build\lib\platformio\package\manifest
  244. copying platformio\package\manifest\parser.py -> build\lib\platformio\package\manifest
  245. copying platformio\package\manifest\schema.py -> build\lib\platformio\package\manifest
  246. copying platformio\package\manifest\__init__.py -> build\lib\platformio\package\manifest
  247. creating build\lib\platformio\project\commands
  248. copying platformio\project\commands\config.py -> build\lib\platformio\project\commands
  249. copying platformio\project\commands\init.py -> build\lib\platformio\project\commands
  250. copying platformio\project\commands\metadata.py -> build\lib\platformio\project\commands
  251. copying platformio\project\commands\__init__.py -> build\lib\platformio\project\commands
  252. creating build\lib\platformio\project\integration
  253. copying platformio\project\integration\generator.py -> build\lib\platformio\project\integration
  254. copying platformio\project\integration\__init__.py -> build\lib\platformio\project\integration
  255. creating build\lib\platformio\registry\access
  256. copying platformio\registry\access\cli.py -> build\lib\platformio\registry\access
  257. copying platformio\registry\access\validate.py -> build\lib\platformio\registry\access
  258. copying platformio\registry\access\__init__.py -> build\lib\platformio\registry\access
  259. creating build\lib\platformio\registry\access\commands
  260. copying platformio\registry\access\commands\grant.py -> build\lib\platformio\registry\access\commands
  261. copying platformio\registry\access\commands\list.py -> build\lib\platformio\registry\access\commands
  262. copying platformio\registry\access\commands\private.py -> build\lib\platformio\registry\access\commands
  263. copying platformio\registry\access\commands\public.py -> build\lib\platformio\registry\access\commands
  264. copying platformio\registry\access\commands\revoke.py -> build\lib\platformio\registry\access\commands
  265. copying platformio\registry\access\commands\__init__.py -> build\lib\platformio\registry\access\commands
  266. creating build\lib\platformio\remote\ac
  267. copying platformio\remote\ac\base.py -> build\lib\platformio\remote\ac
  268. copying platformio\remote\ac\process.py -> build\lib\platformio\remote\ac
  269. copying platformio\remote\ac\psync.py -> build\lib\platformio\remote\ac
  270. copying platformio\remote\ac\serial.py -> build\lib\platformio\remote\ac
  271. copying platformio\remote\ac\__init__.py -> build\lib\platformio\remote\ac
  272. creating build\lib\platformio\remote\client
  273. copying platformio\remote\client\agent_list.py -> build\lib\platformio\remote\client
  274. copying platformio\remote\client\agent_service.py -> build\lib\platformio\remote\client
  275. copying platformio\remote\client\async_base.py -> build\lib\platformio\remote\client
  276. copying platformio\remote\client\base.py -> build\lib\platformio\remote\client
  277. copying platformio\remote\client\device_list.py -> build\lib\platformio\remote\client
  278. copying platformio\remote\client\device_monitor.py -> build\lib\platformio\remote\client
  279. copying platformio\remote\client\run_or_test.py -> build\lib\platformio\remote\client
  280. copying platformio\remote\client\update_core.py -> build\lib\platformio\remote\client
  281. copying platformio\remote\client\__init__.py -> build\lib\platformio\remote\client
  282. creating build\lib\platformio\remote\factory
  283. copying platformio\remote\factory\client.py -> build\lib\platformio\remote\factory
  284. copying platformio\remote\factory\ssl.py -> build\lib\platformio\remote\factory
  285. copying platformio\remote\factory\__init__.py -> build\lib\platformio\remote\factory
  286. creating build\lib\platformio\system\commands
  287. copying platformio\system\commands\completion.py -> build\lib\platformio\system\commands
  288. copying platformio\system\commands\info.py -> build\lib\platformio\system\commands
  289. copying platformio\system\commands\prune.py -> build\lib\platformio\system\commands
  290. copying platformio\system\commands\__init__.py -> build\lib\platformio\system\commands
  291. creating build\lib\platformio\test\reports
  292. copying platformio\test\reports\base.py -> build\lib\platformio\test\reports
  293. copying platformio\test\reports\json.py -> build\lib\platformio\test\reports
  294. copying platformio\test\reports\junit.py -> build\lib\platformio\test\reports
  295. copying platformio\test\reports\stdout.py -> build\lib\platformio\test\reports
  296. copying platformio\test\reports\__init__.py -> build\lib\platformio\test\reports
  297. creating build\lib\platformio\test\runners
  298. copying platformio\test\runners\base.py -> build\lib\platformio\test\runners
  299. copying platformio\test\runners\doctest.py -> build\lib\platformio\test\runners
  300. copying platformio\test\runners\factory.py -> build\lib\platformio\test\runners
  301. copying platformio\test\runners\googletest.py -> build\lib\platformio\test\runners
  302. copying platformio\test\runners\unity.py -> build\lib\platformio\test\runners
  303. copying platformio\test\runners\__init__.py -> build\lib\platformio\test\runners
  304. creating build\lib\platformio\test\runners\readers
  305. copying platformio\test\runners\readers\program.py -> build\lib\platformio\test\runners\readers
  306. copying platformio\test\runners\readers\serial.py -> build\lib\platformio\test\runners\readers
  307. copying platformio\test\runners\readers\__init__.py -> build\lib\platformio\test\runners\readers
  308. creating build\lib\platformio\assets
  309. creating build\lib\platformio\assets\system
  310. copying platformio\assets\system\99-platformio-udev.rules -> build\lib\platformio\assets\system
  311. creating build\lib\platformio\assets\templates
  312. creating build\lib\platformio\assets\templates\ide-projects
  313. creating build\lib\platformio\assets\templates\ide-projects\clion
  314. copying platformio\assets\templates\ide-projects\clion\CMakeLists.txt.tpl -> build\lib\platformio\assets\templates\ide-projects\clion
  315. copying platformio\assets\templates\ide-projects\clion\CMakeListsPrivate.txt.tpl -> build\lib\platformio\assets\templates\ide-projects\clion
  316. creating build\lib\platformio\assets\templates\ide-projects\codeblocks
  317. copying platformio\assets\templates\ide-projects\codeblocks\platformio.cbp.tpl -> build\lib\platformio\assets\templates\ide-projects\codeblocks
  318. creating build\lib\platformio\assets\templates\ide-projects\qtcreator
  319. copying platformio\assets\templates\ide-projects\qtcreator\Makefile.tpl -> build\lib\platformio\assets\templates\ide-projects\qtcreator
  320. copying platformio\assets\templates\ide-projects\qtcreator\platformio.cflags.tpl -> build\lib\platformio\assets\templates\ide-projects\qtcreator
  321. copying platformio\assets\templates\ide-projects\qtcreator\platformio.config.tpl -> build\lib\platformio\assets\templates\ide-projects\qtcreator
  322. copying platformio\assets\templates\ide-projects\qtcreator\platformio.creator.tpl -> build\lib\platformio\assets\templates\ide-projects\qtcreator
  323. copying platformio\assets\templates\ide-projects\qtcreator\platformio.cxxflags.tpl -> build\lib\platformio\assets\templates\ide-projects\qtcreator
  324. copying platformio\assets\templates\ide-projects\qtcreator\platformio.files.tpl -> build\lib\platformio\assets\templates\ide-projects\qtcreator
  325. copying platformio\assets\templates\ide-projects\qtcreator\platformio.includes.tpl -> build\lib\platformio\assets\templates\ide-projects\qtcreator
  326. creating build\lib\platformio\assets\templates\ide-projects\sublimetext
  327. copying platformio\assets\templates\ide-projects\sublimetext\platformio.sublime-project.tpl -> build\lib\platformio\assets\templates\ide-projects\sublimetext
  328. creating build\lib\platformio\assets\templates\ide-projects\visualstudio
  329. copying platformio\assets\templates\ide-projects\visualstudio\platformio.vcxproj.filters.tpl -> build\lib\platformio\assets\templates\ide-projects\visualstudio
  330. copying platformio\assets\templates\ide-projects\visualstudio\platformio.vcxproj.tpl -> build\lib\platformio\assets\templates\ide-projects\visualstudio
  331. creating build\lib\platformio\assets\templates\ide-projects\atom
  332. copying platformio\assets\templates\ide-projects\atom\.clang_complete.tpl -> build\lib\platformio\assets\templates\ide-projects\atom
  333. copying platformio\assets\templates\ide-projects\atom\.gcc-flags.json.tpl -> build\lib\platformio\assets\templates\ide-projects\atom
  334. copying platformio\assets\templates\ide-projects\atom\.gitignore.tpl -> build\lib\platformio\assets\templates\ide-projects\atom
  335. copying platformio\assets\templates\ide-projects\clion\.gitignore.tpl -> build\lib\platformio\assets\templates\ide-projects\clion
  336. creating build\lib\platformio\assets\templates\ide-projects\eclipse
  337. copying platformio\assets\templates\ide-projects\eclipse\.cproject.tpl -> build\lib\platformio\assets\templates\ide-projects\eclipse
  338. copying platformio\assets\templates\ide-projects\eclipse\.project.tpl -> build\lib\platformio\assets\templates\ide-projects\eclipse
  339. creating build\lib\platformio\assets\templates\ide-projects\emacs
  340. copying platformio\assets\templates\ide-projects\emacs\.ccls.tpl -> build\lib\platformio\assets\templates\ide-projects\emacs
  341. copying platformio\assets\templates\ide-projects\emacs\.gitignore.tpl -> build\lib\platformio\assets\templates\ide-projects\emacs
  342. copying platformio\assets\templates\ide-projects\qtcreator\.gitignore.tpl -> build\lib\platformio\assets\templates\ide-projects\qtcreator
  343. copying platformio\assets\templates\ide-projects\sublimetext\.ccls.tpl -> build\lib\platformio\assets\templates\ide-projects\sublimetext
  344. creating build\lib\platformio\assets\templates\ide-projects\vim
  345. copying platformio\assets\templates\ide-projects\vim\.ccls.tpl -> build\lib\platformio\assets\templates\ide-projects\vim
  346. copying platformio\assets\templates\ide-projects\vim\.gitignore.tpl -> build\lib\platformio\assets\templates\ide-projects\vim
  347. creating build\lib\platformio\assets\templates\ide-projects\vscode
  348. copying platformio\assets\templates\ide-projects\vscode\.gitignore.tpl -> build\lib\platformio\assets\templates\ide-projects\vscode
  349. creating build\lib\platformio\assets\templates\ide-projects\eclipse\.settings
  350. copying platformio\assets\templates\ide-projects\eclipse\.settings\language.settings.xml.tpl -> build\lib\platformio\assets\templates\ide-projects\eclipse\.settings
  351. copying platformio\assets\templates\ide-projects\eclipse\.settings\org.eclipse.cdt.core.prefs.tpl -> build\lib\platformio\assets\templates\ide-projects\eclipse\.settings
  352. copying platformio\assets\templates\ide-projects\eclipse\.settings\PlatformIO Debugger.launch.tpl -> build\lib\platformio\assets\templates\ide-projects\eclipse\.settings
  353. creating build\lib\platformio\assets\templates\ide-projects\vscode\.vscode
  354. copying platformio\assets\templates\ide-projects\vscode\.vscode\c_cpp_properties.json.tpl -> build\lib\platformio\assets\templates\ide-projects\vscode\.vscode
  355. copying platformio\assets\templates\ide-projects\vscode\.vscode\extensions.json.tpl -> build\lib\platformio\assets\templates\ide-projects\vscode\.vscode
  356. copying platformio\assets\templates\ide-projects\vscode\.vscode\launch.json.tpl -> build\lib\platformio\assets\templates\ide-projects\vscode\.vscode
  357. installing to build\bdist.win-amd64\wheel
  358. running install
  359. running install_lib
  360. creating build\bdist.win-amd64
  361. creating build\bdist.win-amd64\wheel
  362. creating build\bdist.win-amd64\wheel\platformio
  363. creating build\bdist.win-amd64\wheel\platformio\account
  364. copying build\lib\platformio\account\cli.py -> build\bdist.win-amd64\wheel\.\platformio\account
  365. copying build\lib\platformio\account\client.py -> build\bdist.win-amd64\wheel\.\platformio\account
  366. creating build\bdist.win-amd64\wheel\platformio\account\commands
  367. copying build\lib\platformio\account\commands\destroy.py -> build\bdist.win-amd64\wheel\.\platformio\account\commands
  368. copying build\lib\platformio\account\commands\forgot.py -> build\bdist.win-amd64\wheel\.\platformio\account\commands
  369. copying build\lib\platformio\account\commands\login.py -> build\bdist.win-amd64\wheel\.\platformio\account\commands
  370. copying build\lib\platformio\account\commands\logout.py -> build\bdist.win-amd64\wheel\.\platformio\account\commands
  371. copying build\lib\platformio\account\commands\password.py -> build\bdist.win-amd64\wheel\.\platformio\account\commands
  372. copying build\lib\platformio\account\commands\register.py -> build\bdist.win-amd64\wheel\.\platformio\account\commands
  373. copying build\lib\platformio\account\commands\show.py -> build\bdist.win-amd64\wheel\.\platformio\account\commands
  374. copying build\lib\platformio\account\commands\token.py -> build\bdist.win-amd64\wheel\.\platformio\account\commands
  375. copying build\lib\platformio\account\commands\update.py -> build\bdist.win-amd64\wheel\.\platformio\account\commands
  376. copying build\lib\platformio\account\commands\__init__.py -> build\bdist.win-amd64\wheel\.\platformio\account\commands
  377. creating build\bdist.win-amd64\wheel\platformio\account\org
  378. copying build\lib\platformio\account\org\cli.py -> build\bdist.win-amd64\wheel\.\platformio\account\org
  379. creating build\bdist.win-amd64\wheel\platformio\account\org\commands
  380. copying build\lib\platformio\account\org\commands\add.py -> build\bdist.win-amd64\wheel\.\platformio\account\org\commands
  381. copying build\lib\platformio\account\org\commands\create.py -> build\bdist.win-amd64\wheel\.\platformio\account\org\commands
  382. copying build\lib\platformio\account\org\commands\destroy.py -> build\bdist.win-amd64\wheel\.\platformio\account\org\commands
  383. copying build\lib\platformio\account\org\commands\list.py -> build\bdist.win-amd64\wheel\.\platformio\account\org\commands
  384. copying build\lib\platformio\account\org\commands\remove.py -> build\bdist.win-amd64\wheel\.\platformio\account\org\commands
  385. copying build\lib\platformio\account\org\commands\update.py -> build\bdist.win-amd64\wheel\.\platformio\account\org\commands
  386. copying build\lib\platformio\account\org\commands\__init__.py -> build\bdist.win-amd64\wheel\.\platformio\account\org\commands
  387. copying build\lib\platformio\account\org\__init__.py -> build\bdist.win-amd64\wheel\.\platformio\account\org
  388. creating build\bdist.win-amd64\wheel\platformio\account\team
  389. copying build\lib\platformio\account\team\cli.py -> build\bdist.win-amd64\wheel\.\platformio\account\team
  390. creating build\bdist.win-amd64\wheel\platformio\account\team\commands
  391. copying build\lib\platformio\account\team\commands\add.py -> build\bdist.win-amd64\wheel\.\platformio\account\team\commands
  392. copying build\lib\platformio\account\team\commands\create.py -> build\bdist.win-amd64\wheel\.\platformio\account\team\commands
  393. copying build\lib\platformio\account\team\commands\destroy.py -> build\bdist.win-amd64\wheel\.\platformio\account\team\commands
  394. copying build\lib\platformio\account\team\commands\list.py -> build\bdist.win-amd64\wheel\.\platformio\account\team\commands
  395. copying build\lib\platformio\account\team\commands\remove.py -> build\bdist.win-amd64\wheel\.\platformio\account\team\commands
  396. copying build\lib\platformio\account\team\commands\update.py -> build\bdist.win-amd64\wheel\.\platformio\account\team\commands
  397. copying build\lib\platformio\account\team\commands\__init__.py -> build\bdist.win-amd64\wheel\.\platformio\account\team\commands
  398. copying build\lib\platformio\account\team\__init__.py -> build\bdist.win-amd64\wheel\.\platformio\account\team
  399. copying build\lib\platformio\account\validate.py -> build\bdist.win-amd64\wheel\.\platformio\account
  400. copying build\lib\platformio\account\__init__.py -> build\bdist.win-amd64\wheel\.\platformio\account
  401. copying build\lib\platformio\app.py -> build\bdist.win-amd64\wheel\.\platformio
  402. creating build\bdist.win-amd64\wheel\platformio\assets
  403. creating build\bdist.win-amd64\wheel\platformio\assets\system
  404. copying build\lib\platformio\assets\system\99-platformio-udev.rules -> build\bdist.win-amd64\wheel\.\platformio\assets\system
  405. creating build\bdist.win-amd64\wheel\platformio\assets\templates
  406. creating build\bdist.win-amd64\wheel\platformio\assets\templates\ide-projects
  407. creating build\bdist.win-amd64\wheel\platformio\assets\templates\ide-projects\atom
  408. copying build\lib\platformio\assets\templates\ide-projects\atom\.clang_complete.tpl -> build\bdist.win-amd64\wheel\.\platformio\assets\templates\ide-projects\atom
  409. copying build\lib\platformio\assets\templates\ide-projects\atom\.gcc-flags.json.tpl -> build\bdist.win-amd64\wheel\.\platformio\assets\templates\ide-projects\atom
  410. copying build\lib\platformio\assets\templates\ide-projects\atom\.gitignore.tpl -> build\bdist.win-amd64\wheel\.\platformio\assets\templates\ide-projects\atom
  411. creating build\bdist.win-amd64\wheel\platformio\assets\templates\ide-projects\clion
  412. copying build\lib\platformio\assets\templates\ide-projects\clion\.gitignore.tpl -> build\bdist.win-amd64\wheel\.\platformio\assets\templates\ide-projects\clion
  413. copying build\lib\platformio\assets\templates\ide-projects\clion\CMakeLists.txt.tpl -> build\bdist.win-amd64\wheel\.\platformio\assets\templates\ide-projects\clion
  414. copying build\lib\platformio\assets\templates\ide-projects\clion\CMakeListsPrivate.txt.tpl -> build\bdist.win-amd64\wheel\.\platformio\assets\templates\ide-projects\clion
  415. creating build\bdist.win-amd64\wheel\platformio\assets\templates\ide-projects\codeblocks
  416. copying build\lib\platformio\assets\templates\ide-projects\codeblocks\platformio.cbp.tpl -> build\bdist.win-amd64\wheel\.\platformio\assets\templates\ide-projects\codeblocks
  417. creating build\bdist.win-amd64\wheel\platformio\assets\templates\ide-projects\eclipse
  418. copying build\lib\platformio\assets\templates\ide-projects\eclipse\.cproject.tpl -> build\bdist.win-amd64\wheel\.\platformio\assets\templates\ide-projects\eclipse
  419. copying build\lib\platformio\assets\templates\ide-projects\eclipse\.project.tpl -> build\bdist.win-amd64\wheel\.\platformio\assets\templates\ide-projects\eclipse
  420. creating build\bdist.win-amd64\wheel\platformio\assets\templates\ide-projects\eclipse\.settings
  421. copying build\lib\platformio\assets\templates\ide-projects\eclipse\.settings\language.settings.xml.tpl -> build\bdist.win-amd64\wheel\.\platformio\assets\templates\ide-projects\eclipse\.settings
  422. copying build\lib\platformio\assets\templates\ide-projects\eclipse\.settings\org.eclipse.cdt.core.prefs.tpl -> build\bdist.win-amd64\wheel\.\platformio\assets\templates\ide-projects\eclipse\.settings
  423. error: could not create 'build\bdist.win-amd64\wheel\.\platformio\assets\templates\ide-projects\eclipse\.settings\org.eclipse.cdt.core.prefs.tpl': No such file or directory
  424. [end of output]
  425.  
  426. note: This error originates from a subprocess, and is likely not a problem with pip.
  427. ERROR: Failed building wheel for platformio
  428. ERROR: Could not build wheels for platformio, which is required to install pyproject.toml-based projects
  429. Error: Could not install PlatformIO Core: If you have antivirus/firewall/defender software in a system, try to disable it for a while.
  430. Command '['C:\\Users\\user\\.platformio\\penv\\Scripts\\python.exe', '-m', 'pip', 'install', '-U', 'platformio']' returned non-zero exit status 1.
  431. -> Installer version: 1.1.2
  432. Platform: Windows-10
  433. Python version: 3.9.10 (tags/v3.9.10:f2f3f53, Jan 17 2022, 15:14:21) [MSC v.1929 64 bit (AMD64)]
  434. Python path: C:\Users\user\.platformio\python3\python.exe
  435. Creating a virtual environment at C:\Users\user\.platformio\penv
  436. Updating Python package manager (PIP) in a virtual environment
  437. PIP has been successfully updated!
  438. Virtual environment has been successfully created!
  439. Installing PlatformIO Core
  440. Collecting platformio
  441. Using cached platformio-6.1.6.tar.gz (236 kB)
  442. Preparing metadata (setup.py): started
  443. Preparing metadata (setup.py): finished with status 'done'
  444. Collecting bottle==0.12.* (from platformio)
  445. Using cached bottle-0.12.25-py3-none-any.whl (90 kB)
  446. Collecting click<9,>=8.0.4 (from platformio)
  447. Using cached click-8.1.3-py3-none-any.whl (96 kB)
  448. Collecting colorama (from platformio)
  449. Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB)
  450. Collecting marshmallow==3.* (from platformio)
  451. Using cached marshmallow-3.19.0-py3-none-any.whl (49 kB)
  452. Collecting pyelftools<1,>=0.27 (from platformio)
  453. Using cached pyelftools-0.29-py2.py3-none-any.whl (174 kB)
  454. Collecting pyserial==3.5.* (from platformio)
  455. Using cached pyserial-3.5-py2.py3-none-any.whl (90 kB)
  456. Collecting requests==2.* (from platformio)
  457. Using cached requests-2.29.0-py3-none-any.whl (62 kB)
  458. Collecting semantic_version==2.10.* (from platformio)
  459. Using cached semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)
  460. Collecting tabulate==0.9.* (from platformio)
  461. Using cached tabulate-0.9.0-py3-none-any.whl (35 kB)
  462. Collecting aiofiles==22.1.* (from platformio)
  463. Using cached aiofiles-22.1.0-py3-none-any.whl (14 kB)
  464. Collecting ajsonrpc==1.* (from platformio)
  465. Using cached ajsonrpc-1.2.0-py3-none-any.whl (22 kB)
  466. Collecting starlette==0.23.* (from platformio)
  467. Using cached starlette-0.23.1-py3-none-any.whl (64 kB)
  468. Collecting uvicorn==0.20.* (from platformio)
  469. Using cached uvicorn-0.20.0-py3-none-any.whl (56 kB)
  470. Collecting wsproto==1.2.* (from platformio)
  471. Using cached wsproto-1.2.0-py3-none-any.whl (24 kB)
  472. Collecting packaging>=17.0 (from marshmallow==3.*->platformio)
  473. Using cached packaging-23.1-py3-none-any.whl (48 kB)
  474. Collecting charset-normalizer<4,>=2 (from requests==2.*->platformio)
  475. Using cached charset_normalizer-3.1.0-cp39-cp39-win_amd64.whl (97 kB)
  476. Collecting idna<4,>=2.5 (from requests==2.*->platformio)
  477. Using cached idna-3.4-py3-none-any.whl (61 kB)
  478. Collecting urllib3<1.27,>=1.21.1 (from requests==2.*->platformio)
  479. Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB)
  480. Collecting certifi>=2017.4.17 (from requests==2.*->platformio)
  481. Using cached certifi-2022.12.7-py3-none-any.whl (155 kB)
  482. Collecting anyio<5,>=3.4.0 (from starlette==0.23.*->platformio)
  483. Using cached anyio-3.6.2-py3-none-any.whl (80 kB)
  484. Collecting typing-extensions>=3.10.0 (from starlette==0.23.*->platformio)
  485. Using cached typing_extensions-4.5.0-py3-none-any.whl (27 kB)
  486. Collecting h11>=0.8 (from uvicorn==0.20.*->platformio)
  487. Using cached h11-0.14.0-py3-none-any.whl (58 kB)
  488. Collecting sniffio>=1.1 (from anyio<5,>=3.4.0->starlette==0.23.*->platformio)
  489. Using cached sniffio-1.3.0-py3-none-any.whl (10 kB)
  490. Building wheels for collected packages: platformio
  491. Building wheel for platformio (setup.py): started
  492. Building wheel for platformio (setup.py): finished with status 'error'
  493. Running setup.py clean for platformio
  494. Failed to build platformio
  495.  
  496. at c:\Users\user\.vscode\extensions\platformio.platformio-ide-3.1.1-win32-x64\node_modules\platformio-node-helpers\dist\index.js:1:5303
  497. at ChildProcess.o (c:\Users\user\.vscode\extensions\platformio.platformio-ide-3.1.1-win32-x64\node_modules\platformio-node-helpers\dist\index.js:1:4601)
  498. at ChildProcess.emit (node:events:526:28)
  499. at ChildProcess.emit (node:domain:475:12)
  500. at maybeClose (node:internal/child_process:1092:16)
  501. at ChildProcess._handle.onexit (node:internal/child_process:302:5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement