pexpect をアップデートした。 コマンドは以下。 $ pip install --upgrade pexpect 解決までに試したこと ググってみると、python3.7 で async が予約語になったためにこういうことが起こるらしいので、まず ipython を python3.6 で起動するようにしてみた。 コマンドは以下。
Pexpect makes Python a better tool for controlling other applications. Pexpect is a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their ...
stdout: Collecting pexpect==4.8.0 (from -c /tmp/ansible.DtHJ1F.test/pexpect-constraints.txt (line 1)) Could not fetch URL https://pypi.python.org/simple/pexpect ...