Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/277.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 让';s加密在上一个webmin 1.94 centos 8上不起作用_Python_Centos_Certbot_Webmin - Fatal编程技术网

Python 让';s加密在上一个webmin 1.94 centos 8上不起作用

Python 让';s加密在上一个webmin 1.94 centos 8上不起作用,python,centos,certbot,webmin,Python,Centos,Certbot,Webmin,不幸的是,Let's Encrypt不能在您的系统上使用:在您的系统上找不到Let's Encrypt客户端命令certbot或python命令 我安装了certbot,但出现以下错误消息certbot似乎已安装: yum install certbot En attente de la fin d’exécution du processus ayant l’identifiant (pid) 12890. Erreur : Problème: package certbot-1.3.0-

不幸的是,Let's Encrypt不能在您的系统上使用:在您的系统上找不到Let's Encrypt客户端命令certbot或python命令

我安装了certbot,但出现以下错误消息certbot似乎已安装:

yum install certbot
En attente de la fin d’exécution du processus ayant l’identifiant (pid) 12890.
Erreur : 
 Problème: package certbot-1.3.0-3.el8.noarch requires python3-certbot = 1.3.0-3.el8, but none of the providers can be installed
  - conflicting requests
  - nothing provides python3-mock needed by python3-certbot-1.3.0-3.el8.noarch
  - nothing provides python3.6dist(mock) needed by python3-certbot-1.3.0-3.el8.noarch

python3 mock软件包由PowerTools repo提供

通过以下方式启用它:

yum config-manager --set-enabled PowerTools yum config manager--设置启用的PowerTools 现在,您的yum更新应该可以正常工作了