Ganzo does not work with python 3.12, because distutils was dropped in 3.12 (PEP 632) resulting in the following error:
from distutils.dir_util import copy_tree
ModuleNotFoundError: No module named 'distutils'
A workaround for the user is to install setuptools or to work with an earlier python version.
Ganzo does not work with python 3.12, because distutils was dropped in 3.12 (PEP 632) resulting in the following error:
A workaround for the user is to install setuptools or to work with an earlier python version.