You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug, including details regarding any error messages, version, and platform.
Arrow fails to be built on AlmaLinux 8 on the verification job due to not being able to find Python:
-- Build output directory: /tmp/arrow-14.0.2.ZwfXA/apache-arrow-14.0.2/python/build/temp.linux-x86_64-cpython-311/release
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find Python3 (missing: Python3_INCLUDE_DIRS Development.Module
NumPy) (found version "3.11.5")
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake/Modules/FindPython/Support.cmake:3165 (find_package_handle_standard_args)
/usr/share/cmake/Modules/FindPython3.cmake:485 (include)
cmake_modules/FindPython3Alt.cmake:51 (find_package)
CMakeLists.txt:262 (find_package)
-- Configuring incomplete, errors occurred!
See also "/tmp/arrow-14.0.2.ZwfXA/apache-arrow-14.0.2/python/build/temp.linux-x86_64-cpython-311/CMakeFiles/CMakeOutput.log".
error: command '/usr/bin/cmake' failed with exit code 1
Failed to verify release candidate. See /tmp/arrow-14.0.2.ZwfXA for details.
1
AlmaLinux docker image was updated from 8.8 to 8.9 and the Python version there is different as found here: #38985
The updated AlmaLinux Python version seems to be causing the issue.
kou
changed the title
[Release][CI] Verification job on Almalinux 8 fails to find correct Python
[Release][CI] Verification job on AlmaLinux 8 fails to find correct Python
Dec 5, 2023
…tion job on AlmaLinux 8 (#39073)
### Rationale for this change
The verification task for Almalinux 8 was failing.
### What changes are included in this PR?
Add required python3.11-devel to the Docker image.
### Are these changes tested?
Yes via archery task.
### Are there any user-facing changes?
No
* Closes: #39072
Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
…tion job on AlmaLinux 8 (#39073)
### Rationale for this change
The verification task for Almalinux 8 was failing.
### What changes are included in this PR?
Add required python3.11-devel to the Docker image.
### Are these changes tested?
Yes via archery task.
### Are there any user-facing changes?
No
* Closes: #39072
Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
dgreiss
pushed a commit
to dgreiss/arrow
that referenced
this issue
Feb 19, 2024
…rification job on AlmaLinux 8 (apache#39073)
### Rationale for this change
The verification task for Almalinux 8 was failing.
### What changes are included in this PR?
Add required python3.11-devel to the Docker image.
### Are these changes tested?
Yes via archery task.
### Are there any user-facing changes?
No
* Closes: apache#39072
Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Describe the bug, including details regarding any error messages, version, and platform.
Arrow fails to be built on AlmaLinux 8 on the verification job due to not being able to find Python:
AlmaLinux docker image was updated from 8.8 to 8.9 and the Python version there is different as found here: #38985
The updated AlmaLinux Python version seems to be causing the issue.
This is reproducible on 14.0.2 RC0 and main:
verify-rc-source-python-linux-almalinux-8-amd64
Component(s)
Continuous Integration, Release
The text was updated successfully, but these errors were encountered: