Skip to content

Ganzo depends on the deprecated module "distutils" #4

@cyrraz

Description

@cyrraz

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.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions