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
BUG: add dependency on setuptools on Python >= 3.12
Meson up to version 1.0.0 uses distuitls for introspection of the
Python interpreter it is compiling for. distutils has been removed
from the Python standard library in version 3.12. distutils has been
effectively embedded into setuptools thus depending on setuptools
works around the issue.
See mesonbuild/meson#11133.
0 commit comments