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 distutils package was running in a deprecated mode within python 3.10 and 3.11 and completely removed from python 3.12. This means this module doesn't work with python 3.12 anymore.
It would really useful to update the code to use shutil.copytree instead of depending on distutils