ansible安装后运行报错cryptography

Posted kazihuo

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ansible安装后运行报错cryptography相关的知识,希望对你有一定的参考价值。

技术分享图片

[[email protected] ~]# ansible all -m ping

ERROR! Unexpected Exception, this is probably a bug: (cryptography 0.8.2 (/usr/lib64/python2.7/site-packages), Requirement.parse(‘cryptography>=1.1‘))

技术分享图片

[[email protected] ~]# rpm -qa |grep python-crypto

[[email protected] ~]# yum -y remove python-cryptography

[[email protected] ~]# yum -y install ansible

 

以上是关于ansible安装后运行报错cryptography的主要内容,如果未能解决你的问题,请参考以下文章

ansible控制windows安装及运行error与解决方法

阿里云ECS服务器 Centos7.2 使用 yum 安装 ansible 报错

Ansible virtualenv下pip3安装requirements报错

Ansible virtualenv下pip3安装requirements报错

解决Ansible安装依赖问题

自动化运维之ansible-安装部署与基础命令篇