Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
keiser1080 opened this issue Nov 1, 2023 · 1 comment
Open

Comments

@keiser1080
Copy link

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

@kwhkim
Copy link

kwhkim commented Nov 21, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants