ModuleNotFoundError: No module named 'pexpect'
python -m pip install pexpect
python -c "import pexpect; print(pexpect.__version__)"
Success! pexpect version x.y.z (e.g., 2.4.0)