You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered: