if you aren’t using python for any other purpose - certbot only.
then it’s safe to remove it and try certbot-auto (which should load/install all requirements)
if that fails, try
apt-get update
apt-get install python
or
yum -y update
yum install -y python27