Certbot update problem

hi geeks,
need some help with certbot update. certbot-auto fails with below error
You are using pip version 8.0.3, however version 8.1.2 is available

pip --version output:
pip 8.1.2 from /usr/lib/python2.7/site-packages (python 2.7)

box was rebooted after pip update with no positive result.
I’m running Centos 7, script is started as a root.

anyone faced similar issue and fixed it?

Try to update pip (again?):

pip install --upgrade pip

Or uninstall it and reinstall it.

LOL, obvious thing worked. Thank you :smiley:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.