AttributeError: module ‘pexpect‘ has no attribute ‘spawn‘

Posted Xavier Jiezou

tags:

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

问题描述

Windows 系统上安装了一个 Python 的第三方包 pexpect,调用包函数的时候报错。

>>> import pexpect
>>> pexpect.spawn('ping baidu.com')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: module 'pexpect' has no attribute 'spawn'

解决方案

pexpect 对 Window 的支持非常有限,目前只能在 Unix 系统里面使用。

引用参考

https://github.com/pexpect/pexpect/issues/567

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

Python脚本报错AttributeError: ‘module’ object has no attribute’xxx’解决方法

Python脚本报错AttributeError: ‘module’ object has no attribute’xxx’解决方法

AttributeError: module 'pytest' has no attribute 'allure'

AttributeError: module 're' has no attribute 'search' 问题解决

AttributeError:模块“pandas”没有属性“to_csv”

tensorflow -----AttributeError: module ‘tensorflo