kubeasz
kubeasz copied to clipboard
The ipaddr filter requires python-netaddr be installed on the ansible controller
请问有人遇到这个问题吗
fatal: [192.168.1.100]: FAILED! => {"changed": false, "msg": "AnsibleFilterError: {{ SERVICE_CIDR | ipaddr('net') | ipaddr(1) | ipaddr('address') }}: The ipaddr filter requires python-netaddr be installed on the ansible controller"}
需要安装 python-netaddr,安装命令pip install netaddr
安装pip
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
fatal: [192.168.1.100]: FAILED! => {"changed": false, "msg": "AnsibleFilterError: {{ SERVICE_CIDR | ipaddr('net') | ipaddr(1) | ipaddr('address') }}: The ipaddr filter requires python-netaddr be installed on the ansible controller"}
需要安装 python-netaddr,安装命令pip install netaddr
安装pip
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
No,I installed it. This is what I am confused about
我也遇到了,郁闷。
fatal: [192.168.1.100]: FAILED! => {"changed": false, "msg": "AnsibleFilterError: {{ SERVICE_CIDR | ipaddr('net') | ipaddr(1) | ipaddr('address') }}: The ipaddr filter requires python-netaddr be installed on the ansible controller"} 需要安装 python-netaddr,安装命令pip install netaddr 安装pip wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
No,I installed it. This is what I am confused about
check your python(pip) version,ansible may use the wrong Python interpreter
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.