No module named 'distutils' error during installation on Python 3.12
Closed this issue · 3 comments
userofwireless commented
https://docs.python.org/3.10/library/distutils.html
Per the above link, distutils module has been removed in Python 3.12.
This is causing error during installation.
mariusarvinte commented
Hello, currently we only support up to Python 3.10 (possibly 3.11 too, but untested) due to incompatibility with PyTorch 2.0.0 pip
wheels. I've added some clearer instructions in 46e1603.
I will try to update all packages to newer versions but it will require more testing before release.
userofwireless commented
Thank you for the note and the link to the instructions. Very helpful. I will use one of the supported Python versions.
mariusarvinte commented
Fixed in #9, Python3.12 compatibility is now enabled. Feel free to re-open if you find other issues related to this.