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
PEP-632 is upon us, and distutils is no longer a part of the default python distribution as of version 3.12, which causes the configure script to fail to locate Python.h.
PEP-632 is upon us, and distutils is no longer a part of the default python distribution as of version 3.12, which causes the configure script to fail to locate
Python.h
.Our current workaround consists of replacing
distutils
withsetuptools._distutils
in:The text was updated successfully, but these errors were encountered: