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
2023-10-26T15:55:09.8687256Z Could not introspect Python (['/opt/hostedtoolcache/Python/3.12.0/x64/bin/python', '/home/runner/work/numpy/numpy/vendored-meson/meson/mesonbuild/scripts/python_info.py']): exit code 1
2023-10-26T15:55:09.8688703Z Program stdout:
2023-10-26T15:55:09.8688903Z
2023-10-26T15:55:09.8688922Z
2023-10-26T15:55:09.8689037Z Program stderr:
2023-10-26T15:55:09.8689404Z
2023-10-26T15:55:09.8689592Z Traceback (most recent call last):
2023-10-26T15:55:09.8696505Z File "/home/runner/work/numpy/numpy/vendored-meson/meson/mesonbuild/scripts/python_info.py", line 16, in <module>
2023-10-26T15:55:09.8697642Z import distutils.command.install
2023-10-26T15:55:09.8698316Z ModuleNotFoundError: No module named 'distutils'
2023-10-26T15:55:09.8698716Z
2023-10-26T15:55:09.8698722Z
2023-10-26T15:55:09.8699849Z meson.build:40:22: ERROR: <PythonExternalProgram 'python3' -> ['/opt/hostedtoolcache/Python/3.12.0/x64/bin/python']> is not a valid python or it is missing distutils
The text was updated successfully, but these errors were encountered:
I encountered and fixed that issue in gh-25008. The failure is from 16 hours ago, and the fix got merged 12 hours ago. I re-ran the CI job just now, but it's possible that it needs a rebase.
rgommers
changed the title
CI: SIMD tests are failing
CI: SIMD job is failing with missing distutils
Oct 27, 2023
rgommers
changed the title
CI: SIMD job is failing with missing distutils
CI: without-optimizations CI job is failing with missing distutils
Oct 27, 2023
See e.g. https://github.com/numpy/numpy/actions/runs/6656548338/job/18089648513?pr=25010
relevant bit of the build log:
The text was updated successfully, but these errors were encountered: