Certbot auto started failing with ' No module named pip.__main__'

Hi Juergenn Thank you so much, downgrading certbot-auto to 0.31 was indeed the solution :slight_smile:

Here’s the link if someone stumbles on this post with the same problem

https://github.com/certbot/certbot/issues/6824#issuecomment-470440436,

or the solution directly:

rm ./certbot-auto*
wget https://raw.githubusercontent.com/certbot/certbot/75499277be6699fd5a9b884837546391950a3ec9/certbot-auto
chmod +x ./certbot-auto
./certbot-auto --no-self-upgrade
5 Likes