[CI] JNI jobs fail to install archery due to old Python version on images
- Lenguaje dominante
- Java
- Estrellas
- 94
- Forks
- 152
- Merge medio
- 3 d 16 h
- PR fusionados (30 d)
- 11
Descripción
### Describe the bug, including details regarding any error messages, version, and platform.
Some of the JNI jobs are failing:
Example:
https://github.com/apache/arrow-java/actions/runs/18299702972/job/52105015738
with:
```
Install Archery
Obtaining file:///arrow/dev/archery
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
Python < 3.10 is not supported
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
Notice: A new release of pip is available: 24.2 -> 25.2
Notice: To update, run: python -m pip install --upgrade pip
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
```
Guía de contribución
Línea de trabajo
Comienza con los trabajos JNI y su configuración de imagen o workflow de GitHub Actions; después, inspecciona la ejecución de la acción vinculada para identificar qué entorno instala Archery. Verifica la versión de Python utilizada por cada trabajo que falla y actualiza la configuración de CI pertinente para que Archery se instale correctamente; se considera terminado cuando los trabajos JNI superan su paso de instalación de Archery.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- github-actions, python
- Área
- ci-cd
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 42/100