Hello Everyone,
I installed confD.
i navigated to 1-2-3-start-query-model example.
i compiled successfully via “cmd: make all”
I configured successfully via “cmd: make clie”
But make query command was not executed succesfully.
Here is the output:
/home/kageja/opt/confd/bin/bin/netconf-console cmd-get-dhcpd.xml
Traceback (most recent call last):
File “/home/kageja/opt/confd/bin/bin/netconf-console.py”, line 21, in
import paramiko
File “/home/kageja/.local/lib/python3.8/site-packages/paramiko/init.py”, line 30, in
from paramiko.transport import SecurityOptions, Transport
File “/home/kageja/.local/lib/python3.8/site-packages/paramiko/transport.py”, line 61, in
from paramiko.sftp_client import SFTPClient
File “/home/kageja/.local/lib/python3.8/site-packages/paramiko/sftp_client.py”, line 41, in
from paramiko.sftp_file import SFTPFile
File “/home/kageja/.local/lib/python3.8/site-packages/paramiko/sftp_file.py”, line 66
self._close(async=True)
^
SyntaxError: invalid syntax
make: *** [Makefile:88: query] Error 1
I guess, python version is missmatch ?
Many thanks in advance,
With My Best Regards.