Run certbot showing ValueError: ('Expected version spec in'

Ah, I made a mistake. The second command should have been something else. Try:

yum -y reinstall python-requests python-urllib3

If that's still not working, then let me know what the output of these is:

rpm -qa python-requests
pip freeze | grep requests
1 Like