1: Install error message:
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”}
Need install python-netaddr, install commands: pip install netaddr
Install pip
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
Similar Posts:
- How to Solve ModuleNotFoundError: No module named ‘pip._internal’
- Python Via get-pip.py Install pip Error: zipimport.ZipImportError: can‘t decompress data; zlib not availabl
- [PIP command error] after upgrading the PIP in Ubuntu 16.04, execute the PIP command to report an error sys.stderr.write (F “error: {exc}”)
- [Solved] pip and setuptools upgrade Error: Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-fH0Feg/pip/
- [Solved] Python virtual environment install Error: returned non zero exit status 1
- How to install PIP in no module named setuptools
- ImportError No module named setuptools [How to Solve]
- [Solved] python Install pip Error: zipimport.ZipImportError: can’t decompress data; zlib not available
- AttributeError: ‘module’ object has no attribute ‘main’
- -Two solutions to bash: WGet: command not found