Version Conflict resolution?

Hello.

I am running certbot on Macos Sierra which I installed from Brew. I’m getting a “VersionConflict”:

sh-3.2# cat certbot.log
Traceback (most recent call last):
File “/usr/local/bin/certbot”, line 11, in
load_entry_point(‘certbot==0.13.0’, ‘console_scripts’, ‘certbot’)()
File “/usr/local/Cellar/certbot/0.13.0/libexec/lib/python2.7/site-packages/certbot/main.py”, line 735, in main
plugins = plugins_disco.PluginsRegistry.find_all()
File “/usr/local/Cellar/certbot/0.13.0/libexec/lib/python2.7/site-packages/certbot/plugins/disco.py”, line 183, in find_all
plugin_ep = PluginEntryPoint(entry_point)
File “/usr/local/Cellar/certbot/0.13.0/libexec/lib/python2.7/site-packages/certbot/plugins/disco.py”, line 34, in init
self.plugin_cls = entry_point.load()
File “/usr/local/Cellar/certbot/0.13.0/libexec/lib/python2.7/site-packages/pkg_resources/init.py”, line 2301, in load
self.require(*args, **kwargs)
File “/usr/local/Cellar/certbot/0.13.0/libexec/lib/python2.7/site-packages/pkg_resources/init.py”, line 2324, in require
items = working_set.resolve(reqs, env, installer, extras=self.extras)
File “/usr/local/Cellar/certbot/0.13.0/libexec/lib/python2.7/site-packages/pkg_resources/init.py”, line 859, in resolve
raise VersionConflict(dist, req).with_context(dependent_req)
VersionConflict: (python-augeas 1.0.1 (/usr/local/Cellar/certbot/0.13.0/libexec/lib/python2.7/site-packages), Requirement.parse(‘python-augeas<=0.5.0’))

If I’m reading this right, my 1.0.1, which was installed with the installer, is way too new for certbot to deal with. Am I reading that right? If so, can anyone direct me to where I can fix this? Would I have to downrev to 0.5?? Is Certbot working on making this release work with the newest python-augeas package? Thanks.

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