AttributeError: ‘dict_keys‘ object has no attribute ‘sort‘

Posted Jason_WangYing

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了AttributeError: ‘dict_keys‘ object has no attribute ‘sort‘相关的知识,希望对你有一定的参考价值。

dom_name.sort()  

运行py文件发现这条出错,检索错误提示没找到具体的部分

最后发现是由于python2,python3写法不同,实际上sort的写法确实改变了。改成如下写法就可以解决问题。

sorted(dom_name)  

以上是关于AttributeError: ‘dict_keys‘ object has no attribute ‘sort‘的主要内容,如果未能解决你的问题,请参考以下文章

AttributeError: ‘dict_keys‘ object has no attribute ‘sort‘

在 Python3 中按索引访问 dict_keys 元素

TypeError:“dict_keys”对象不支持索引

ValueError: (‘Unexpected parameters in params‘, dict_keys([‘cv‘]))

ValueError: (‘Unexpected parameters in params‘, dict_keys([‘cv‘]))

ValueError: ('Unrecognized keyword arguments:', dict_keys(['ragged'])) while loading keras model