certbot ContextualVersionConflict beheben: zope.interface 4.7.1, Requirement.parse('zope.interface>=5.3.0a1')
Problem:
Beim Ausführen von certbot wird eine Fehlermeldung wie die folgende angezeigt:
certbot_zope_conflict.txt
An unexpected error occurred:
pkg_resources.ContextualVersionConflict: (zope.interface 4.7.1 (/usr/lib/python3/dist-packages), Requirement.parse('zope.interface>=5.3.0a1'), {'zope.component'})Lösung
Ihre installierte Version von zope.interface ist zu alt. Aktualisieren Sie sie mit
upgrade_zope_interface.sh
pip install -U zope.interfaceDanach sollte certbot einwandfrei funktionieren.
Check out similar posts by category:
Networking
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow