AttributeError: module 'serial' has no attribute 'Serial'
Posted isyefeng
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了AttributeError: module 'serial' has no attribute 'Serial'相关的知识,希望对你有一定的参考价值。
出现这个问题可能又以下原因
- 没有安装serial或者pyserial,解决方法pip install pyserial,pip install serial
- 没安装好pyserial,解决方法先卸载再安装,pip uninstall pyserial pip uninstall serial 接着执行上述1
- 其实我遇到的问题都不属于上面的两种,而是我把我的代码文件名写成了serial.py。。。。。。和模块重名了,import serial应该是吧自己给import了,吧文件名修改成test.pu后OK
以上是关于AttributeError: module 'serial' has no attribute 'Serial'的主要内容,如果未能解决你的问题,请参考以下文章
类 InstagramSpider(scrapy.Spider): AttributeError: 'module' 对象没有属性 'Spider'
api = twitter.Api() AttributeError: 'module' 对象没有属性 'Api
AttributeError:'module'对象在python中没有属性'windll'
如何修复python2.7中的“AttributeError:'module'对象没有属性'storage'”错误
成功解决AttributeError: module ‘numpy‘ has no attribute ‘polyld‘
hydra安装——AttributeError: module ‘hydra‘ has no attribute ‘main‘