Installation Issue: RHEL 7- python-zope-interface deprecated

Hi,

I am trying to install certbot with yum in RHEL7, but getting dependency problems!, I have enabled EPEL but unfortunately the required package "python-zope-interface" is deprecated in the recent version.(RHEL 7 Removed packages any workaround for this..?

Resolving Dependencies
--> Running transaction check
---> Package python-zope-component.noarch 1:4.1.0-1.el7 will be installed
--> Processing Dependency: python-zope-interface for package: 1:python-zope-component-4.1.0-1.el7.noarch
--> Finished Dependency Resolution
Error: Package: 1:python-zope-component-4.1.0-1.el7.noarch (epel)
Requires: python-zope-interface
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

installed through downloading rpms, before this I installed python libraries required and then had to give nodeps

rpm -ivh --nodeps certbot-0.9.3-1.el7.noarch.rpm
rpm -ivh --nodeps python2-certbot-0.9.3-1.el7.noarch.rpm

try pip install zope.event

certbot only needs the zope.event framework

Andrei

also pip install zope.interface

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