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
The python bindings rely on classical distutils, which is removed in 3.12. In order to work on newer versions of python the setup.py file must be migrated to use setuputils instead.
The python bindings rely on classical distutils, which is removed in 3.12. In order to work on newer versions of python the setup.py file must be migrated to use setuputils instead.