[bug] python 3.12 ModuleNotFoundError: No module named 'distutils'
Open
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 164
- Avg merge
- 7h 31m
- Merged PRs (30d)
- 1
Description
- 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.
Contributor guide
Assessment
This issue has not been assessed yet.