apache / arrow

Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing
https://arrow.apache.org/
Apache License 2.0
14.32k stars 3.48k forks source link

[Python] uwsgi fails installing on macOS arm64 benchmarking machine #44218

Open pitrou opened 2 hours ago

pitrou commented 2 hours ago

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

See https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/5994#01921fbc-0a5c-438c-928a-761d1a14e06d/34-652

We could simply avoid installing uwsgi on macOS. It's probably enough to exercise the uwsgi-specific test on Linux.

Component(s)

Benchmarking, Python

pitrou commented 2 hours ago

@jorisvandenbossche What do you think?