Fix Python 3.12 Support
hendursaga opened this issue · 2 comments
hendursaga commented
Thanks to Python 3.12 removing distutils, I cannot run make anymore:
$ make
poetry run python render.py
Traceback (most recent call last):
File "<dir>/osgameclones/render.py", line 10, in <module>
from distutils.dir_util import copy_tree
ModuleNotFoundError: No module named 'distutils'
make: *** [Makefile:4: run] Error 1