Sample Header Ad - 728x90

Can't install Certbot for Apache on CentOS Stream 9 (python3-certbot)

2 votes
3 answers
5986 views
On Centos Stream 9, when I try to install certbot (sudo yum install certbot) into the server it returns:
Error: 
 Problem: package certbot-1.22.0-1.el8.noarch requires python3-certbot = 1.22.0-1.el8, but none of the providers can be installed
  - conflicting requests
  - nothing provides python3.6dist(setuptools) >= 39.0.1 needed by python3-certbot-1.22.0-1.el8.noarch
  - nothing provides python3.6dist(cryptography) >= 2.5.0 needed by python3-certbot-1.22.0-1.el8.noarch
  - nothing provides python3.6dist(configobj) >= 5.0.6 needed by python3-certbot-1.22.0-1.el8.noarch
  - nothing provides python3.6dist(distro) >= 1.0.1 needed by python3-certbot-1.22.0-1.el8.noarch
  - nothing provides /usr/bin/python3.6 needed by python3-certbot-1.22.0-1.el8.noarch
  - nothing provides python3.6dist(pytz) needed by python3-certbot-1.22.0-1.el8.noarch
  - nothing provides python(abi) = 3.6 needed by python3-certbot-1.22.0-1.el8.noarch
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
I've tried to install python3-certbot from the official site but also returned this error. Also, I tried to set PowerTools on but seems like the repo didn't exist so I couldn't. Is there a way that I can install certbot?
Asked by Flashlight (23 rep)
Jan 22, 2022, 06:35 AM
Last activity: Feb 20, 2024, 03:06 PM