Describe the bug
I tried to port my Python to the latest release version 3.12. After trying to install classla, I came to the error ModuleNotFoundError: No module named 'distutils'. After some digging, I found out Python no longer includes distutils module.
To Reproduce
Steps to reproduce the behavior:
Run pip install classla on fresh installation of Python 3.12.1
Expected behavior
Classla should install successfuly
Environment (please complete the following information):
Thanks for reporting this! We are currently supporting python 3.6, 3.7 and 3.8. At some point we will want to look into newer versions, and your report will be handy then.
Describe the bug I tried to port my Python to the latest release version 3.12. After trying to install classla, I came to the error ModuleNotFoundError: No module named 'distutils'. After some digging, I found out Python no longer includes distutils module.
To Reproduce Steps to reproduce the behavior:
Expected behavior Classla should install successfuly
Environment (please complete the following information):