python出现AttributeError: module ‘xxx’ has no attribute ‘xxx’错误时,两个解决办法

Posted lijiejoy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python出现AttributeError: module ‘xxx’ has no attribute ‘xxx’错误时,两个解决办法相关的知识,希望对你有一定的参考价值。

运行python程序时,也许会出现这样的错误:AttributeError: module ‘xxx’ has no attribute ‘xxx’: 
解决该错误有两种方法

1、手动安装该模块 

2、检查文件名 

这个方式看起来很傻,但是却是新手经常会犯的错,原因是因为自己的文件名称和要使用的模块重名了,只需要更改文件名即可。

 

以上是关于python出现AttributeError: module ‘xxx’ has no attribute ‘xxx’错误时,两个解决办法的主要内容,如果未能解决你的问题,请参考以下文章

使用 cx_Freeze 将 Python 转换为 exe 时 Scipy 和 Cython 出现 AttributeError

python出现AttributeError: module ‘xxx’ has no attribute ‘xxx’错误时,两个解决办法

无法使用 python match() 解析字符串 - 出现错误 AttributeError: 'NoneType' object has no attribute 'group'

python输出有误,出现AttributeError: 'NoneType' object has no attribute 'startswith'

AttributeError:模块'tensorflow'在更新后没有属性'python'错误

““ AttributeError”,使用python进行网络抓取