AttributeError : module 'packaging.version‘ ’has no attribute ‘Legacyversion’
时间: 2023-08-02 17:07:39 浏览: 269
引用\[1\]:AttributeError: module 'distutils' has no attribute 'version' : with setuptools 59.6.0 · Issue #69894 · pytorch/pytorch · GitHub。 引用\[2\]:运行python程序时出现AttributeError:module ‘distutils’ has no attribute 'version错误,则其原因是setuptools包版本过高。需要降低版本。 。 引用\[3\]:但是这样就会对依赖setuptools的其他包造成影响,就比如我的就会报错ModuleNotFoundError: No module named 'pkg_resources',所以我觉得还是我这样改会好一些,我查了一下Pytorch的GitHub,说是要修改,但到我发博客的时候还没有改。。。 参考链接: 。
问题:AttributeError : module 'packaging.version‘ ’has no attribute ‘Legacyversion’
回答: AttributeError: module 'packaging.version' has no attribute 'Legacyversion'错误通常是由于packaging库的版本问题引起的。根据引用\[1\]和引用\[2\]的信息,这个错误可能是由于setuptools包的版本过高导致的。为了解决这个问题,你可以尝试降低setuptools的版本。然而,需要注意的是,降低setuptools的版本可能会对依赖setuptools的其他包造成影响,可能会导致其他错误,比如ModuleNotFoundError: No module named 'pkg_resources',正如引用\[3\]所提到的。因此,在修改setuptools版本之前,建议你先查看相关文档或参考链接,以确保你的修改不会引起其他问题。
#### 引用[.reference_title]
- *1* *3* [调用Tensorboard时报错AttributeError: module ‘setuptools._distutils‘ has no attribute ‘version](https://blog.csdn.net/fightforglory/article/details/123782837)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insertT0,239^v3^insert_chatgpt"}} ] [.reference_item]
- *2* [AttributeError:module ‘distutils’ has no attribute ‘version错误解决方法](https://blog.csdn.net/qq_38563206/article/details/125883522)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insertT0,239^v3^insert_chatgpt"}} ] [.reference_item]
[ .reference_list ]
阅读全文