-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[Release][Python][CI] Verification jobs for Python fail on Ubuntu 20.04 #44253
Copy link
Copy link
Closed
Milestone
Description
Describe the bug, including details regarding any error messages, version, and platform.
Some verification jobs have started failing for Ubuntu 20.04 as it ships with Python 3.8 but pyarrow has already dropped support for Python 3.8:
/arrow/python /arrow /
Obtaining file:///arrow/python
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Checking if build backend supports build_editable: started
Checking if build backend supports build_editable: finished with status 'done'
Getting requirements to build editable: started
Getting requirements to build editable: finished with status 'done'
Preparing editable metadata (pyproject.toml): started
Preparing editable metadata (pyproject.toml): finished with status 'done'
Requirement already satisfied: numpy>=1.16.6 in /tmp/arrow-HEAD.37mM9/venv-source/lib/python3.8/site-packages (from pyarrow==18.0.0.dev389+g6f64af54e) (1.24.4)
INFO: pip is looking at multiple versions of pyarrow to determine which version is compatible with other requirements. This could take a while.
ERROR: Package 'pyarrow' requires a different Python: 3.8.10 not in '>=3.9'
Failed to verify release candidate. See /tmp/arrow-HEAD.37mM9 for details.
Error: `docker compose --file=/home/runner/work/crossbow/crossbow/arrow/docker-compose.yml run --rm -e VERIFY_VERSION= -e VERIFY_RC= -e TEST_DEFAULT=0 -e TEST_PYTHON=1 ubuntu-verify-rc` exited with a non-zero exit code 1, see the process log above.
Component(s)
Continuous Integration, Python, Release
Reactions are currently unavailable
Metadata
Metadata
Assignees
Type
Fields
Give feedbackNo fields configured for issues without a type.