h2oai / datatable

A Python package for manipulating 2-dimensional tabular data structures
https://datatable.readthedocs.io
Mozilla Public License 2.0
1.81k stars 155 forks source link

[bug] python 3.12 ModuleNotFoundError: No module named 'distutils' #3482

Open keiser1080 opened 10 months ago

keiser1080 commented 10 months ago

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.

kwhkim commented 9 months ago

This is what I got when installing datatable using pip install datatable in mamba environment of python 3.12,

> pip install distutils
ERROR: Could not find a version that satisfies the requirement distutils (from versions: none)
ERROR: No matching distribution found for distutils