Problem during installation of Mongo 6.0: package mongodb-org-6.0.5-1.el8.x86_64 requires mongodb-org-database, but none of the providers can be installed

Getting the below error while installing Mongo 6.0
Problem: package mongodb-org-6.0.5-1.el8.x86_64 requires mongodb-org-database, but none of the providers can be installed - package mongodb-org-database-6.0.0-1.el8.x86_64 requires mongodb-org-database-tools-extra, but none of the providers can be installed - package mongodb-org-database-6.0.1-1.el8.x86_64 requires mongodb-org-database-tools-extra, but none of the providers can be installed - package mongodb-org-database-6.0.2-1.el8.x86_64 requires mongodb-org-database-tools-extra, but none of the providers can be installed - package mongodb-org-database-6.0.3-1.el8.x86_64 requires mongodb-org-database-tools-extra, but none of the providers can be installed - package mongodb-org-database-6.0.4-1.el8.x86_64 requires mongodb-org-database-tools-extra, but none of the providers can be installed - package mongodb-org-database-6.0.5-1.el8.x86_64 requires mongodb-org-database-tools-extra, but none of the providers can be installed - cannot install the best candidate for the job - nothing provides python3 needed by mongodb-org-database-tools-extra-6.0.0-1.el8.x86_64 - nothing provides python3 needed by mongodb-org-database-tools-extra-6.0.1-1.el8.x86_64 - nothing provides python3 needed by mongodb-org-database-tools-extra-6.0.2-1.el8.x86_64 - nothing provides python3 needed by mongodb-org-database-tools-extra-6.0.3-1.el8.x86_64 - nothing provides python3 needed by mongodb-org-database-tools-extra-6.0.4-1.el8.x86_64 - nothing provides python3 needed by mongodb-org-database-tools-extra-6.0.5-1.el8.x86_64

My Linux platform architecture is
Operating System: CentOS Linux 8 (Core) CPE OS Name: cpe:/o:centos:centos:8 Kernel: Linux 4.18.0-193.el8.x86_64 Architecture: x86-64

What happens when you yum install python3 as that is the missing dependency.