SpecialistOff.NET / Вопросы / Статьи / Фрагменты кода / Резюме / Метки / Помощь / Файлы

Список вопросов Печать

Cannot detect any of the required Python libraries cryptography (>= 1.6)


Метки: ansible ansible-playbook pip python cryptography 

TASK [letsencrypt : Check validity] **********************************************************************************************************************************************************
fatal: [gateway]: FAILED! => {"changed": false, "msg": "Cannot detect any of the required Python libraries cryptography (>= 1.6)"}

Ответы

RemiZOffAlex  Создано: 2025-01-13 10:20:44.269341  Обновлено: 2025-01-13 10:20:44.269363

На удалённом хосте

pip install cryptography

Возможно будут интересны и другие вопросы