Hi
On AWX 20.1.0, kubernetes, trying to run the dig lookup plugin but get dnspython required but missing.
Have tried connecting to awx-ee pod
- pip install dnspython, but this installs into /home/runner/.local/lib/python3.8/site-packages. pip list -v shows other libraries in either /usr/local/lib/python3.8/site-packages or /usr/lib/python3.8/site-packages.
- pip install --target=/usr/lib/python3.8/site-packages dnspython gives "Permission denied"
- tried installing via a playbook but still shows as missing
I would have expected when the modules get installed that dependencies would be installed.
How do I install the required library?