Thanks for your input! I tried it using once python3 and then python2, but in both cases I am still getting the same error.
Any other idea where this problem lies :) ? Thanks! On Thursday, February 18, 2021 at 11:53:12 AM UTC+1 [email protected] wrote: > On 2/18/21 11:49 AM, chtsalid wrote: > > Hi all, > > > > I am running a task using the netconf_get module and encountering a > problem to display an output in json format? > > I am getting the following error. > > > > jxmlease is required to display response in json > > > > However jxmlease and all other requirements are installed on my machine > as you see below. > > > > pip3 list | grep 'jxmlease\|ncclient\|xmltodict' > > jxmlease (1.0.3) > > ncclient (0.6.9) > > xmltodict (0.12.0) > > > > nsible --version > > ansible 2.9.14 > > config file = /etc/ansible/ansible.cfg > > configured module search path = ['/root/.ansible/plugins/modules', > '/usr/share/ansible/plugins/modules'] > > ansible python module location = > /usr/lib/python3.6/site-packages/ansible > > executable location = /usr/bin/ansible > > python version = 3.6.8 (default, Apr 16 2020, 01:36:27) [GCC 8.3.1 > 20191121 (Red Hat 8.3.1-5)] > > > > Any idea where the problem lies? > > > > Thanks! > > Make sure that Ansible actually uses Python3 by setting the following > variable in your inventory: > > ansible_python_interpreter: /usr/bin/python3 > > Regards > Racke > > > > > > > > > -- > > You received this message because you are subscribed to the Google > Groups "Ansible Project" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to > > [email protected] <mailto: > [email protected]>. > > To view this discussion on the web visit > > > https://groups.google.com/d/msgid/ansible-project/e3c04d34-4f18-4935-ab1b-9eadca6d62c2n%40googlegroups.com > > < > https://groups.google.com/d/msgid/ansible-project/e3c04d34-4f18-4935-ab1b-9eadca6d62c2n%40googlegroups.com?utm_medium=email&utm_source=footer > >. > > > -- > Ecommerce and Linux consulting + Perl and web application programming. > Debian and Sympa administration. Provisioning with Ansible. > > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/a5488408-82b2-4ba9-afa7-bf1149621ba0n%40googlegroups.com.
