赞
踩
运行python程序时出现AttributeError:module ‘distutils’ has no attribute 'version错误,则其原因是setuptools包版本过高。需要降低版本。
原版本为大于60版本的,替换为56.1.0版本后解决问题。