apache / apache/arrow

[Python] Deprecate Archer Build

Open
#48,960 0 comments 0 reactions 1 assignee Claimed by @chiranmoyf View on GitHub
Component: Python Type: bug
Dominant language
C++
Stars
17.1k
Forks
4.3k
Avg merge
3d 13h
Merged PRs (30d)
88

Description

### Describe the bug, including details regarding any error messages, version, and platform.

Error when building Arrow using `archery build`.
For aarch64 machines, except `NONE`, none of the existing options in `simd_level` are valid.
The error also occurs on x86_64, unless one of `SSE4_2`, `AVX2`, or `AVX512` is specified.

Here's the exact error message for aarch64 (Graviton3).
`Error: Invalid value for '--simd-level': 'DEFAULT' is not one of 'NONE', 'SSE4_2', 'AVX2', 'AVX512'.`

### Edit:
Since the Archery build command is no longer actively maintained or tested in CI, it should be deprecated and removed in future releases.

### Component(s)

Python

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.