Request help on pexpect - Python Forum
https://python-forum.io/thread-28435.html19.07.2020 · When you do yum install pexpect it will install to Python 2. When you type python3 it start Python 3.6.8. So should use pip to install pexpect. python3 -m pip install --user pexpect Also try pip3 -V command this should point to Python 3.6. May need to install it. python3.6 -m ensurepip # Or a repository that has it yum install --assumeyes python3-pip
Help · PyPI
pypi.org › helpWhy am I getting "No matching distribution found" or "Could not fetch URL" errors during pip install? Transport Layer Security, or TLS, is part of how we make sure connections between your computer and PyPI are private and secure. It's a cryptographic protocol that's had several versions over time.