The module distutils is deprecated since python v3.12, see also https://docs.python.org/3.10/library/distutils.html. I believe it is only used in `datasets.py` and can be replaced with `shutils.copytree`.