短杂物是一个新页面,主要扯点不值得写一篇文章但是又没人说过的事情。

Python 3.12 删除了 distutils

出现问题的时候长这样:

    from distutils.version import LooseVersion
ModuleNotFoundError: No module named 'distutils'
distutils is removed in Python 3.12 · Issue #2869 · nodejs/node-gyp
EDIT: This issue was closed via nodejs/gyp-next#214 which is available in node-gyp v10+. nodejs/gyp-next#214 --> #2923 distutils is deprecated with removal planned for Python 3.12. See the What’s N…

解决方法似乎就是降下版本。