Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bazel build -c opt xls/...
- INFO: Repository xls_pip_deps instantiated at:
- /home/user/work/xls/WORKSPACE:69:33: in <toplevel>
- /home/user/work/xls/dependency_support/initialize_external.bzl:35:16: in initialize_external_repositories
- /home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/rules_python/python/pip.bzl:98:19: in pip_install
- Repository rule pip_repository defined at:
- /home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/rules_python/python/pip_install/pip_repository.bzl:323:33: in <toplevel>
- ERROR: An error occurred during the fetch of repository 'xls_pip_deps':
- Traceback (most recent call last):
- 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
- fail("rules_python failed: %s (%s)" % (result.stdout, result.stderr))
- Error in fail: rules_python failed: Collecting Flask==2.3.2
- Using cached Flask-2.3.2-py3-none-any.whl (96 kB)
- Collecting Jinja2==3.1.2
- Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB)
- Collecting werkzeug==2.3.3
- Using cached Werkzeug-2.3.3-py3-none-any.whl (242 kB)
- Collecting itsdangerous>=2.0
- Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB)
- Collecting click==8.1.3
- Using cached click-8.1.3-py3-none-any.whl (96 kB)
- Collecting markupsafe==2.1.1
- Using cached MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
- Collecting termcolor==1.1.0
- Using cached termcolor-1.1.0.tar.gz (3.9 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Collecting psutil==5.7.0
- Using cached psutil-5.7.0.tar.gz (449 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Collecting portpicker==1.3.1
- Using cached portpicker-1.3.1.tar.gz (18 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Collecting pyyaml==5.4.1
- Using cached PyYAML-5.4.1.tar.gz (175 kB)
- Installing build dependencies: started
- Installing build dependencies: finished with status 'done'
- Getting requirements to build wheel: started
- Getting requirements to build wheel: finished with status 'error'
- ( error: subprocess-exited-with-error
- × Getting requirements to build wheel did not run successfully.
- │ exit code: 1
- ╰─> [43 lines of output]
- running egg_info
- Traceback (most recent call last):
- File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/pypi__pip/pip/_vendor/pep517/in_process/_in_process.py", line 363, in <module>
- main()
- File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/pypi__pip/pip/_vendor/pep517/in_process/_in_process.py", line 345, in main
- json_out['return_val'] = hook(**hook_input['kwargs'])
- 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
- return hook(config_settings)
- File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 162, in get_requires_for_build_wheel
- return self._get_build_requires(
- self.run_setup()
- File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 158, in run_setup
- exec(compile(code, __file__, 'exec'), locals())
- File "setup.py", line 271, in <module>
- setup(
- File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 153, in setup
- return distutils.core.setup(**attrs)
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 148, in setup
- return run_commands(dist)
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 163, in run_commands
- dist.run_commands()
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 967, in run_commands
- self.run_command(cmd)
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 986, in run_command
- cmd_obj.run()
- File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 299, in run
- self.find_sources()
- File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 306, in find_sources
- mm.run()
- File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 541, in run
- self.add_defaults()
- File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 578, in add_defaults
- sdist.add_defaults(self)
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/command/sdist.py", line 228, in add_defaults
- self._add_defaults_ext()
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/command/sdist.py", line 312, in _add_defaults_ext
- self.filelist.extend(build_ext.get_source_files())
- File "setup.py", line 201, in get_source_files
- self.cython_sources(ext.sources, ext)
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 103, in __getattr__
- raise AttributeError(attr)
- AttributeError: cython_sources
- [end of output]
- note: This error originates from a subprocess, and is likely not a problem with pip.
- error: subprocess-exited-with-error
- × Getting requirements to build wheel did not run successfully.
- │ exit code: 1
- ╰─> See above for output.
- note: This error originates from a subprocess, and is likely not a problem with pip.
- Traceback (most recent call last):
- File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
- return _run_code(code, main_globals, None,
- File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
- exec(code, run_globals)
- File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/rules_python/python/pip_install/extract_wheels/__main__.py", line 5, in <module>
- main()
- File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/rules_python/python/pip_install/extract_wheels/__init__.py", line 92, in main
- subprocess.run(
- File "/usr/lib/python3.10/subprocess.py", line 524, in run
- raise CalledProcessError(retcode, process.args,
- 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.
- )
- ERROR: /home/user/work/xls/WORKSPACE:69:33: fetching pip_repository rule //external:xls_pip_deps: Traceback (most recent call last):
- 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
- fail("rules_python failed: %s (%s)" % (result.stdout, result.stderr))
- Error in fail: rules_python failed: Collecting Flask==2.3.2
- Using cached Flask-2.3.2-py3-none-any.whl (96 kB)
- Collecting Jinja2==3.1.2
- Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB)
- Collecting werkzeug==2.3.3
- Using cached Werkzeug-2.3.3-py3-none-any.whl (242 kB)
- Collecting itsdangerous>=2.0
- Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB)
- Collecting click==8.1.3
- Using cached click-8.1.3-py3-none-any.whl (96 kB)
- Collecting markupsafe==2.1.1
- Using cached MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
- Collecting termcolor==1.1.0
- Using cached termcolor-1.1.0.tar.gz (3.9 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Collecting psutil==5.7.0
- Using cached psutil-5.7.0.tar.gz (449 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Collecting portpicker==1.3.1
- Using cached portpicker-1.3.1.tar.gz (18 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Collecting pyyaml==5.4.1
- Using cached PyYAML-5.4.1.tar.gz (175 kB)
- Installing build dependencies: started
- Installing build dependencies: finished with status 'done'
- Getting requirements to build wheel: started
- Getting requirements to build wheel: finished with status 'error'
- ( error: subprocess-exited-with-error
- × Getting requirements to build wheel did not run successfully.
- │ exit code: 1
- ╰─> [43 lines of output]
- running egg_info
- Traceback (most recent call last):
- File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/pypi__pip/pip/_vendor/pep517/in_process/_in_process.py", line 363, in <module>
- main()
- File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/pypi__pip/pip/_vendor/pep517/in_process/_in_process.py", line 345, in main
- json_out['return_val'] = hook(**hook_input['kwargs'])
- 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
- return hook(config_settings)
- File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 162, in get_requires_for_build_wheel
- return self._get_build_requires(
- File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 143, in _get_build_requires
- self.run_setup()
- File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 158, in run_setup
- exec(compile(code, __file__, 'exec'), locals())
- File "setup.py", line 271, in <module>
- setup(
- File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 153, in setup
- return distutils.core.setup(**attrs)
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 148, in setup
- return run_commands(dist)
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 163, in run_commands
- dist.run_commands()
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 967, in run_commands
- self.run_command(cmd)
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 986, in run_command
- cmd_obj.run()
- File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 299, in run
- self.find_sources()
- File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 306, in find_sources
- mm.run()
- File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 541, in run
- self.add_defaults()
- File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 578, in add_defaults
- sdist.add_defaults(self)
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/command/sdist.py", line 228, in add_defaults
- self._add_defaults_ext()
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/command/sdist.py", line 312, in _add_defaults_ext
- self.filelist.extend(build_ext.get_source_files())
- File "setup.py", line 201, in get_source_files
- self.cython_sources(ext.sources, ext)
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 103, in __getattr__
- raise AttributeError(attr)
- AttributeError: cython_sources
- [end of output]
- note: This error originates from a subprocess, and is likely not a problem with pip.
- error: subprocess-exited-with-error
- × Getting requirements to build wheel did not run successfully.
- │ exit code: 1
- ╰─> See above for output.
- note: This error originates from a subprocess, and is likely not a problem with pip.
- Traceback (most recent call last):
- File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
- return _run_code(code, main_globals, None,
- File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
- exec(code, run_globals)
- File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/rules_python/python/pip_install/extract_wheels/__main__.py", line 5, in <module>
- main()
- File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/rules_python/python/pip_install/extract_wheels/__init__.py", line 92, in main
- subprocess.run(
- File "/usr/lib/python3.10/subprocess.py", line 524, in run
- raise CalledProcessError(retcode, process.args,
- 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.
- )
- ERROR: Skipping 'xls/...': error loading package under directory 'xls': no such package '@xls_pip_deps//': rules_python failed: Collecting Flask==2.3.2
- Using cached Flask-2.3.2-py3-none-any.whl (96 kB)
- Collecting Jinja2==3.1.2
- Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB)
- Collecting werkzeug==2.3.3
- Using cached Werkzeug-2.3.3-py3-none-any.whl (242 kB)
- Collecting itsdangerous>=2.0
- Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB)
- Collecting click==8.1.3
- Using cached click-8.1.3-py3-none-any.whl (96 kB)
- Collecting markupsafe==2.1.1
- Using cached MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
- Collecting termcolor==1.1.0
- Using cached termcolor-1.1.0.tar.gz (3.9 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Collecting psutil==5.7.0
- Using cached psutil-5.7.0.tar.gz (449 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Collecting portpicker==1.3.1
- Using cached portpicker-1.3.1.tar.gz (18 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Collecting pyyaml==5.4.1
- Using cached PyYAML-5.4.1.tar.gz (175 kB)
- Installing build dependencies: started
- Installing build dependencies: finished with status 'done'
- Getting requirements to build wheel: started
- Getting requirements to build wheel: finished with status 'error'
- ( error: subprocess-exited-with-error
- × Getting requirements to build wheel did not run successfully.
- │ exit code: 1
- ╰─> [43 lines of output]
- running egg_info
- Traceback (most recent call last):
- File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/pypi__pip/pip/_vendor/pep517/in_process/_in_process.py", line 363, in <module>
- main()
- File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/pypi__pip/pip/_vendor/pep517/in_process/_in_process.py", line 345, in main
- json_out['return_val'] = hook(**hook_input['kwargs'])
- 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
- return hook(config_settings)
- File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 162, in get_requires_for_build_wheel
- return self._get_build_requires(
- File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 143, in _get_build_requires
- self.run_setup()
- File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 158, in run_setup
- exec(compile(code, __file__, 'exec'), locals())
- File "setup.py", line 271, in <module>
- setup(
- File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 153, in setup
- return distutils.core.setup(**attrs)
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 148, in setup
- return run_commands(dist)
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 163, in run_commands
- dist.run_commands()
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 967, in run_commands
- self.run_command(cmd)
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 986, in run_command
- cmd_obj.run()
- File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 299, in run
- self.find_sources()
- File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 306, in find_sources
- mm.run()
- File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 541, in run
- self.add_defaults()
- File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 578, in add_defaults
- sdist.add_defaults(self)
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/command/sdist.py", line 228, in add_defaults
- self._add_defaults_ext()
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/command/sdist.py", line 312, in _add_defaults_ext
- self.filelist.extend(build_ext.get_source_files())
- File "setup.py", line 201, in get_source_files
- self.cython_sources(ext.sources, ext)
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 103, in __getattr__
- raise AttributeError(attr)
- AttributeError: cython_sources
- [end of output]
- note: This error originates from a subprocess, and is likely not a problem with pip.
- error: subprocess-exited-with-error
- × Getting requirements to build wheel did not run successfully.
- │ exit code: 1
- ╰─> See above for output.
- note: This error originates from a subprocess, and is likely not a problem with pip.
- Traceback (most recent call last):
- File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
- return _run_code(code, main_globals, None,
- File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
- exec(code, run_globals)
- File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/rules_python/python/pip_install/extract_wheels/__main__.py", line 5, in <module>
- main()
- File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/rules_python/python/pip_install/extract_wheels/__init__.py", line 92, in main
- subprocess.run(
- File "/usr/lib/python3.10/subprocess.py", line 524, in run
- raise CalledProcessError(retcode, process.args,
- 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.
- )
- WARNING: Target pattern parsing failed.
- ERROR: error loading package under directory 'xls': no such package '@xls_pip_deps//': rules_python failed: Collecting Flask==2.3.2
- Using cached Flask-2.3.2-py3-none-any.whl (96 kB)
- Collecting Jinja2==3.1.2
- Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB)
- Collecting werkzeug==2.3.3
- Using cached Werkzeug-2.3.3-py3-none-any.whl (242 kB)
- Collecting itsdangerous>=2.0
- Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB)
- Collecting click==8.1.3
- Using cached click-8.1.3-py3-none-any.whl (96 kB)
- Collecting markupsafe==2.1.1
- Using cached MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
- Collecting termcolor==1.1.0
- Using cached termcolor-1.1.0.tar.gz (3.9 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Collecting psutil==5.7.0
- Using cached psutil-5.7.0.tar.gz (449 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Collecting portpicker==1.3.1
- Using cached portpicker-1.3.1.tar.gz (18 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Collecting pyyaml==5.4.1
- Using cached PyYAML-5.4.1.tar.gz (175 kB)
- Installing build dependencies: started
- Installing build dependencies: finished with status 'done'
- Getting requirements to build wheel: started
- Getting requirements to build wheel: finished with status 'error'
- ( error: subprocess-exited-with-error
- × Getting requirements to build wheel did not run successfully.
- │ exit code: 1
- ╰─> [43 lines of output]
- running egg_info
- Traceback (most recent call last):
- File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/pypi__pip/pip/_vendor/pep517/in_process/_in_process.py", line 363, in <module>
- main()
- self.run_setup()
- File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 158, in run_setup
- exec(compile(code, __file__, 'exec'), locals())
- File "setup.py", line 271, in <module>
- setup(
- File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 153, in setup
- return distutils.core.setup(**attrs)
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 148, in setup
- return run_commands(dist)
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 163, in run_commands
- dist.run_commands()
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 967, in run_commands
- self.run_command(cmd)
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 986, in run_command
- cmd_obj.run()
- File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 299, in run
- self.find_sources()
- File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 306, in find_sources
- mm.run()
- File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 541, in run
- self.add_defaults()
- File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 578, in add_defaults
- sdist.add_defaults(self)
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/command/sdist.py", line 228, in add_defaults
- self._add_defaults_ext()
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/command/sdist.py", line 312, in _add_defaults_ext
- self.filelist.extend(build_ext.get_source_files())
- File "setup.py", line 201, in get_source_files
- self.cython_sources(ext.sources, ext)
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 103, in __getattr__
- raise AttributeError(attr)
- AttributeError: cython_sources
- [end of output]
- note: This error originates from a subprocess, and is likely not a problem with pip.
- error: subprocess-exited-with-error
- × Getting requirements to build wheel did not run successfully.
- │ exit code: 1
- ╰─> See above for output.
- note: This error originates from a subprocess, and is likely not a problem with pip.
- Traceback (most recent call last):
- File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
- return _run_code(code, main_globals, None,
- File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
- exec(code, run_globals)
- File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/rules_python/python/pip_install/extract_wheels/__main__.py", line 5, in <module>
- main()
- File "/home/user/.cache/bazel/_bazel_user/b2ce6684e9de0b554963d80e4cfa89c1/external/rules_python/python/pip_install/extract_wheels/__init__.py", line 92, in main
- subprocess.run(
- File "/usr/lib/python3.10/subprocess.py", line 524, in run
- raise CalledProcessError(retcode, process.args,
- 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.
- )
- INFO: Elapsed time: 15.023s
- INFO: 0 processes.
- FAILED: Build did NOT complete successfully (0 packages loaded)
- currently loading: xls/delay_model ... (10 packages)
Advertisement
Add Comment
Please, Sign In to add comment