datatable
datatable copied to clipboard
[bug] python 3.12 ModuleNotFoundError: No module named 'distutils'
-
Did you find a bug in datatable, or maybe the bug found you? unable to install datatable on python 3.12.0
-
How to reproduce the bug? pip install datatable
-
What was the expected behavior? should install datatable
-
Your environment? datatable version 1.1.0a, python 3.12.0, windows 11
ModuleNotFoundError: No module named 'distutils'
distutils is removed from python 3.12
see: https://docs.python.org/3/whatsnew/3.12.html#:~:text=Python%203.12%20is%20the%20latest,removed%20from%20the%20standard%20library.