<div dir="ltr">Thank you, I removed them with dpkg.<br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div style="direction:rtl"><div style="direction:rtl">אורי</div><div style="direction:rtl"><a href="mailto:uri@speedy.net" target="_blank">uri@speedy.net</a></div></div></div></div></div></div></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jun 16, 2020 at 10:33 PM Geoff Shang <<a href="mailto:geoff@quitelikely.com">geoff@quitelikely.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Tue, 16 Jun 2020, אורי wrote:<br>
<br>
> raise VersionConflict(dist, req).with_context(dependent_req)<br>
> pkg_resources.VersionConflict: (certbot 0.31.0<br>
> (/usr/lib/python3/dist-packages), Requirement.parse('certbot>=1.1.0'))<br>
<br>
My guess is that you installed Certbot both from the Python Package <br>
repository and also from an Ubuntu package repository.<br>
<br>
You should install a Python package one way or the other, not both. <br>
Otherwise you will get problems like this.<br>
<br>
If you run:<br>
<br>
dpkg -s python3-certbot<br>
<br>
or similar (try 'dpkg --get-selections |grep certbot' if you can't find <br>
the package).<br>
<br>
I would recommend removing the Ubuntu package if you are working with a <br>
package installed via pip.<br>
<br>
BTW: randomly deleting directories is generally not a good idea, <br>
particularly if you have installed from a package. All packages provide a <br>
method to remove it, even programs compiled from source will usually have <br>
the ability to "make uninstall".<br>
<br>
Geoff.<br>
_______________________________________________<br>
Linux-il mailing list<br>
<a href="mailto:Linux-il@cs.huji.ac.il" target="_blank">Linux-il@cs.huji.ac.il</a><br>
<a href="http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il" rel="noreferrer" target="_blank">http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il</a><br>
</blockquote></div>