问题: AttributeError: module ‘distutils’ has no attribute ‘version’.
解决: setuptools版本问题”,版本过高导致的问题;setuptools版本
第一步: pip uninstall setuptools
【使用pip,不能使用 conda uninstall setuptools ; 【不能使用conda的命令,原因是,conda在卸载的时候,会自动分析与其相关的库,然后全部删除,如果y的话,整个环境都需要重新配置。
第二步: pip
或者conda install setuptools==59.5.0
【现在最新的版本已经到了65了,之前的老版本只是部分保留,找不到的版本不行文章来源:https://www.toymoban.com/news/detail-561106.html
参考链接:https://zhuanlan.zhihu.com/p/556704117文章来源地址https://www.toymoban.com/news/detail-561106.html
到了这里,关于AttributeError: module ‘distutils‘ has no attribute ‘version‘的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!