laurentgo commented on PR #40953:
URL: https://github.com/apache/arrow/pull/40953#issuecomment-2032524679
I'm noticing some build issues with archery:
```
Run archery docker run \
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.8.18/x64/bin/archery", line 8, in
<module>
sys.exit(archery())
File
"/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/click/core.py",
line 1157, in __call__
return self.main(*args, **kwargs)
File
"/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/click/core.py",
line 1078, in main
rv = self.invoke(ctx)
File
"/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/click/core.py",
line 1688, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File
"/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/click/core.py",
line 1685, in invoke
super().invoke(ctx)
File
"/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/click/core.py",
line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
File
"/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/click/core.py",
line 783, in invoke
return __callback(*args, **kwargs)
File
"/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/click/decorators.py",
line 33, in new_func
return f(get_current_context(), *args, **kwargs)
File "/home/runner/work/arrow/arrow/dev/archery/archery/docker/cli.py",
line 67, in docker
compose = DockerCompose(config_path, params=os.environ,
File "/home/runner/work/arrow/arrow/dev/archery/archery/docker/core.py",
line 169, in __init__
self.config = ComposeConfig(config_path, dotenv_path, compose_bin,
File "/home/runner/work/arrow/arrow/dev/archery/archery/docker/core.py",
line 68, in __init__
self._read_config(config_path, compose_bin)
File "/home/runner/work/arrow/arrow/dev/archery/archery/docker/core.py",
line 127, in _read_config
result = compose.run(*args, env=self.env, check=False,
File "/home/runner/work/arrow/arrow/dev/archery/archery/utils/command.py",
line 78, in run
return subprocess.run(invocation, **kwargs)
File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/subprocess.py",
line 493, in run
with Popen(*popenargs, **kwargs) as process:
File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/subprocess.py",
line 858, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/subprocess.py",
line 1720, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'docker-compose'
Error: Process completed with exit code 1.
```
Is there anything I can do to address?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]