Requires: python3-rpm-macros

While installing python3-devel in centos-7, I got below dependency issue

--> Finished Dependency Resolution
Error: Package: python36-devel-3.6.8-2.el7.ius.x86_64 (ultra-centos-7.x-ius)
           Requires: python3-rpm-macros
Error: Package: python36-devel-3.6.8-2.el7.ius.x86_64 (ultra-centos-7.x-ius)
           Requires: python-rpm-macros
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

I have installed the EPEL but there is no use, finally I found that Centos-Base repository is missing. So I created the repo file “/etc/yum.repo.d/CentOS_7_Base.repo” with content in base repository. Then it worked.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s