h2oai / datatable

A Python package for manipulating 2-dimensional tabular data structures

Home Page:https://datatable.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

keiser1080 opened this issue · comments

  • 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.

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