Re: certbot version conflict

2020-06-16 Thread אורי
Thank you, I removed them with dpkg. אורי u...@speedy.net On Tue, Jun 16, 2020 at 10:33 PM Geoff Shang wrote: > On Tue, 16 Jun 2020, אורי wrote: > > >raise VersionConflict(dist, req).with_context(dependent_req) > > pkg_resources.VersionConflict: (certbot 0.31.0 > > (/usr/lib/python3/dist-pa

Re: certbot version conflict

2020-06-16 Thread Geoff Shang
On Tue, 16 Jun 2020, אורי wrote: raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.VersionConflict: (certbot 0.31.0 (/usr/lib/python3/dist-packages), Requirement.parse('certbot>=1.1.0')) My guess is that you installed Certbot both from the Python Package repository

Re: certbot version conflict

2020-06-16 Thread אורי
Hi, I removed these directories and reinstalled with pip3. I hope it works now. אורי u...@speedy.net ‪On Tue, Jun 16, 2020 at 4:06 PM ‫אורי‬‎ wrote:‬ > Hi, > > I installed certbot with pip3 on an Ubuntu 18.04 server: > > # pip3 freeze|grep -i certbot > certbot==1.5.0 > certbot-apache==1.5.0 >

certbot version conflict

2020-06-16 Thread אורי
Hi, I installed certbot with pip3 on an Ubuntu 18.04 server: # pip3 freeze|grep -i certbot certbot==1.5.0 certbot-apache==1.5.0 certbot-dns-digitalocean==1.5.0 But when running `certbot renew` with crontab, I receive the following error message: 2020-06-16 14:42:01,556:DEBUG:certbot.log:Exiting