Guest User

Untitled

a guest
Jul 22nd, 2023
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.35 KB | None | 0 0
  1. bazel build -c opt xls/...
  2. INFO: Repository xls_pip_deps instantiated at:
  3. /home/user/work/xls/WORKSPACE:69:33: in <toplevel>
  4. /home/user/work/xls/dependency_support/initialize_external.bzl:35:16: in initialize_external_repositories
  5. /home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/rules_python/python/pip.bzl:98:19: in pip_install
  6. Repository rule pip_repository defined at:
  7. /home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/rules_python/python/pip_install/pip_repository.bzl:323:33: in <toplevel>
  8. ERROR: An error occurred during the fetch of repository 'xls_pip_deps':
  9. Traceback (most recent call last):
  10. File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/rules_python/python/pip_install/pip_repository.bzl", line 195, column 13, in _pip_repository_impl
  11. fail("rules_python failed: %s (%s)" % (result.stdout, result.stderr))
  12. Error in fail: rules_python failed: Collecting Flask==2.3.2
  13. Using cached Flask-2.3.2-py3-none-any.whl (96 kB)
  14. Collecting Jinja2==3.1.2
  15. Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB)
  16. Collecting werkzeug==2.3.3
  17. Using cached Werkzeug-2.3.3-py3-none-any.whl (242 kB)
  18. Collecting itsdangerous>=2.0
  19. Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB)
  20. Collecting click==8.1.3
  21. Using cached click-8.1.3-py3-none-any.whl (96 kB)
  22. Collecting markupsafe==2.1.1
  23. Using cached MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
  24. Collecting termcolor==1.1.0
  25. Using cached termcolor-1.1.0.tar.gz (3.9 kB)
  26. Preparing metadata (setup.py): started
  27. Preparing metadata (setup.py): finished with status 'done'
  28. Collecting psutil==5.7.0
  29. Using cached psutil-5.7.0.tar.gz (449 kB)
  30. Preparing metadata (setup.py): started
  31. Preparing metadata (setup.py): finished with status 'done'
  32. Collecting portpicker==1.3.1
  33. Using cached portpicker-1.3.1.tar.gz (18 kB)
  34. Preparing metadata (setup.py): started
  35. Preparing metadata (setup.py): finished with status 'done'
  36. Collecting pyyaml==5.4.1
  37. Using cached PyYAML-5.4.1.tar.gz (175 kB)
  38. Installing build dependencies: started
  39. Installing build dependencies: finished with status 'done'
  40. Getting requirements to build wheel: started
  41. Getting requirements to build wheel: finished with status 'error'
  42. ( error: subprocess-exited-with-error
  43.  
  44. × Getting requirements to build wheel did not run successfully.
  45. │ exit code: 1
  46. ╰─> [43 lines of output]
  47. running egg_info
  48. Traceback (most recent call last):
  49. File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/pypi__pip/pip/_vendor/pep517/in_process/_in_process.py", line 363, in <module>
  50. main()
  51. File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/pypi__pip/pip/_vendor/pep517/in_process/_in_process.py", line 345, in main
  52. json_out['return_val'] = hook(**hook_input['kwargs'])
  53. File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/pypi__pip/pip/_vendor/pep517/in_process/_in_process.py", line 130, in get_requires_for_build_wheel
  54. return hook(config_settings)
  55. File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 162, in get_requires_for_build_wheel
  56. return self._get_build_requires(
  57. self.run_setup()
  58. File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 158, in run_setup
  59. exec(compile(code, __file__, 'exec'), locals())
  60. File "setup.py", line 271, in <module>
  61. setup(
  62. File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 153, in setup
  63. return distutils.core.setup(**attrs)
  64. File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 148, in setup
  65. return run_commands(dist)
  66. File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 163, in run_commands
  67. dist.run_commands()
  68. File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 967, in run_commands
  69. self.run_command(cmd)
  70. File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 986, in run_command
  71. cmd_obj.run()
  72. File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 299, in run
  73. self.find_sources()
  74. File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 306, in find_sources
  75. mm.run()
  76. File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 541, in run
  77. self.add_defaults()
  78. File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 578, in add_defaults
  79. sdist.add_defaults(self)
  80. File "/usr/lib/python3/dist-packages/setuptools/_distutils/command/sdist.py", line 228, in add_defaults
  81. self._add_defaults_ext()
  82. File "/usr/lib/python3/dist-packages/setuptools/_distutils/command/sdist.py", line 312, in _add_defaults_ext
  83. self.filelist.extend(build_ext.get_source_files())
  84. File "setup.py", line 201, in get_source_files
  85. self.cython_sources(ext.sources, ext)
  86. File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 103, in __getattr__
  87. raise AttributeError(attr)
  88. AttributeError: cython_sources
  89. [end of output]
  90.  
  91. note: This error originates from a subprocess, and is likely not a problem with pip.
  92. error: subprocess-exited-with-error
  93.  
  94. × Getting requirements to build wheel did not run successfully.
  95. │ exit code: 1
  96. ╰─> See above for output.
  97.  
  98. note: This error originates from a subprocess, and is likely not a problem with pip.
  99. Traceback (most recent call last):
  100. File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
  101. return _run_code(code, main_globals, None,
  102. File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
  103. exec(code, run_globals)
  104. File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/rules_python/python/pip_install/extract_wheels/__main__.py", line 5, in <module>
  105. main()
  106. File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/rules_python/python/pip_install/extract_wheels/__init__.py", line 92, in main
  107. subprocess.run(
  108. File "/usr/lib/python3.10/subprocess.py", line 524, in run
  109. raise CalledProcessError(retcode, process.args,
  110. subprocess.CalledProcessError: Command '['/usr/bin/python3', '-m', 'pip', '--isolated', 'wheel', '-r', '/home/user/work/xls/dependency_support/pip_requirements.txt', '--wheel-dir', '/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/xls_pip_deps']' returned non-zero exit status 1.
  111. )
  112. ERROR: /home/user/work/xls/WORKSPACE:69:33: fetching pip_repository rule //external:xls_pip_deps: Traceback (most recent call last):
  113. File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/rules_python/python/pip_install/pip_repository.bzl", line 195, column 13, in _pip_repository_impl
  114. fail("rules_python failed: %s (%s)" % (result.stdout, result.stderr))
  115. Error in fail: rules_python failed: Collecting Flask==2.3.2
  116. Using cached Flask-2.3.2-py3-none-any.whl (96 kB)
  117. Collecting Jinja2==3.1.2
  118. Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB)
  119. Collecting werkzeug==2.3.3
  120. Using cached Werkzeug-2.3.3-py3-none-any.whl (242 kB)
  121. Collecting itsdangerous>=2.0
  122. Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB)
  123. Collecting click==8.1.3
  124. Using cached click-8.1.3-py3-none-any.whl (96 kB)
  125. Collecting markupsafe==2.1.1
  126. Using cached MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
  127. Collecting termcolor==1.1.0
  128. Using cached termcolor-1.1.0.tar.gz (3.9 kB)
  129. Preparing metadata (setup.py): started
  130. Preparing metadata (setup.py): finished with status 'done'
  131. Collecting psutil==5.7.0
  132. Using cached psutil-5.7.0.tar.gz (449 kB)
  133. Preparing metadata (setup.py): started
  134. Preparing metadata (setup.py): finished with status 'done'
  135. Collecting portpicker==1.3.1
  136. Using cached portpicker-1.3.1.tar.gz (18 kB)
  137. Preparing metadata (setup.py): started
  138. Preparing metadata (setup.py): finished with status 'done'
  139. Collecting pyyaml==5.4.1
  140. Using cached PyYAML-5.4.1.tar.gz (175 kB)
  141. Installing build dependencies: started
  142. Installing build dependencies: finished with status 'done'
  143. Getting requirements to build wheel: started
  144. Getting requirements to build wheel: finished with status 'error'
  145. ( error: subprocess-exited-with-error
  146.  
  147. × Getting requirements to build wheel did not run successfully.
  148. │ exit code: 1
  149. ╰─> [43 lines of output]
  150. running egg_info
  151. Traceback (most recent call last):
  152. File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/pypi__pip/pip/_vendor/pep517/in_process/_in_process.py", line 363, in <module>
  153. main()
  154. File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/pypi__pip/pip/_vendor/pep517/in_process/_in_process.py", line 345, in main
  155. json_out['return_val'] = hook(**hook_input['kwargs'])
  156. File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/pypi__pip/pip/_vendor/pep517/in_process/_in_process.py", line 130, in get_requires_for_build_wheel
  157. return hook(config_settings)
  158. File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 162, in get_requires_for_build_wheel
  159. return self._get_build_requires(
  160. File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 143, in _get_build_requires
  161. self.run_setup()
  162. File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 158, in run_setup
  163. exec(compile(code, __file__, 'exec'), locals())
  164. File "setup.py", line 271, in <module>
  165. setup(
  166. File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 153, in setup
  167. return distutils.core.setup(**attrs)
  168. File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 148, in setup
  169. return run_commands(dist)
  170. File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 163, in run_commands
  171. dist.run_commands()
  172. File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 967, in run_commands
  173. self.run_command(cmd)
  174. File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 986, in run_command
  175. cmd_obj.run()
  176. File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 299, in run
  177. self.find_sources()
  178. File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 306, in find_sources
  179. mm.run()
  180. File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 541, in run
  181. self.add_defaults()
  182. File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 578, in add_defaults
  183. sdist.add_defaults(self)
  184. File "/usr/lib/python3/dist-packages/setuptools/_distutils/command/sdist.py", line 228, in add_defaults
  185. self._add_defaults_ext()
  186. File "/usr/lib/python3/dist-packages/setuptools/_distutils/command/sdist.py", line 312, in _add_defaults_ext
  187. self.filelist.extend(build_ext.get_source_files())
  188. File "setup.py", line 201, in get_source_files
  189. self.cython_sources(ext.sources, ext)
  190. File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 103, in __getattr__
  191. raise AttributeError(attr)
  192. AttributeError: cython_sources
  193. [end of output]
  194.  
  195. note: This error originates from a subprocess, and is likely not a problem with pip.
  196. error: subprocess-exited-with-error
  197.  
  198. × Getting requirements to build wheel did not run successfully.
  199. │ exit code: 1
  200. ╰─> See above for output.
  201.  
  202. note: This error originates from a subprocess, and is likely not a problem with pip.
  203. Traceback (most recent call last):
  204. File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
  205. return _run_code(code, main_globals, None,
  206. File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
  207. exec(code, run_globals)
  208. File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/rules_python/python/pip_install/extract_wheels/__main__.py", line 5, in <module>
  209. main()
  210. File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/rules_python/python/pip_install/extract_wheels/__init__.py", line 92, in main
  211. subprocess.run(
  212. File "/usr/lib/python3.10/subprocess.py", line 524, in run
  213. raise CalledProcessError(retcode, process.args,
  214. subprocess.CalledProcessError: Command '['/usr/bin/python3', '-m', 'pip', '--isolated', 'wheel', '-r', '/home/user/work/xls/dependency_support/pip_requirements.txt', '--wheel-dir', '/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/xls_pip_deps']' returned non-zero exit status 1.
  215. )
  216. ERROR: Skipping 'xls/...': error loading package under directory 'xls': no such package '@xls_pip_deps//': rules_python failed: Collecting Flask==2.3.2
  217. Using cached Flask-2.3.2-py3-none-any.whl (96 kB)
  218. Collecting Jinja2==3.1.2
  219. Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB)
  220. Collecting werkzeug==2.3.3
  221. Using cached Werkzeug-2.3.3-py3-none-any.whl (242 kB)
  222. Collecting itsdangerous>=2.0
  223. Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB)
  224. Collecting click==8.1.3
  225. Using cached click-8.1.3-py3-none-any.whl (96 kB)
  226. Collecting markupsafe==2.1.1
  227. Using cached MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
  228. Collecting termcolor==1.1.0
  229. Using cached termcolor-1.1.0.tar.gz (3.9 kB)
  230. Preparing metadata (setup.py): started
  231. Preparing metadata (setup.py): finished with status 'done'
  232. Collecting psutil==5.7.0
  233. Using cached psutil-5.7.0.tar.gz (449 kB)
  234. Preparing metadata (setup.py): started
  235. Preparing metadata (setup.py): finished with status 'done'
  236. Collecting portpicker==1.3.1
  237. Using cached portpicker-1.3.1.tar.gz (18 kB)
  238. Preparing metadata (setup.py): started
  239. Preparing metadata (setup.py): finished with status 'done'
  240. Collecting pyyaml==5.4.1
  241. Using cached PyYAML-5.4.1.tar.gz (175 kB)
  242. Installing build dependencies: started
  243. Installing build dependencies: finished with status 'done'
  244. Getting requirements to build wheel: started
  245. Getting requirements to build wheel: finished with status 'error'
  246. ( error: subprocess-exited-with-error
  247.  
  248. × Getting requirements to build wheel did not run successfully.
  249. │ exit code: 1
  250. ╰─> [43 lines of output]
  251. running egg_info
  252. Traceback (most recent call last):
  253. File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/pypi__pip/pip/_vendor/pep517/in_process/_in_process.py", line 363, in <module>
  254. main()
  255. File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/pypi__pip/pip/_vendor/pep517/in_process/_in_process.py", line 345, in main
  256. json_out['return_val'] = hook(**hook_input['kwargs'])
  257. File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/pypi__pip/pip/_vendor/pep517/in_process/_in_process.py", line 130, in get_requires_for_build_wheel
  258. return hook(config_settings)
  259. File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 162, in get_requires_for_build_wheel
  260. return self._get_build_requires(
  261. File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 143, in _get_build_requires
  262. self.run_setup()
  263. File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 158, in run_setup
  264. exec(compile(code, __file__, 'exec'), locals())
  265. File "setup.py", line 271, in <module>
  266. setup(
  267. File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 153, in setup
  268. return distutils.core.setup(**attrs)
  269. File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 148, in setup
  270. return run_commands(dist)
  271. File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 163, in run_commands
  272. dist.run_commands()
  273. File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 967, in run_commands
  274. self.run_command(cmd)
  275. File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 986, in run_command
  276. cmd_obj.run()
  277. File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 299, in run
  278. self.find_sources()
  279. File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 306, in find_sources
  280. mm.run()
  281. File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 541, in run
  282. self.add_defaults()
  283. File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 578, in add_defaults
  284. sdist.add_defaults(self)
  285. File "/usr/lib/python3/dist-packages/setuptools/_distutils/command/sdist.py", line 228, in add_defaults
  286. self._add_defaults_ext()
  287. File "/usr/lib/python3/dist-packages/setuptools/_distutils/command/sdist.py", line 312, in _add_defaults_ext
  288. self.filelist.extend(build_ext.get_source_files())
  289. File "setup.py", line 201, in get_source_files
  290. self.cython_sources(ext.sources, ext)
  291. File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 103, in __getattr__
  292. raise AttributeError(attr)
  293. AttributeError: cython_sources
  294. [end of output]
  295.  
  296. note: This error originates from a subprocess, and is likely not a problem with pip.
  297. error: subprocess-exited-with-error
  298.  
  299. × Getting requirements to build wheel did not run successfully.
  300. │ exit code: 1
  301. ╰─> See above for output.
  302.  
  303. note: This error originates from a subprocess, and is likely not a problem with pip.
  304. Traceback (most recent call last):
  305. File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
  306. return _run_code(code, main_globals, None,
  307. File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
  308. exec(code, run_globals)
  309. File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/rules_python/python/pip_install/extract_wheels/__main__.py", line 5, in <module>
  310. main()
  311. File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/rules_python/python/pip_install/extract_wheels/__init__.py", line 92, in main
  312. subprocess.run(
  313. File "/usr/lib/python3.10/subprocess.py", line 524, in run
  314. raise CalledProcessError(retcode, process.args,
  315. subprocess.CalledProcessError: Command '['/usr/bin/python3', '-m', 'pip', '--isolated', 'wheel', '-r', '/home/user/work/xls/dependency_support/pip_requirements.txt', '--wheel-dir', '/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/xls_pip_deps']' returned non-zero exit status 1.
  316. )
  317. WARNING: Target pattern parsing failed.
  318. ERROR: error loading package under directory 'xls': no such package '@xls_pip_deps//': rules_python failed: Collecting Flask==2.3.2
  319. Using cached Flask-2.3.2-py3-none-any.whl (96 kB)
  320. Collecting Jinja2==3.1.2
  321. Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB)
  322. Collecting werkzeug==2.3.3
  323. Using cached Werkzeug-2.3.3-py3-none-any.whl (242 kB)
  324. Collecting itsdangerous>=2.0
  325. Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB)
  326. Collecting click==8.1.3
  327. Using cached click-8.1.3-py3-none-any.whl (96 kB)
  328. Collecting markupsafe==2.1.1
  329. Using cached MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
  330. Collecting termcolor==1.1.0
  331. Using cached termcolor-1.1.0.tar.gz (3.9 kB)
  332. Preparing metadata (setup.py): started
  333. Preparing metadata (setup.py): finished with status 'done'
  334. Collecting psutil==5.7.0
  335. Using cached psutil-5.7.0.tar.gz (449 kB)
  336. Preparing metadata (setup.py): started
  337. Preparing metadata (setup.py): finished with status 'done'
  338. Collecting portpicker==1.3.1
  339. Using cached portpicker-1.3.1.tar.gz (18 kB)
  340. Preparing metadata (setup.py): started
  341. Preparing metadata (setup.py): finished with status 'done'
  342. Collecting pyyaml==5.4.1
  343. Using cached PyYAML-5.4.1.tar.gz (175 kB)
  344. Installing build dependencies: started
  345. Installing build dependencies: finished with status 'done'
  346. Getting requirements to build wheel: started
  347. Getting requirements to build wheel: finished with status 'error'
  348. ( error: subprocess-exited-with-error
  349.  
  350. × Getting requirements to build wheel did not run successfully.
  351. │ exit code: 1
  352. ╰─> [43 lines of output]
  353. running egg_info
  354. Traceback (most recent call last):
  355. File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/pypi__pip/pip/_vendor/pep517/in_process/_in_process.py", line 363, in <module>
  356. main()
  357. self.run_setup()
  358. File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 158, in run_setup
  359. exec(compile(code, __file__, 'exec'), locals())
  360. File "setup.py", line 271, in <module>
  361. setup(
  362. File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 153, in setup
  363. return distutils.core.setup(**attrs)
  364. File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 148, in setup
  365. return run_commands(dist)
  366. File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 163, in run_commands
  367. dist.run_commands()
  368. File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 967, in run_commands
  369. self.run_command(cmd)
  370. File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 986, in run_command
  371. cmd_obj.run()
  372. File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 299, in run
  373. self.find_sources()
  374. File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 306, in find_sources
  375. mm.run()
  376. File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 541, in run
  377. self.add_defaults()
  378. File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 578, in add_defaults
  379. sdist.add_defaults(self)
  380. File "/usr/lib/python3/dist-packages/setuptools/_distutils/command/sdist.py", line 228, in add_defaults
  381. self._add_defaults_ext()
  382. File "/usr/lib/python3/dist-packages/setuptools/_distutils/command/sdist.py", line 312, in _add_defaults_ext
  383. self.filelist.extend(build_ext.get_source_files())
  384. File "setup.py", line 201, in get_source_files
  385. self.cython_sources(ext.sources, ext)
  386. File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 103, in __getattr__
  387. raise AttributeError(attr)
  388. AttributeError: cython_sources
  389. [end of output]
  390.  
  391. note: This error originates from a subprocess, and is likely not a problem with pip.
  392. error: subprocess-exited-with-error
  393.  
  394. × Getting requirements to build wheel did not run successfully.
  395. │ exit code: 1
  396. ╰─> See above for output.
  397.  
  398. note: This error originates from a subprocess, and is likely not a problem with pip.
  399. Traceback (most recent call last):
  400. File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
  401. return _run_code(code, main_globals, None,
  402. File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
  403. exec(code, run_globals)
  404. File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/rules_python/python/pip_install/extract_wheels/__main__.py", line 5, in <module>
  405. main()
  406. File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/rules_python/python/pip_install/extract_wheels/__init__.py", line 92, in main
  407. subprocess.run(
  408. File "/usr/lib/python3.10/subprocess.py", line 524, in run
  409. raise CalledProcessError(retcode, process.args,
  410. subprocess.CalledProcessError: Command '['/usr/bin/python3', '-m', 'pip', '--isolated', 'wheel', '-r', '/home/user/work/xls/dependency_support/pip_requirements.txt', '--wheel-dir', '/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/xls_pip_deps']' returned non-zero exit status 1.
  411. )
  412. INFO: Elapsed time: 15.023s
  413. INFO: 0 processes.
  414. FAILED: Build did NOT complete successfully (0 packages loaded)
  415. currently loading: xls/delay_model ... (10 packages)
Advertisement
Add Comment
Please, Sign In to add comment