AttributeError:‘module‘ object has no attribute ‘Serial‘
Posted XXX_UUU_XXX
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了AttributeError:‘module‘ object has no attribute ‘Serial‘相关的知识,希望对你有一定的参考价值。
python调用serial.Serial报错
解决办法:
sudo pip3 uninstall serial 卸载serial
然后调用加sudo
sudo python3 serial_test.py
注意:文件名不能为serial.py
以上是关于AttributeError:‘module‘ object has no attribute ‘Serial‘的主要内容,如果未能解决你的问题,请参考以下文章
新的 Kivy 安装:AttributeError: 'module' 对象没有属性 'require'
类 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‘