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
It looks like __init__.py uses distutils, which has been removed as part of python 3.12 (see PEP 632).
Pursuing this a bit farther, there's more in-depth discussion on setuptools on how exactly to migrate from distutils to setuptools. Not sure of the best way to fix this yet (haven't tried switching out the current init code for imports from setuptools), but I can keep investigating.
It looks like
__init__.py
usesdistutils
, which has been removed as part of python 3.12 (see PEP 632).Pursuing this a bit farther, there's more in-depth discussion on
setuptools
on how exactly to migrate from distutils to setuptools. Not sure of the best way to fix this yet (haven't tried switching out the current init code for imports from setuptools), but I can keep investigating.The text was updated successfully, but these errors were encountered: