Closed chu11 closed 3 months ago
Problem: distutils was deprecated in Python 3.10 and removed in Python 3.12.
Use setuptools instead.
Adjust calls to setup.py in python Makefile.am as needed, re-autogen.
Fixes #65
Problem: distutils was deprecated in Python 3.10 and removed in Python 3.12.
Use setuptools instead.
Adjust calls to setup.py in python Makefile.am as needed, re-autogen.
Fixes #65