build fails on AArch64, Fedora 33 #6506
Labels
contributions welcome
The JAX team has not prioritized work on this. Community contributions are welcome.
enhancement
New feature or request
[jw@cn06 jax]$ python3 build/build.py
_ | |/ _ \ \ /
| || / ___ /
___// /_/_\
Downloading bazel from: https://github.com/bazelbuild/bazel/releases/download/3.7.2/bazel-3.7.2-linux-x86_64
bazel-3.7.2-linux-x86_64 [########################################] 100%
Traceback (most recent call last):
File "/data/jw/jax/build/build.py", line 521, in
main()
File "/data/jw/jax/build/build.py", line 439, in main
bazel_path = get_bazel_path(args.bazel_path)
File "/data/jw/jax/build/build.py", line 165, in get_bazel_path
if check_bazel_version(path):
File "/data/jw/jax/build/build.py", line 174, in check_bazel_version
version_output = shell([bazel_path, "--bazelrc=/dev/null", "version"])
File "/data/jw/jax/build/build.py", line 51, in shell
output = subprocess.check_output(cmd)
File "/usr/lib64/python3.9/subprocess.py", line 420, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/usr/lib64/python3.9/subprocess.py", line 501, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib64/python3.9/subprocess.py", line 947, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib64/python3.9/subprocess.py", line 1819, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
OSError: [Errno 8] Exec format error: './bazel-3.7.2-linux-x86_64'
[jw@cn06 jax]$
The text was updated successfully, but these errors were encountered: