python报错:The distutils package is deprecated and slated for removal in Python 3.12

运行老版的python代码时报错:The distutils package is deprecated and slated for removal in Python 3.12 原因是源文件所使用的python库已被弃用。 解决方案:所有使用了该库的地方全部替换。
我的笔记