gpt4 book ai didi

python - pySerial 属性错误 : module 'serial' has no attribute 'Serial'

转载 作者:太空狗 更新时间:2023-10-30 02:38:22 29 4
gpt4 key购买 nike

我有 windows 7 64 位和 Python 3.6

我真的挖掘了整个网络来解决这个问题 - 但遗憾的是没有任何效果。

AttributeError                            Traceback (most recent call last)
<ipython-input-150-80ee8bd5f0f2> in <module>()
----> serial.Serial()

AttributeError: module 'serial' has no attribute 'Serial'

我尝试通过以下方式解决这个问题:- 检查我的文件是否命名为 serial.py- 重新安装模块 - 起初,整个模块都不起作用,现在只有它的功能。- 我无法使用它的任何功能,检查端口不起作用,字面上没有任何作用。- 我检查了我的 pip - 一切正常,模块在文件夹 site-pacages 中。- 如果我在 pySerial 文件中执行一些代码 - 它可以工作。但是没有 serial.Serial 或连接 COM 端口(我尝试这样做。)

最佳答案

我在 Cygwin 下安装的 Python3 3.6.3.1 也遇到了同样的问题。我用 3.4.5.1 替换了 3.6.3.1,脚本再次运行。好的,但这不是一个好的长期解决方案。

更好的解决方案:我重新安装了 Python3 3.6.3.1,然后执行了“pip install pyserial”,然后我就可以运行我的脚本了。当我执行 help("modules") 时没有额外的模块出现,但是一定有额外的东西被添加到 serial。

关于python - pySerial 属性错误 : module 'serial' has no attribute 'Serial' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47191412/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com